Update changelog
This commit is contained in:
parent
af21cab150
commit
9bd8ddbf3a
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -5,6 +5,20 @@ 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.9] - 2020-04-24
|
||||||
|
### Changed
|
||||||
|
- Wrap "create new object" button, for padding.
|
||||||
|
- Add `byjoveCurrency` filter.
|
||||||
|
- Fix pagination bug in model-crud.
|
||||||
|
- Add new `ByjoveReceiving` component.
|
||||||
|
- Let caller define row sorting for model-crud.
|
||||||
|
- Stop showing Buefy toast messages at bottom of screen.
|
||||||
|
- Misc. improvements for "delete" support in model-crud.
|
||||||
|
- Add support for "Create Row" button when viewing parent CRUD object.
|
||||||
|
- Avoid showing "removed" batch rows by default.
|
||||||
|
- Misc. fixes for model-crud, e.g. redirect to parent after deleting row.
|
||||||
|
- Add initial "inventory" component, for updating row counts.
|
||||||
|
|
||||||
## [0.1.8] - 2020-03-02
|
## [0.1.8] - 2020-03-02
|
||||||
### Changed
|
### Changed
|
||||||
- Allow customization of Save button for model-crud.
|
- Allow customization of Save button for model-crud.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "byjove",
|
"name": "byjove",
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"rattail",
|
"rattail",
|
||||||
|
|
Loading…
Reference in a new issue