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.
- Events that fire when select lists open or close.
- Event that fires on add/remove from datagrid.
- Event that fires on loadMore for selects.
- Reverted revert of change to datagrids delete value.
- Calculated Select values could return something other than an array which caused an error.
- Reverted change to setting values that attempted to fix deleting rows in datagrids issue that had a lot of side effects.
- Fix MinLength calculation for datagrids.
- Fixed error about setState in select component.
- Scenario where updating a form doesn't always set the values.
- Replace full lodash with individual functions.
- Datagrids with select components dependent on external data weren't updating when the data updated.
- Datagrid headers won't render if there are no labels.
- Deleting rows in datagrids didn't clear components properly.
- Fix performance of datagrids with large data.
- Onchange event will fire for input fields after 500ms of no typing instead of only on blur.
- Expose mixins as exports to ease creation of custom components.
Changed
- Text inputs will fire change events on blur now instead of on change. Change events were too slow in redux.
- Fixed tests dealing with input mask change and missing onChange events.
- Removing tests that don't work with current libraries.
- Swapped react-input-mask for react-text-mask for input masks.
- Improved performance of input masks.