All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- fixes #223 add X-CSRF-TOKEN to the header to integrate with light-portal
- fixes #222 rollback ComposedComponent type to schema type
- fixes #221 update Select filed to set the currentValue
- fixes #220 resolve a react warning after upgrade to 16.13.x
- fixes #219 switch taxnomy to react-checkbox-tree implementation
- fixes #218 change the taxonomy wrapper to remove the root style
- fixes #217 add taxonomy and example for light-portal category management
- fixes #216 add several examples for testing and light-portal
- fixes #215 resolve the value update for checkbox
- fixes #214 Add markdown field to support light-portal forms
- fixes #213 add dev dependencies to fix unit test cases
- fixes #212 Run the lint with the new configuration and remove lib folder
- fixes #211 update build environment with create-react-library
- fixes #207 add dbInfo to the light-codegen config form conditionally
- fixes #204 update Checkbox to functional component with default value handling
- fixes #196 add timestamp component to default to the current Date()
- fixes #195 add setDefault to populate default value from the Select constructor
- fixes #194 fix the logic for default value for Select component
- fixes #191 Allow additional contexts to be passed to be used in evaluation of condition property. Thanks @struankl
- fixes #189 Check if obj is not null. Thanks @psamim
- fixes #188 fix bug in removing empty value. Thanks @sahba-changizi
- fixes #187 I25 add support for multi selects. Thanks @naeemba
- fixes #182 move the webpack-config from dependencies to devDependencies
- fixes #183 rebuilt the example code with webpack
- fixes #184 add README.md to the example folder
- Fixes #185 add support for multi selects. Thanks @naeemba
- fixes #186 resolve a small lint issue
- Fix 179 upgrade dependencies to the latest and node 12 is needed
- Fix 175 Fix conditional array. Thanks @ psamim
- Fix 176 fix the security issue reported by npm with npm audit fix
- Fix 169 Update to material-ui v4. Thanks @naeemba
- Fix 167 Array tuple example/support. Thanks @fauxsoup
- Fix 163 Allow htmlClass on fieldset elements. Thanks @fauxsoup
- I 160 incorrect errors for not required null fields. Thanks @naeemba
- I18 add other props to elements #159. Thanks @naeemba
- Fix error message and description on Select #156. Thanks @naeemba
- Support objects in selects #153. Thanks @naeemba
- Remove peer dependancy on a fixed version of material-ui #154. Thanks @psamim
- Improvements on array component #149. Thanks @naeemba
- Array: fix bug causing nested arrays TextFields loose focus on type #150. Thanks @naeemba
- fix eslint errors #152. Thanks @naeemba
- Render custom labels for required fields #146. Thanks @naeemba
- Add support for localization #144. Thanks @naeemba
- Validation behaviour on load #136 Thanks @naeemba
- Conditionals in array objects #142. Thanks @struankl
- fix the help to inject text on form and add an example #141
- arrayselect seems not working in the example #121
- Updating project dependencies to latest version #135. Thanks @naeemba
- Flow #134. Thanks @naeemba
- Fixes Validation Errors not Showing. Thanks @thefringeninja
- It is a massive release with latest react and material-ui support. Thanks @JFrankfurt, @dogada, @gtaschuk and @naeemba
- upgrade to react 16.5.1 and material-ui/core 1.5.1(Thanks @dogada and @SadMonster)
- fix some issues with 0.4.0 release(Thanks @gtaschuk)
- fix number can not empty(Thanks @weilaihui)
- fix Date field can't be cleared issue #77 (Thanks @taitt)
- Merge pull request #79 from weilaihui/master
- Merge pull request #80 from bakaoh/master
- show the clear icon only when there was a value(Thanks @taitt)
- Merge pull request #81 from bakaoh/master
- Simplify canonicalTitleMap processing (Thanks @XaviTorello)
- utils.canonicalTitleMap transpilation (Thanks @XaviTorello)
- Add TextSuggest component (Thanks @XaviTorello)
- Add TextSuggest to schemaForm using "textsuggest" as mapper (Thanks @XaviTorello)
- Ready to work textsuggest component! (Thanks @XaviTorello)
- Add dataSourceConfig to link passed datasource keys (Thanks @XaviTorello)
- Activate openOnFocus (Thanks @XaviTorello)
- Use the generated titleMap as dataSource (Thanks @XaviTorello)
- Intercept changes and pass it to the form handler (Thanks @XaviTorello)
- Clean debug mark (Thanks @XaviTorello)
- Add react-autosuggest dependency for textsuggest fields (Thanks @XaviTorello)
- Add textsuggest autoInit method (Thanks @XaviTorello)
- Add default value if passed to textsuggest (Thanks @XaviTorello)
- Add new TextSuggest field transpilation (Thanks @XaviTorello)
- Add latest SchemaForm transpiled version (Thanks @XaviTorello)
- Identify all SchemaForm fields by an unique key based on their form.key (Thanks @XaviTorello)
- Merge pull request #2 from XaviTorello/fix_fields_identification
- Update transpiled SchemaForm (Thanks @XaviTorello)
- Merge pull request #3 from XaviTorello/fix_fields_identification
- Add notevil dependency (Thanks @XaviTorello)
- Create new util.safeEval method (Thanks @XaviTorello)
- Fixes #73 fix Select when param is missing. (Thanks @oceanic815recovery)
- Add
yarn.lock
/ Use Yarn for package management (Thanks @MrSaints)
- Fixes #71 Fix Select when it is in an array. (Thanks @oceanic815recovery)
- Fixes #70 "cannot read property" error when using an enum in an object. (Thanks @MrSaints)
- added floatingLabelType to Date (Thanks @gtaschuk)
- Made FieldSet into a proper fieldset tag with a legend (Thanks @gtaschuk)
- Adding top-level className for better framework support (Thanks @curtiswilkinson)
- Adding htmlClass from the json-schema-form specification (Thanks @curtiswilkinson)
- Sync react and react-dom version
- Fixes #45 Number: onChangeValidate called twice (Thanks @stropitek)
- Fixes #44 Move react to peer dependencies, react-dom to dev dependencies (Thanks @stropitek)
- Fixes #40 number validation (Thanks @maplechori)
- Update dependency to react-schema-form-rc-select
- Upgrade to react 15.3.2 (Thanks Paul Apostol)
- Upgrade to babel 6.5.2 (Thanks Paul Apostol)
- Upgrade to webpack 1.13.3 (Thanks Paul Apostol)