Skip to content

Releases: slocking/schemaui

Release v1.3.0

10 Nov 20:28
Compare
Choose a tag to compare

Added

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

Did you come so far? please thank with a Star ⭐ 🙏

Release v1.2.0

15 Oct 21:02
433b8c8
Compare
Choose a tag to compare

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 👌

Release v1.1.1

14 Oct 18:37
1e245b4
Compare
Choose a tag to compare

Added

  • build-in typings support

Release v1.1.0

07 May 22:18
Compare
Choose a tag to compare

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

Like SchemaUI? Hit the star button! ☝⭐

Release v1.0.5

14 Mar 19:02
b0eafac
Compare
Choose a tag to compare

🚀 New version 1.0.5

Added

  • version indicator in the app bar
  • dark mode

Changed

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

Release Version 0.8.0

01 Jan 11:24
Compare
Choose a tag to compare

First release version 🎆

🚀 Features:

  • Support of mongoose schema types - String, Boolean, Date, Number, ObjectId
  • Support of multiple types - [String], [ObjectId]
  • Support of required fields
  • Full CRUD support in the UI & through the API