Skip to content

Release v0.0.3

Compare
Choose a tag to compare
@sgobotta sgobotta released this 31 Mar 17:53
· 514 commits to develop since this release

v0.0.3 tree (2019-03-31)

Full Changelog

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)
  • 74 change vuetify banner from the demo app components #75 (sgobotta)
  • 72 as a user i can declare actions as children of a resource component #73 (sgobotta)
  • 63 refactor articles tests to use mocked api routes #71 (EstefiCamba)
  • 68 implement properties validation for the error handler child of 67 #70 (sgobotta)
  • 67 implement error handling for the resource component child of 64 #69 (sgobotta)
  • 64 implement a unit test for the resource component #66 (sgobotta)
  • 62 configure unit tests for vue components #65 (sgobotta)
  • Added the redirect prop in the demo App component #61 (EstefiCamba)
  • 59 refactor magazines tests to use mocked api routes #60 (sgobotta)
  • 57 implement e2e tests for the vuex store #58 (sgobotta)
  • 54 test to delete action #56 (EstefiCamba)
  • 39 test to edit view #51 (EstefiCamba)
  • Adds some aliases in the webpack configuration #50 (sgobotta)
  • 38 test to show view #48 (EstefiCamba)
  • Adds a favicon #47 (sgobotta)
  • Fixes no dynamic resourceName bug #45 (sgobotta)
  • 42 simple api injection proposal for custom user componentisation #43 (sgobotta)
  • 40 implement a use case with more resources #41 (sgobotta)
  • Base url has been reactored to the cypress.json #36 (sgobotta)