Update changelog
This commit is contained in:
parent
41ccf00049
commit
d887345138
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -5,6 +5,22 @@ 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.6] - 2020-02-21
|
||||
### Changed
|
||||
- Add page-content-wrapper to main app template.
|
||||
- Add icons to nav header buttons.
|
||||
- Let caller control whether Login and Feedback menu items are shown.
|
||||
- Let caller control whether app footer is shown.
|
||||
- Stop including Home link in menu.
|
||||
- Remove some redirect magic, for logged-in users.
|
||||
- Add `session_established` flag in global store.
|
||||
- Delay showing the app until user info is fetched.
|
||||
- Add `ByjovePlugin` for sake of `$hasPerm()` method.
|
||||
- Add `user_is_admin` flag to app store, plus logic to set/clear it.
|
||||
- Change aria-role (to "menu") for main user menu.
|
||||
- Add proper logout logic to menu; let caller hide root options, about link.
|
||||
- Update permissions when logging in user.
|
||||
|
||||
## [0.1.5] - 2019-12-04
|
||||
### Changed
|
||||
- Fix bug when checking user session.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue