This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Releases: slocking/schemaui
Releases · slocking/schemaui
Release list
Release v1.3.0
Release v1.2.0
Added
- audit log for create, edit, delete 🕺
- can be turned off in global options
SchemaUI.init({ auditLog: false }) - typings also added
- can be turned off in global options
- improve tests
BugFixes
- default boolean values were overridden
- reduce the use of lodash 👌
Release v1.1.1
Release v1.1.0
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
🚀 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
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