Update changelog

This commit is contained in:
Lance Edgar 2019-11-15 16:33:58 -06:00
parent 67155acf40
commit 3240da9121

View file

@ -5,6 +5,15 @@ All notable changes to 'byjove' will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.3] - 2019-11-15
### Added
- Add "model index" component.
- Add "model crud" component.
- Add basic autocomplete component.
### Changed
- Cleanup global state logic a bit, for current user and permissions.
- Assign background color, if specified by API.
## [0.1.2] - 2019-11-06 ## [0.1.2] - 2019-11-06
### Added ### Added
- Hopefully include dist files in npm package build. - Hopefully include dist files in npm package build.