v0.0.10 (2021-03-31)
Implemented enhancements:
- Actions and Ui Component #215
- Improve unit tests: Sidebar component #213
- 213 improve unit tests sidebar component #214 (sgobotta)
- 204 configure automatic test coverage report #205 (sgobotta)
Closed issues:
- Implement Unit tests for the EditButton component #222
- Implement Unit tests for the DeleteButton component #217
- Implement unit tests for the Spinner component #216
Merged pull requests:
- Bump y18n from 3.2.1 to 3.2.2 #231 (dependabot[bot])
- Bump elliptic from 6.5.0 to 6.5.4 #230 (dependabot[bot])
- Bump axios from 0.18.1 to 0.21.1 #229 (dependabot[bot])
- Bump ini from 1.3.5 to 1.3.7 #228 (dependabot[bot])
- Bump bcrypt from 3.0.4 to 5.0.0 in /utils/server-test #227 (dependabot[bot])
- Bump http-proxy from 1.18.0 to 1.18.1 #226 (dependabot[bot])
- Bump websocket-extensions from 0.1.3 to 0.1.4 #224 (dependabot[bot])
- 222 implement unit tests for the edit button component #223 (sgobotta)
- 217 implement unit tests for the delete button component #221 (sgobotta)
- 216 implement unit tests for the spinner component #220 (sgobotta)
- 215 actions and ui component #219 (sgobotta)
- 0.0.9 #212 (sgobotta)
- 0.0.8 #209 (sgobotta)
v0.0.9 (2020-02-09)
Fixed bugs:
- The Admin component ignores custom unauthorized layouts #210
Merged pull requests:
v0.0.8 (2020-02-08)
Implemented enhancements:
- Configure automatic test coverage report #204
- As a user I want to provide my own subscriptions to the Resource Alert system #200
- Refactor the authlayout snackbar to use the Alerts system #198
- Add contribution guidelines #193
- Add code of conduct #192
- As a User I want to be notified when I successfully log in #190
- Update npm prepublish script to prepare #185
- Add a coverage npm script #147
- Add Image of the app running to Readme #37
- Package.json: replaces prepublish script to prepare #208 (sgobotta)
- 184 consider npm audit checks #207 (sgobotta)
- 200 as a user i want to provide my own subscriptions to the resource alert system #206 (sgobotta)
Closed issues:
- Update contributing documentation #202
- Consider npm audit checks / autofixes to be added to CI #184
- Let me install it with npm from github #28
Merged pull requests:
- 202 update contributing documentation #203 (sgobotta)
- 198 refactor the authlayout snackbar to use the alerts system #199 (sgobotta)
- 190 as a user i want to be notified when i successfully log in #196 (sgobotta)
- Uses "Vue-Admin" as project name across Readme #195 (tehuel)
- Adds Contributor Covenant v2.0 #194 (sgobotta)
- 0.0.7 #191 (sgobotta)
v0.0.7 (2019-11-17)
Implemented enhancements:
- As a user I want to be notified when authentication fails #180
- As a user I want to use auth types to access the auth store module #178
- Unable to login and 404 on the demo api #176
- Replace server author services specific data generators with fake-data-generator #161
- Add a pre-commit hook to avoid eslint errors/warnings #158
Closed issues:
- As a User I want to click on a List element to navigate to a Show view #121
Merged pull requests:
- 161 replace server author services specific data generators with fake data generator #189 (sgobotta)
- Feedback on failing authentication #188 (jejoivanic)
- Add demo gif #186 (glmaljkovich)
- Chore/add linting to pre commit hook #183 (C3-TKO)
- 178 as a user i want to use auth types to access the auth store module #182 (sgobotta)
- README.md: adds credentials information for the demo app #177 (sgobotta)
- 0.0.6 #174 (sgobotta)
- List Component: Adds the ability to navigate on row click #170 (DanielOrmeno)
v0.0.6 (2019-10-07)
Implemented enhancements:
- As a Show Action, a custom title can be provided #172
- Move layouts to a single layouts module for structure simplification #151
- Provide a default Homepage for the UI component #144
Fixed bugs:
- An AuthLayout component is not being passed to Admin #149
- Visual styles not being applied in the Login page #95
Closed issues:
- README update: contributions section and more #166
- Create a Pull Request template #159
- Refactor the Admin component authentication logic to specific components #146
- Demo visual improvements #141
- As a User i want to import an Unauthorized component from npm dependency #116
- Deprecate views components as Arrays #94
- Implement a unit test for the Resource component #64
- Refactor articles tests to use mocked API routes #63
- Configure Unit Tests for Vue components #62
- Configure ESLint to enforce coding style consistency #7
- Implement spinner/loaders on api calls for user feedback #5
- As a List Action, a default title should be used if none was provided #4
- As a Create Action, a default title should be used if none was provided #3
- As an Edit Action, a default title should be used if none was provided #2
Merged pull requests:
- 172 as a show action a custom title can be provided #173 (sgobotta)
- 3 as a create action a default title should be used #171 (sgobotta)
- 2 as an edit actions a default title should be used #169 (sgobotta)
- Deprecate crud components as arrays #168 (SevenIndirecto)
- 166 readme update contributions sections and more #167 (sgobotta)
- 4 as a list action a default title should be used if none was provided #165 (sgobotta)
- Adds a PULL REQUEST template #163 (sgobotta)
- 7 - configures ESLint to enforce coding style consistency #162 (agustinariq)
- Bump mixin-deep from 1.3.1 to 1.3.2 #156 (dependabot[bot])
- Composer: adds VApp as parent of Admin for Vuetify styles propagation #155 (sgobotta)
- 144 provide a default homepage #153 (sgobotta)
- 151 move layouts to its own module #152 (sgobotta)
- 149 an authlayout component is not being passed to admin #150 (sgobotta)
- 146 refactor admin component to avoid unnecessary modules and routes creation #148 (sgobotta)
- 0.0.5 #143 (sgobotta)
v0.0.5 (2019-08-19)
Fixed bugs:
- Create View: store.state.entities[formType] is undefined #124
- store.state.entities[formType] is undefined #110
- Routes are being re-created on logout-login/hot-reload #97
Closed issues:
- Sidebar Heading: add customisation support #137
- Update Vuetify to version 2.x.x #136
- Update Cypress to 3.4.0 for newer browser versions support #133
- Navigation Sidebar Customization #130
- UI Component Customization #128
- Date Input Component Implementation #127
- As a user I want to use my own Auth component #98
- Implement a 404 page for unauthorized routes #90
- Update remote fonts from index.html #85
- Improve demo App: authors resource #79
- Integrate Travis CI #20
Merged pull requests:
- 141 demo visual improvements #142 (sgobotta)
- 137 sidebar heading add customisation support #139 (sgobotta)
- 136 update vuetify to version 2 #138 (sgobotta)
- 127 date input component generalisation #135 (sgobotta)
- 133 update cypress to 3.4.0 #134 (sgobotta)
- 130 navigation sidebar customization #131 (jejoivanic)
- 127 date input component #129 (jejoivanic)
- Added support for custom Auth component #126 (jejoivanic)
- [Create] Solving submit error on fresh view #125 (jejoivanic)
- Routes being recreated on hotreload #123 (jejoivanic)
- 85 update remote fonts #122 (jejoivanic)
- 5 spinner loader on api calls #119 (jejoivanic)
- Fixed edit form error which made untouched form's fields not to be st… #118 (jejoivanic)
- Exposed Unauthorized component in index.js file. #117 (jejoivanic)
- 90 implement a 404 page for unauthorized routes #115 (jejoivanic)
- 20 - integrate travis ci dev #113 (glmaljkovich)
- 79 improve demo app authors resource #111 (jejoivanic)
v0.0.4 (2019-04-02)
Implemented enhancements:
- Expose Auth action Types in the distributed version #107
- Integrate View's permissions to the route.hooks #96
Fixed bugs:
- Test Server: users removed from the whitelist #103
Merged pull requests:
- Updates index.js #108 (sgobotta)
- 96 integrate views permissions to the route hooks #106 (sgobotta)
- Test serer: fixes lost users from the whitelist #104 (sgobotta)
v0.0.3 (2019-03-31)
Implemented enhancements:
- Implement authentication store module / localstorage #81
- As a user I want to declare permissions to restrict access to my Resource views #78
- Implement an auth provider for the Admin component #77
Fixed bugs:
- Some properties in List are not dynamic #44
Closed issues:
- Implement an auth service in the test server #88
- Implement a Login page with no functionality #86
- Update documentation #84
- Change vuetify banner from the demo app components #74
- As a User I can declare Actions in the template (List, Create, Edit, View) as children of a Resource component #72
- Implement properties validation for the error handler #68
- Implement error handling for the Resource component #67
- Refactor magazines tests to use mocked API routes #59
- Implement e2e tests for the vuex store #57
- Fix package.json version in develop #55
- Add redirect prop to Resource on the App component #53
- Add aliases to routes in webpack configuration #49
- Add favicon #46
- Simple API injection proposal for custom user componentisation #42
- Implement a use case with more resources #40
- Add an e2e test for the Edit View #39
- Add an e2e test for the Show View #38
- Refactor base url on tests #35
- Functional proposal for custom components rendering #34
- Add logo to readme #31
- Library deploy #19
- Create demo App directory #17
- Document the fields to be passed to a component #12
- Publish to npm regsitry #9
- More documentation #8
- Create Changelog #6
Merged pull requests:
- Updates package.json with a changelog script #101 (sgobotta)
- 77 implement an auth provider for the admin component #99 (sgobotta)
- 81 implement authentication store #93 (sgobotta)
- Updates README.md #92 (sgobotta)
- 78 as a user i want to declare permissions to restrict access to my resource views #91 (sgobotta)
- 88 implement an auth service in the test server #89 (sgobotta)
- 86 implement a login page with no functionality #87 (sgobotta)
- Develop rebased #83 (sgobotta)
- Develop rebase #82 (sgobotta)
v0.0.2 (2018-12-17)
v0.0.1 (2018-12-17)
Closed issues:
- Remove not used widgets on Menu #23
- Remove spanish comments in code #22
- Update Package.json information #21
- Edit description and topics to the github header #18
- Implement first E2E tests with cypress #14
- Use it from Npm package #13
Merged pull requests:
- Adds logo to readme #32 (sgobotta)
- Update README and Resource component docs #30 (florblue)
- 22 remove spanish comments in code #27 (sgobotta)
- 23 remove not used widgets on menu #26 (sgobotta)
- 21 update package json #25 (sgobotta)
- Fix package build #24 (josx)
- 14 implement first e2e test #15 (sgobotta)
* This Changelog was automatically generated by github_changelog_generator