Skip to content

Releases: newcat/baklavajs

v1.8.2

08 Dec 23:09
Compare
Choose a tag to compare
  • SelectOption: Fix overflow for long items (#111)

v1.8.1

18 Nov 23:39
Compare
Choose a tag to compare
  • Fix background not repeating sometimes
  • Moved the background color configuration to variables.scss so it can be configured

v1.8.0

18 Nov 00:11
Compare
Choose a tag to compare
  • Added moving background with advanced styling options (thanks @GabrielVidal1). See docs for more information
  • Internal: Updated dependencies

v1.7.5

19 Oct 20:36
Compare
Choose a tag to compare
  • Fix #104: Add type information for ViewPlugin.components field. Casting is therefore not necessary anymore when using custom components (thanks @gidonkatten)

v1.7.4

16 Sep 18:52
Compare
Choose a tag to compare

v1.7.3

12 Sep 19:25
Compare
Choose a tag to compare
  • Fix #52 Changing cursor position via mouse not possible in textarea (Firefox) (thanks @andreibosco)

v1.7.2

22 Aug 23:20
Compare
Choose a tag to compare
  • Items in a SelectOption can now be changed (see #97)

v1.7.1

17 Aug 23:29
Compare
Choose a tag to compare
  • 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.7.0

25 Jul 21:59
Compare
Choose a tag to compare

v1.6.1

18 Jul 21:57
Compare
Choose a tag to compare
  • Fixed call to addNode outside of Node constructor not triggering re-render of the Node (#90, thanks @Jet132)