Work completed in the last couple of weeks
After some delays, we got Silverstripe CMS 5.3.0 released! Check out the release announcement and the changelog.
We also finished work on migrating the template layer into its own module and implementing validation on DBField
, and work continues to refactor LeftAndMain
and its subclasses.
Bug fixes and other immediate changes
Changes to look forward to in future releases
- Add “Affects/v6” label to issues
- Fixed bug where
Flushable
classes weren’t flushed when flushing from sake - Roll filterable, sortable, and limitable into SS_List interface
- Abstract template layer into its own dedicated module (now fully completed)
- Refactor logic for sections that deal with only a single record out of
LeftAndMain
into its own class - Implement DBField validation
Community pull requests merged
- DOCS fix a typo in SearchableMultiDropdownField by Andrew Paxley
- Add extension hooks for static file writing by Dylan Wagstaff
- FIX Add protection against deprecated warning from
mb_check_encoding()
by Ed Wilde - Add details about Reports Admin update by nate
- DOC Fixing the URL for React Dev tools by Chris Lock
- DOC Adding missing quote on routing example by Chris Lock
Focus for the next couple of weeks
We’re working on the following issues:
There’s more work beyond those two issues in both of those areas, so that will likely occupy our time.