Releases: flipbyte/formik-json-schema
Releases · flipbyte/formik-json-schema
Fixed deprecated render method
Updates, code improvements and bug fixes
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
Merge pull request #84 from easeq/master v0.6.0
Define custom html tag and classes for wrapping error and comment
Merge pull request #83 from easeq/master 0.5.1
Improvements
- 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
Removed debug statements
v0.4.7 Removed debug statements (#80)
Multi creatable like regular input
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
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
Downgrade conflicting package react-select (#77) * Downgrade react-select due to issues * 0.4.4