Releases: newcat/baklavajs
Releases · newcat/baklavajs
v1.8.2
SelectOption
: Fix overflow for long items (#111)
v1.8.1
- Fix background not repeating sometimes
- Moved the background color configuration to
variables.scss
so it can be configured
v1.8.0
- Added moving background with advanced styling options (thanks @GabrielVidal1). See docs for more information
- Internal: Updated dependencies
v1.7.5
- Fix #104: Add type information for
ViewPlugin.components
field. Casting is therefore not necessary anymore when using custom components (thanks @gidonkatten)
v1.7.3
- Fix #52 Changing cursor position via mouse not possible in textarea (Firefox) (thanks @andreibosco)
v1.7.2
- Items in a SelectOption can now be changed (see #97)
v1.7.1
- Added "advanced mode" for the
SelectOption
. It can now not only display items provided as a string array, but also an array of objects: { text: string, value: string }
v1.6.1
- Fixed call to
addNode
outside of Node constructor not triggering re-render of the Node (#90, thanks @Jet132)