Skip to content

Releases: ClearC2/grid-form-builder

v3.93.1

21 Nov 14:46
Compare
Choose a tag to compare

3.93.1 (2023-11-21)

Bug Fixes

  • multiSelect: convert values to json if applicable (#215) (deeaec5)

v3.93.0

25 Oct 16:06
Compare
Choose a tag to compare

3.93.0 (2023-10-25)

Features

  • cleave: modify value isNaN check (#214) (88c45a1)
  • multiSelect: require flag to remove invalid values (#211) (8e122a1)

v3.92.2

09 Oct 14:59
Compare
Choose a tag to compare

3.92.2 (2023-10-09)

Bug Fixes

  • textarea: fix issue with multiple filter conditions not being passed through (#213) (8ca5c15)

v3.92.1

06 Oct 14:58
Compare
Choose a tag to compare

3.92.1 (2023-10-06)

Bug Fixes

  • filters: textarea conditions now show '...or' options (#212) (b729e69)

v3.92.0

04 Oct 14:08
Compare
Choose a tag to compare

3.92.0 (2023-10-04)

Features

  • queryBuilder: add conditions dialog to textarea (#210) (5200504)

v3.91.2

20 Sep 19:50
Compare
Choose a tag to compare

3.91.2 (2023-09-20)

Bug Fixes

  • typeahead: starts with and contains label should no longer cut off the first character of the search term (6dbb847)

v3.91.1

11 Sep 21:58
Compare
Choose a tag to compare

3.91.1 (2023-09-11)

Bug Fixes

  • drag: removes disabled in favor of readonly so click propogation does not get consumed by disabled fields, especially for drag events (d56cf16)

v3.91.0

11 Sep 16:29
Compare
Choose a tag to compare

3.91.0 (2023-09-11)

Features

  • typeahead: changes api to use search term in payload instead of url (d5608ca)

v3.90.0

11 Sep 15:05
Compare
Choose a tag to compare

3.90.0 (2023-09-11)

Features

  • typeahead: if there is an issue fetching typeahead options the typeahead will now show an empty result set rather than getting hung looking like it is loading (c8cda07)

v3.89.0

29 Aug 16:04
Compare
Choose a tag to compare

3.89.0 (2023-08-29)

Bug Fixes

  • conditionaltable: fix undefined on multiple empty conditions (#207) (5d58056)
  • dateinput: allow dateinput to be blanked (#208) (755c343)

Features

  • warning: Add warning icons & messages to inputs when warning prop passed down (#209) (4752280)