# Change Log

## [v0.0.4](https://github.com/Cambalab/vue-admin/tree/v0.0.4) (2019-04-02)
[Full Changelog](https://github.com/Cambalab/vue-admin/compare/v0.0.13...v0.0.4)

**Implemented enhancements:**

- Expose Auth action Types in the distributed version [\#107](https://github.com/Cambalab/vue-admin/issues/107)

**Merged pull requests:**

- Updates index.js [\#108](https://github.com/Cambalab/vue-admin/pull/108) ([sgobotta](https://github.com/sgobotta))

## [v0.0.13](https://github.com/Cambalab/vue-admin/tree/v0.0.13) (2019-04-02)
[Full Changelog](https://github.com/Cambalab/vue-admin/compare/v0.0.12...v0.0.13)

## [v0.0.12](https://github.com/Cambalab/vue-admin/tree/v0.0.12) (2019-04-02)
[Full Changelog](https://github.com/Cambalab/vue-admin/compare/v0.0.3...v0.0.12)

**Implemented enhancements:**

- Integrate View's permissions to the route.hooks [\#96](https://github.com/Cambalab/vue-admin/issues/96)

**Fixed bugs:**

- Test Server: users removed from the whitelist [\#103](https://github.com/Cambalab/vue-admin/issues/103)

**Merged pull requests:**

- 96 integrate views permissions to the route hooks [\#106](https://github.com/Cambalab/vue-admin/pull/106) ([sgobotta](https://github.com/sgobotta))
- Test serer: fixes lost users from the whitelist [\#104](https://github.com/Cambalab/vue-admin/pull/104) ([sgobotta](https://github.com/sgobotta))
- 0.0.3 [\#102](https://github.com/Cambalab/vue-admin/pull/102) ([sgobotta](https://github.com/sgobotta))

## [v0.0.3](https://github.com/Cambalab/vue-admin/tree/v0.0.3) (2019-03-31)
[Full Changelog](https://github.com/Cambalab/vue-admin/compare/v0.0.2...v0.0.3)

**Implemented enhancements:**

- Implement authentication store module / localstorage [\#81](https://github.com/Cambalab/vue-admin/issues/81)
- As a user I want to declare permissions to restrict access to my Resource views [\#78](https://github.com/Cambalab/vue-admin/issues/78)
- Implement an auth provider for the Admin component [\#77](https://github.com/Cambalab/vue-admin/issues/77)

**Fixed bugs:**

- Some properties in List are not dynamic [\#44](https://github.com/Cambalab/vue-admin/issues/44)

**Closed issues:**

- Implement an auth service in the test server [\#88](https://github.com/Cambalab/vue-admin/issues/88)
- Implement a Login page with no functionality [\#86](https://github.com/Cambalab/vue-admin/issues/86)
- Update documentation [\#84](https://github.com/Cambalab/vue-admin/issues/84)
- Change vuetify banner from the demo app components [\#74](https://github.com/Cambalab/vue-admin/issues/74)
- As a User I can declare Actions in the template \(List, Create, Edit, View\) as children of a Resource component [\#72](https://github.com/Cambalab/vue-admin/issues/72)
- Implement properties validation for the error handler [\#68](https://github.com/Cambalab/vue-admin/issues/68)
- Implement error handling for the Resource component [\#67](https://github.com/Cambalab/vue-admin/issues/67)
- Refactor magazines tests to use mocked API routes [\#59](https://github.com/Cambalab/vue-admin/issues/59)
- Implement e2e tests for the vuex store [\#57](https://github.com/Cambalab/vue-admin/issues/57)
- Fix package.json version in develop [\#55](https://github.com/Cambalab/vue-admin/issues/55)
- Add redirect prop to Resource on the App component [\#53](https://github.com/Cambalab/vue-admin/issues/53)
- Add aliases to routes in webpack configuration [\#49](https://github.com/Cambalab/vue-admin/issues/49)
- Add favicon [\#46](https://github.com/Cambalab/vue-admin/issues/46)
- Simple API injection proposal for custom user componentisation [\#42](https://github.com/Cambalab/vue-admin/issues/42)
- Implement a use case with more resources [\#40](https://github.com/Cambalab/vue-admin/issues/40)
-  Add an e2e test for the Edit View [\#39](https://github.com/Cambalab/vue-admin/issues/39)
- Add an e2e test for the Show View [\#38](https://github.com/Cambalab/vue-admin/issues/38)
- Refactor base url on tests [\#35](https://github.com/Cambalab/vue-admin/issues/35)
- Functional proposal for custom components rendering [\#34](https://github.com/Cambalab/vue-admin/issues/34)
- Add logo to readme [\#31](https://github.com/Cambalab/vue-admin/issues/31)
- Library deploy [\#19](https://github.com/Cambalab/vue-admin/issues/19)
- Create demo App directory [\#17](https://github.com/Cambalab/vue-admin/issues/17)
- Document the fields to be passed to a component [\#12](https://github.com/Cambalab/vue-admin/issues/12)
- Publish to npm regsitry [\#9](https://github.com/Cambalab/vue-admin/issues/9)
- More documentation [\#8](https://github.com/Cambalab/vue-admin/issues/8)
- Create Changelog [\#6](https://github.com/Cambalab/vue-admin/issues/6)

**Merged pull requests:**

- Updates package.json with a changelog script [\#101](https://github.com/Cambalab/vue-admin/pull/101) ([sgobotta](https://github.com/sgobotta))
- 77 implement an auth provider for the admin component [\#99](https://github.com/Cambalab/vue-admin/pull/99) ([sgobotta](https://github.com/sgobotta))
- 81 implement authentication store [\#93](https://github.com/Cambalab/vue-admin/pull/93) ([sgobotta](https://github.com/sgobotta))
- Updates README.md [\#92](https://github.com/Cambalab/vue-admin/pull/92) ([sgobotta](https://github.com/sgobotta))
- 78 as a user i want to declare permissions to restrict access to my resource views [\#91](https://github.com/Cambalab/vue-admin/pull/91) ([sgobotta](https://github.com/sgobotta))
- 88 implement an auth service in the test server [\#89](https://github.com/Cambalab/vue-admin/pull/89) ([sgobotta](https://github.com/sgobotta))
- 86 implement a login page with no functionality [\#87](https://github.com/Cambalab/vue-admin/pull/87) ([sgobotta](https://github.com/sgobotta))
- Develop rebased [\#83](https://github.com/Cambalab/vue-admin/pull/83) ([sgobotta](https://github.com/sgobotta))
- Develop rebase [\#82](https://github.com/Cambalab/vue-admin/pull/82) ([sgobotta](https://github.com/sgobotta))
- 74 change vuetify banner from the demo app components [\#75](https://github.com/Cambalab/vue-admin/pull/75) ([sgobotta](https://github.com/sgobotta))
- 72 as a user i can declare actions as children of a resource component [\#73](https://github.com/Cambalab/vue-admin/pull/73) ([sgobotta](https://github.com/sgobotta))
- 63 refactor articles tests to use mocked api routes [\#71](https://github.com/Cambalab/vue-admin/pull/71) ([EstefiCamba](https://github.com/EstefiCamba))
- 68 implement properties validation for the error handler child of 67 [\#70](https://github.com/Cambalab/vue-admin/pull/70) ([sgobotta](https://github.com/sgobotta))
- 67 implement error handling for the resource component child of 64 [\#69](https://github.com/Cambalab/vue-admin/pull/69) ([sgobotta](https://github.com/sgobotta))
- 64 implement a unit test for the resource component [\#66](https://github.com/Cambalab/vue-admin/pull/66) ([sgobotta](https://github.com/sgobotta))
- 62 configure unit tests for vue components [\#65](https://github.com/Cambalab/vue-admin/pull/65) ([sgobotta](https://github.com/sgobotta))
- Added the redirect prop in the demo App component [\#61](https://github.com/Cambalab/vue-admin/pull/61) ([EstefiCamba](https://github.com/EstefiCamba))
- 59 refactor magazines tests to use mocked api routes [\#60](https://github.com/Cambalab/vue-admin/pull/60) ([sgobotta](https://github.com/sgobotta))
- 57 implement e2e tests for the vuex store [\#58](https://github.com/Cambalab/vue-admin/pull/58) ([sgobotta](https://github.com/sgobotta))
- 54 test to delete action [\#56](https://github.com/Cambalab/vue-admin/pull/56) ([EstefiCamba](https://github.com/EstefiCamba))
- 39 test to edit view [\#51](https://github.com/Cambalab/vue-admin/pull/51) ([EstefiCamba](https://github.com/EstefiCamba))
- Adds some aliases in the webpack configuration [\#50](https://github.com/Cambalab/vue-admin/pull/50) ([sgobotta](https://github.com/sgobotta))
- 38 test to show view [\#48](https://github.com/Cambalab/vue-admin/pull/48) ([EstefiCamba](https://github.com/EstefiCamba))
- Adds a favicon [\#47](https://github.com/Cambalab/vue-admin/pull/47) ([sgobotta](https://github.com/sgobotta))
- Fixes no dynamic resourceName bug [\#45](https://github.com/Cambalab/vue-admin/pull/45) ([sgobotta](https://github.com/sgobotta))
- 42 simple api injection proposal for custom user componentisation [\#43](https://github.com/Cambalab/vue-admin/pull/43) ([sgobotta](https://github.com/sgobotta))
- 40 implement a use case with more resources [\#41](https://github.com/Cambalab/vue-admin/pull/41) ([sgobotta](https://github.com/sgobotta))
- Base url has been reactored to the cypress.json [\#36](https://github.com/Cambalab/vue-admin/pull/36) ([sgobotta](https://github.com/sgobotta))
- V0.0.1 [\#33](https://github.com/Cambalab/vue-admin/pull/33) ([sgobotta](https://github.com/sgobotta))

## [v0.0.2](https://github.com/Cambalab/vue-admin/tree/v0.0.2) (2018-12-17)
[Full Changelog](https://github.com/Cambalab/vue-admin/compare/v0.0.1...v0.0.2)

## [v0.0.1](https://github.com/Cambalab/vue-admin/tree/v0.0.1) (2018-12-17)
**Closed issues:**

- Remove not used widgets on Menu [\#23](https://github.com/Cambalab/vue-admin/issues/23)
- Remove spanish comments in code [\#22](https://github.com/Cambalab/vue-admin/issues/22)
- Update Package.json information [\#21](https://github.com/Cambalab/vue-admin/issues/21)
- Edit description and topics to the github header [\#18](https://github.com/Cambalab/vue-admin/issues/18)
- Implement first E2E tests with cypress [\#14](https://github.com/Cambalab/vue-admin/issues/14)
- Use it from Npm package [\#13](https://github.com/Cambalab/vue-admin/issues/13)

**Merged pull requests:**

- Adds logo to readme [\#32](https://github.com/Cambalab/vue-admin/pull/32) ([sgobotta](https://github.com/sgobotta))
- Update README and Resource component docs [\#30](https://github.com/Cambalab/vue-admin/pull/30) ([florblue](https://github.com/florblue))
- 22 remove spanish comments in code [\#27](https://github.com/Cambalab/vue-admin/pull/27) ([sgobotta](https://github.com/sgobotta))
- 23 remove not used widgets on menu [\#26](https://github.com/Cambalab/vue-admin/pull/26) ([sgobotta](https://github.com/sgobotta))
- 21 update package json [\#25](https://github.com/Cambalab/vue-admin/pull/25) ([sgobotta](https://github.com/sgobotta))
- Fix package build [\#24](https://github.com/Cambalab/vue-admin/pull/24) ([josx](https://github.com/josx))
- 14 implement first e2e test [\#15](https://github.com/Cambalab/vue-admin/pull/15) ([sgobotta](https://github.com/sgobotta))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*