Releases: Davvue/wysiwyg
Releases · Davvue/wysiwyg
v0.1.0-beta
Features
- Toggling active class depending on selection
- Implemented
emitInputEventOnChange
option
Changes
- Default template includes a css stylesheet
dist/css/default.css
Full Changelog: v0.0.1...v0.1.0-beta
v0.0.1
Available functions
Currently the following commands are ready to use:
bold
italic
underline
strike
headline
undo
redo
All commands except the headline
command will wrap to the next line when the enter
key is pressed
What's next
- automated line wrapping: every registered button can be configured to wrap around the line break or end at the line
- code segment: a new command for wrapping text in code segments
- default element: configuring the default element to contain unformatted text (currently a div)
What's Changed
- Development by @DealCraft in #1
New Contributors
- @DealCraft made their first contribution in #1
Full Changelog: https://github.com/Dealcraft/wysiwyg/commits/v0.0.1