Skip to content

Latest commit

 

History

History
306 lines (229 loc) · 23.9 KB

CHANGELOG.md

File metadata and controls

306 lines (229 loc) · 23.9 KB

Changelog

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 (2020-02-09)

Full Changelog

Fixed bugs:

  • The Admin component ignores custom unauthorized layouts #210

Merged pull requests:

  • 210 the admin component ignores custom unauthorized layouts #211 (sgobotta)

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)

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 (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 (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 (2019-08-19)

Full Changelog

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:

v0.0.4 (2019-04-02)

Full Changelog

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:

v0.0.3 (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:

v0.0.2 (2018-12-17)

Full Changelog

v0.0.1 (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:

* This Changelog was automatically generated by github_changelog_generator