Cambalab Vue Admin Versions Save

An open source frontend Framework for building admin applications running in the browser on top of REST, using ES6 and Vue.js

v0.0.10

3 years ago

v0.0.10 (2021-03-31)

Full Changelog

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:

v0.0.9

4 years ago

v0.0.9 (2020-02-09)

Full Changelog

Fixed bugs:

  • The Admin component ignores custom unauthorized layouts #210

Merged pull requests:

v0.0.8

4 years ago

v0.0.8 (2020-02-08)

Full Changelog

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)
  • 204 configure automatic test coverage report #205 (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:

v0.0.7

4 years ago

v0.0.7 (2019-11-17)

Full Changelog

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:

v0.0.6

4 years ago

v0.0.6 (2019-10-07)

Full Changelog

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:

v0.0.5

4 years ago

v0.0.5 (2019-08-19)

Full Changelog

Merged pull requests:

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
  • UI Component Customization #128
  • 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

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

v0.0.4

5 years ago

v0.0.4 tree (2019-04-02)

Full Changelog

Implemented enhancements:

  • Expose Auth action Types in the distributed version #107

Merged pull requests:

v0.0.3

5 years ago

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)

v0.0.2

5 years ago

v0.0.2 tree (2018-12-17)

Full Changelog

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: