Skip to content

v3.0.0

Compare
Choose a tag to compare
@czosel czosel released this 06 Nov 08:57

3.0.0 (2019-11-06)

Bug Fixes

  • jexl: allow falsey values for intersects operator without breaking (4fbb73f)
  • navigation: fix navigation to show base form questions (#565) (5f38df0), closes #460
  • table: don't re-save existing rows after edit (e5cd5ef)
  • table: remove row documents on delete (395e4e4)
  • table: skip empty dates in table view (97f5758)

chore

  • remove support for ember 3.8 (093d25b)

Features

  • form: handle old values of dynamic questions (c9bbc36)
  • license: switch license from MIT to LGPL-3.0-or-later (b1163eb)

BREAKING CHANGES

  • license: Since the LGPL license is more restrictive than MIT,
    this is marked as breaking
  • form: This is a breaking change, since it will only work with
    v3.0.0 or later of the caluma service.
  • This will remove the support for the second last LTS
    version of ember, since we support only the last LTS version which is
    3.12 now.