Update changelog
This commit is contained in:
parent
68a349383c
commit
15ddce14ee
|
@ -5,6 +5,14 @@ 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/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.8] - 2020-03-02
|
||||
### Changed
|
||||
- Allow customization of Save button for model-crud.
|
||||
- Add basic support for "executing" mode, in model-crud.
|
||||
- Fix the "view object" link in CRUD header.
|
||||
- Add basic "quick-delete" prop for model-crud.
|
||||
- Let caller define placeholder and icon for autocomplete field.
|
||||
|
||||
## [0.1.7] - 2020-02-26
|
||||
### Changed
|
||||
- Consolidate some perm check logic.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue