wx-svelte-editor
Version:
Svelte component for creating forms to edit structured data on a page (info cards, text blocks, table rows, etc
54 lines (29 loc) • 737 B
Markdown
## 2.1.2
### Fixes
- Editor en-US locale is not applied by default
## 2.1.1
### Fixes
- Section bars have light styling in WillowDark skin
- Section bars are not clickable for inline Editor
- Content overflow for inline Editor
## 2.1.0
### New features
- TextArea and Checkbox as built-in types
### Fixes
- values are not changed until recreated
## 2.0.1
- Public release
### New features
- Svelte 5 support
- Comments and TaskList sections
## 0.6.0
### New features
- Validation
## 0.5.0
### New features
- Ability to define collapsible sections
- Ability to bind values to toolbar controls
### Updates
- `section:left|right` changed to `column:left|right`
## 0.2.0
- Initial version