Changeset 6db418e in byjove
- Timestamp:
- 11/16/2022 10:05:09 AM (3 months ago)
- Branches:
- master
- Children:
- 4fa08c6
- Parents:
- ad9024a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG.md
rad9024a r6db418e 5 5 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 7 8 ## [0.1.14] - 2022-11-16 9 ### Changed 10 - Detect 404 notfound when viewing CRUD record; warn user accordingly. 11 - Increase spacing around "Create" button for model-index. 12 - Put available settings in the store; etc. 13 - Add components for login form and customer field. 14 - Rename methods provided by plugin. 15 - Add home page component; fix user state issues. 16 - Allow static data set for autocomplete component. 17 - Add styles, warnings template for receiving component. 18 - Let item-level receiving default option reflect "what's left". 7 19 8 20 ## [0.1.13] - 2021-10-20 -
package-lock.json
rad9024a r6db418e 1 1 { 2 2 "name": "byjove", 3 "version": "0.1.1 3",3 "version": "0.1.14", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
package.json
rad9024a r6db418e 1 1 { 2 2 "name": "byjove", 3 "version": "0.1.1 3",3 "version": "0.1.14", 4 4 "description": "Generic-ish app components for Vue.js frontend to Tailbone API backend", 5 5 "keywords": [
Note: See TracChangeset
for help on using the changeset viewer.