This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.0.0](v0.36.0...v1.0.0) (2020-03-18) ### Bug Fixes * **coveralls:** fix typo ([9180d2f](9180d2f)) * **input:** add missing className and style properties ([3713d16](3713d16)), closes [#271](#271) * **input:** add style to text input property and fix test ([595b709](595b709)), closes [#271](#271) * **input:** add validation styling to text input and field ([ee3cd14](ee3cd14)), closes [#271](#271) * **input:** fix validation tests ([67bab76](67bab76)), closes [#271](#271) * **input:** replace selected with defaultValue in select ([c9656cd](c9656cd)), closes [#271](#271) * **input:** resolve requested and other necessary changes and refactor ([c0ec7ab](c0ec7ab)), closes [#271](#271) * **inputs:** apply requested changes ([45bcf23](45bcf23)), closes [#271](#271) * **table:** fixes table tests ([beba7f1](beba7f1)) * **types:** add ColorVariant light and info colors ([6664de4](6664de4)), closes [#66](#66) * insert missing property to TextInput ([fcbadca](fcbadca)), closes [#66](#66) ### Features * **actions:** improves github action cicd and removes travis ([44cf335](44cf335)) * **docs:** removes unnecessary docs ([98110ce](98110ce)) * **input:** add input validation styles and tests, update react-bs ([262d87e](262d87e)), closes [#271](#271) * **input:** add validation styling to select ([a791422](a791422)), closes [#271](#271) * **inputs:** add datetimepicker input validation and create docs ([515db71](515db71)), closes [#271](#271) * **inputs:** form validation progress ([d24435e](d24435e)), closes [#66](#66) * **textinput:** add errorMessage property ([3648fba](3648fba)), closes [#66](#66) * **textinput:** add valid input message, fix typos and others ([4c90b45](4c90b45)), closes [#66](#66) ### BREAKING CHANGES * **input:** update react bootstrap
- Loading branch information