Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

75 lines (48 loc) · 1.77 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.3.0 - 2020-11-10

Added

  • support edit of embedded documents (array of objects/Schemas)
  • add tests
  • improve README.md

1.2.0 - 2020-10-15

Added

  • audit log for create, edit, delete 🕺
    • can be turned off in global options SchemaUI.init({ auditLog: false })
    • typings also added
  • improve tests

BugFixes

  • default boolean values were overridden
  • reduce the use of lodash 👌

1.1.1 - 2020-05-08

Added

  • typings are now available

1.1.0 - 2020-05-08

Added

  • add vuex state management
  • abort background requests that threw errors
  • support for permissions per model (create, read, edit, delete)
  • search enhancements - possible to search in all fields that are string/objectIds
  • improve & add tests

BugFixes

  • applying filters on a collection will take you to page no. 1
  • create new document popup - fix transparent background while loading

1.0.4 - 2020-03-14

Added

  • version indicator in the app bar
  • dark mode

Changed

  • improve test coverage
  • routesMap is now Map instead of Object

``

0.8.0 - 2020-02-15

Initial Version