All releases are documented here. This project follows Semantic Versioning principles.
- Support for CUBA 7.1
- Refactored the ResetPassword screen using the new API
- Removed deprecated code and replaced with the suggested replacements
- Introduced a new login screen (NexbitLoginScreen) created with the new API, that can be used in place of the old one (not removed for backwards compatibility)
- Fixed a bug when updating existing tokens in the db
- Support for CUBA 7.0 (by Sergey Butenin)
- Added Russian translation (by Sergey Butenin)
- Added Romanian translation (by Sorin Federiga)
- [BREAKING CHANGE] Removed allowAnonymous custom attribute for REST services, now that CUBA 6.10 provides the standard anonymousAllowed attribute
- [BREAKING CHANGE] Small refactorings to extended login screen to support 6.10 and Hover theme (you need to update your code if you have extended the
loginWindow
screen)
- Support for CUBA 6.9.0
- Removed unused
gui
module - Refactored the reset link handler mechanism by using the new 6.9 support
- Updated all init db scripts to adhere to new naming conventions in 6.9
- Fixed
start*
andstop*
gradle tasks that were using a wrong syntax - [BREAKING CHANGE] Refactored the login window (you need to update your code if you have extended the
loginWindow
screen)
- Support for CUBA 6.8.6
- New extensive usage section in README, plus Postman REST API docs and collections
- First public version for CUBA 6.6.4