Update changelog
This commit is contained in:
parent
ad9024a4a2
commit
6db418ec19
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,6 +5,18 @@ 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.14] - 2022-11-16
|
||||
### Changed
|
||||
- Detect 404 notfound when viewing CRUD record; warn user accordingly.
|
||||
- Increase spacing around "Create" button for model-index.
|
||||
- Put available settings in the store; etc.
|
||||
- Add components for login form and customer field.
|
||||
- Rename methods provided by plugin.
|
||||
- Add home page component; fix user state issues.
|
||||
- Allow static data set for autocomplete component.
|
||||
- Add styles, warnings template for receiving component.
|
||||
- Let item-level receiving default option reflect "what's left".
|
||||
|
||||
## [0.1.13] - 2021-10-20
|
||||
### Changed
|
||||
- Allow for "native sort" params in model index.
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue