API Changes:
- Added
format
property totext
andnumber
type columns which runs the value throughsprintf
using the providedformat
. - Added new
nestedform
widget that allows you to infinetly nest forms inside of each other for maximum reusability of fields that are stored in model array attributes (such asjsonable
orencryptable
) - Added
option
as an alias foralt
ininput.hotkey.js
for Mac developers - Pass the originating event object to the callback function in
input.hotkey.js
as the third parameter - Added
backend.manage_default_dashboard
permission 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 1.0.444 where the user model would be retrieved before running the migration that added the
deleted_at
column to the users table - Fixed support for the
placeholder
option onricheditor
fields - 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 Winter CMS Contributing Guidelines
- Added issue & PR templates
- Moved Code of Conduct to it's own file