Introduced new nestedform form widget (see Backend > Forms docs).
API Changes
- Added
formatproperty totextandnumbertype columns which runs the value throughsprintfusing the providedformat. - Added new
nestedformwidget that allows you to infinetly nest forms inside of each other for maximum reusability of fields that are stored in model array attributes (such asjsonableorencryptable) - Added
optionas an alias foraltininput.hotkey.jsfor Mac developers - Pass the originating event object to the callback function in
input.hotkey.jsas the third parameter - Added
backend.manage_default_dashboardpermission to lock down who has access to change the system's default dashboard configuration
Bug Fixes
- Fixed issue with the backend upgrade process to Build 444 where the user model would be retrieved before running the migration that added the
deleted_atcolumn to the users table - Fixed support for the
placeholderoption onricheditorfields - Fixed issue where using the clear search button in a Search widget that was within an HTML form element would cause the form to submit
Translation Improvements
- Minor improvements to Brazilian Portugese translation
- Improvements to Spanish translation
Community Improvements
- Updated the OctoberCMS Contributing Guidelines
- Added issue & PR templates
- Moved Code of Conduct to it's own file