Skip to content

Releases: Davvue/wysiwyg

v0.1.0-beta

22 Feb 18:08
ad0f16b
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

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

22 Feb 12:03
c769e68
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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

New Contributors

Full Changelog: https://github.com/Dealcraft/wysiwyg/commits/v0.0.1