Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Releases: stoplightio/formtron

v2.5.0

18 Apr 16:23
a78a006
Compare
Choose a tag to compare

2.5.0 (2019-04-18)

Features

v2.4.0

12 Apr 20:44
8d63d36
Compare
Choose a tag to compare

2.4.0 (2019-04-12)

Features

v2.3.0

09 Apr 19:53
6cc7400
Compare
Choose a tag to compare

2.3.0 (2019-04-09)

Features

  • add 'enabled' conditional expression (#49) (6cc7400)

v2.2.2

28 Mar 18:53
8f1cf0e
Compare
Choose a tag to compare

2.2.2 (2019-03-28)

Bug Fixes

v2.2.1

28 Mar 14:54
d1f7482
Compare
Choose a tag to compare

2.2.1 (2019-03-28)

Bug Fixes

  • handle edge case where value being updated is root node of the data (#46) (4706627)

v2.2.0

25 Mar 16:59
90e2c9d
Compare
Choose a tag to compare

2.2.0 (2019-03-25)

Features

  • use new IDiagnostic type [SL-2125] (#45) (90e2c9d)

v2.1.2

12 Mar 19:08
56f3bd4
Compare
Choose a tag to compare

2.1.2 (2019-03-12)

Bug Fixes

v2.1.1

12 Mar 18:51
dca294c
Compare
Choose a tag to compare

2.1.1 (2019-03-12)

Bug Fixes

  • background of +/- icon buttons should be transparent (#43) (dca294c)

v2.1.0

12 Mar 17:46
92f0ed3
Compare
Choose a tag to compare

2.1.0 (2019-03-12)

Features

v2.0.0

11 Mar 15:46
4afe1b8
Compare
Choose a tag to compare

2.0.0 (2019-03-11)

Features

  • alternative layout approach using flexbox (#38) (4afe1b8)

BREAKING CHANGES

  • We are now using Flexbox because it works better with dynamically hiding and showing fields using the show schema property. This is a breaking change because forms using the previous Grid layout system would leave an empty place in the grid when they were hidden, but the new system will stretch rows to fill in missing space.