Skip to content

Releases: flipbyte/formik-json-schema

Fixed deprecated render method

25 Jan 12:01
f3bcd03
Compare
Choose a tag to compare

Updates, code improvements and bug fixes

15 May 12:21
f91afa3
Compare
Choose a tag to compare
0.6.1 (#85)

* Update README.md

* Fix rowIndex not defined error

* Implmented strict equal

* Removed redundant messages file

* Fixed showWhen and enabledWhen not working on change issue

* Removed unused code

* 0.6.1

Updated formik and fixed minor issues

15 May 11:47
53888e8
Compare
Choose a tag to compare
Merge pull request #84 from easeq/master

v0.6.0

Define custom html tag and classes for wrapping error and comment

25 Mar 04:00
29f65b1
Compare
Choose a tag to compare
Merge pull request #83 from easeq/master

0.5.1

Improvements

24 Mar 14:05
2cae601
Compare
Choose a tag to compare
  • Added "html-tag" container which can be used to add any HTML tag as container
  • "div" container uses "html-tag" container and hence may be removed in the future versions
  • Default field template now has a "wrapAs" attribute which can be used to define custom wrapper tag or remove wrapping div entirely. Default tag 'div'
  • Added new 'inner-text' field to allow adding plain text with custom html tags.

Minor fix

23 Mar 11:54
f0de89a
Compare
Choose a tag to compare
Minor fix (#81)

* Fixed ReactSelect defaultValue not set issue

* 0.4.8

Removed debug statements

23 Mar 11:33
59f87e9
Compare
Choose a tag to compare
v0.4.7

Removed debug statements (#80)

Multi creatable like regular input

23 Mar 11:30
c3783d6
Compare
Choose a tag to compare
Handle multi creatable without menu (mimic regular input field) (#79)

* Handle change by key

* Handle multi creatable without menu

* 0.4.6

Improvements and bug fixes

23 Mar 05:38
dade607
Compare
Choose a tag to compare
Improved features (#78)

* Allow additional attributes for react-select

* React depreaction warning fixed

* React creatable fied without dropdown indicator and menu (mimics input field)

* Optimization

* 0.4.5

Downgrade conflicting package react-select:3.0.8

19 Mar 04:45
07643c7
Compare
Choose a tag to compare
Downgrade conflicting package react-select (#77)

* Downgrade react-select due to issues

* 0.4.4