simplereactcontrols
Version:
Simple react controls to make prototyping easy!
68 lines (36 loc) • 1.2 kB
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [Unreleased]
# [0.0.6] - 2020-04-15
## Added
- Added dropdownlist control, which is unstyled.
## Updated
-- Autocomplete to have a clear button, and added some styling.
-- Updated documentation.
# [0.0.4] - 2020-04-15
## Added
- Added automated deployment to npmjs for master.
# [0.0.4] - 2020-04-14
## Added
- unit more basic unit tests for auto complete.
- searchText prop to Autocomplete rather than having hardcoded english.
## Fixed
- Checkbox list width & added default of 0.5rem padding.
## Removed
button.scss as there is no button component at the moment.
# [0.0.3] - 2020-04-13
## Added
- Basic checkbox list control.
## Updated
- Documentation to reflect new control.
## Fixed
- position of list item causing page to reflow on autocomplete.
# [0.0.2] - 2020-04-12
## Added
- Added a basic checkbox list control.
- Updated Documentation.
# [0.0.1] - 2020-04-12
## Added
- Initial Release.