Releases: savannabits/acacia
Releases · savannabits/acacia
v1.4.0
What's Changed
- Added Default admin user seeder to the Users Seeder by @coolsam726 in #46
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Validation: User Passwords Validation and use of Rule classes and met… by @coolsam726 in #42
- User Role Assignment Update by @coolsam726 in #43
- Added a tab to view currently assigned roles to the Users module.
- Added ability to assign and revoke roles for any specific user.
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
What's Changed
- Improvement in the Core Welcome Page: by @coolsam726 in #40
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Bug Fix: Negate file_exists when checking if the DB exists or not by @coolsam726 in #39
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Frontend Views Scaffolding in Core: by @coolsam726 in #38
- Added Frontend Blade components to the Core Module
- Added the x-core:: scoped layouts and blade components
- Installation Improvement:
- Added conditional check on whether the sqlite db exists
- Backup the existing sqlite db in case of --force installation
- On --force installation, remove only the Core module and files and retain the rest in the acacia/ folder
- Conditional check on whether this is a new installation before runinng acacia db migrations
- Conditional check on whether the login route exists before running breeze:install
- Moved acacia.sqlite.latest from the Core module to acacia/
Full Changelog: v1.1.4...v1.2.0
v1.1.4
What's Changed
- Bug Fix: AcaciaSelect appand-to-body was causing options to be hidden… by @coolsam726 in #36
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Added A workaround to support enum database data type by @coolsam726 in #35
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Bug Fixes and Improvements: by @coolsam726 in #34
- Create button's aria- description was wrongly showing New Comment
- Added a margin below the Create button.
- Changed permission checking on JS Forms to the global userCan object for reusability
Full Changelog: v1.1.1...v1.1.2