Skip to content

Releases: plotdb/konfig

4.9.22

28 Jan 17:33

Choose a tag to compare

  • choice widget: check limitation only if limit is defined and is not false.

4.9.21

28 Jan 09:20

Choose a tag to compare

  • add aria-label in select element in choice widget
  • font widget:
    • don't wait for view.init to speed up initialization
    • set init-render of chooser constructor param to false to speed up initialization
    • skip chooser.init so metadata can be provided later in child block.
    • provide cover dom directly so child block doesn't have to wait until parent view inited.

4.9.20

22 Jan 17:04

Choose a tag to compare

  • fix bug: widget.set doesn't update values in konfig object.
  • upgrade devdependencies

4.9.19

17 Jan 14:53

Choose a tag to compare

  • fix bug: check config corresponding ctrl for existency before using it to prevent from exception.
  • warn when setting config without corresponding meta / ctrl.

4.9.18

17 Jan 13:42

Choose a tag to compare

  • font widget: use fallback font object when font can't be found.

4.9.17

17 Jan 08:14

Choose a tag to compare

  • font widget: fix bug: in fobj, ensure a dummy font object to prevent accessing null object
  • upload widget: support legacy file object with only result (dataurl) stored.

4.9.16

03 Jan 14:23

Choose a tag to compare

font widget:

  • adapt data source
  • support font object from saved asset file
  • use serialize in get and set api
  • use fobj for object api
  • prevent race condition when updating font-name
  • get digest and key for uploaded fonts after chooser dialog is resolved
  • add title for tooltip in font button

4.9.15

05 Dec 01:29

Choose a tag to compare

  • keep additional members in meta by a customized deep clone function.
  • copy meta in constructor
  • upload widget: in set / object, update file object with blob and dataurl if available

4.9.14

04 Dec 12:43

Choose a tag to compare

  • fix bug: number widget: disableLimit option doesn't work as expected

4.9.13

04 Dec 12:30

Choose a tag to compare

  • prevent set from running if build is running again.
  • fix bug: config field doesn't work when calling meta
  • support disableLimit option in number and choice widget