diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5bae6..2d25860 100644 --- a/CHANGELOG.md +++ b/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/) 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 ### Changed - Allow customization of Save button for model-crud. diff --git a/package.json b/package.json index f6c33f1..1851756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "byjove", - "version": "0.1.8", + "version": "0.1.9", "description": "Generic-ish app components for Vue.js frontend to Tailbone API backend", "keywords": [ "rattail",