Skip to content

Releases: legalthings/legalform-js

v0.4.3

02 Dec 02:54
bedc917
Compare
Choose a tag to compare
Merge pull request #149 from KODIKAS-NL/scroll-fix

Scroll fix

v0.4.1

13 May 00:18
15f6069
Compare
Choose a tag to compare
Merge pull request #146 from legalthings/Validate_checkbox_group

Fix validating checkbox group

v0.4.0 - CSS Framework variants

11 Feb 15:45
2a5076c
Compare
Choose a tag to compare

No longer bound to Bootstrap. Choose any JS and CSS framework.
Added Bulma variant.

Allow rewriting date values (and possibly others)

25 Jun 06:41
963681c
Compare
Choose a tag to compare
Merge pull request #133 from legalthings/Allow_rewriting_values_befor…

…e_save

Allow rewriting date values (and possibly others)

Fix for min/max date options

18 Mar 14:47
8eaeb6c
Compare
Choose a tag to compare
Merge pull request #131 from legalthings/Fix_for_min_max_date_options

Fix for min/max date options

Use parseNumber for formatting price and fix repeated steps

22 Jan 10:32
f3fc083
Compare
Choose a tag to compare
  • Use parseNumber for formatting price field
  • Rollback casting money to float, as it removes trailing zeros
  • Fix for toString method for number with units in repeated steps

Do not show year in title of day-month-only datepicker #128

06 Dec 14:39
0ce5466
Compare
Choose a tag to compare

Do not show year in title of day-month-only datepicker #128

Fix parseNumber in case of 3 numbers after decimal dot #127

Repeater issue with expressions #126

06 Dec 14:23
1c94664
Compare
Choose a tag to compare

Repeater issue with expressions #126

Make required fields optional in editor #123

06 Dec 13:20
7642e3c
Compare
Choose a tag to compare

Make required fields optional in editor #123

Multiple fixes

06 Dec 12:54
2c72f5c
Compare
Choose a tag to compare
  • Fix validation of group fields (#122 )
  • Fixed dist files for version without node (#124)
  • Fix required option group (#125)
  • Cast money to float (#120 )
  • Fix number with units for repeated step (#119)
  • Do not make fields required in test environment (#116)