3.0.0-beta1
Pre-release
Pre-release
What's Changed
- DEP Dependencies for CMS 6 by @emteknetnz in #1681
- API Set extension hook implementation visibility to protected by @emteknetnz in #1749
- DEP Limit PHP support for CMS 6 by @GuySartorelli in #1811
- API Change public CMSEditLink to protected updateCMSEditLink by @GuySartorelli in #1809
- API Standardise extension hooks by @GuySartorelli in #1810
- API Replace Extension subclasses by @emteknetnz in #1813
- MNT Remove unused JS and CSS by @emteknetnz in #1818
- API Remove GraphQL by @emteknetnz in #1802
- DEP Use PHPUnit 11 by @emteknetnz in #1822
- ENH Don't use deprecated method by @GuySartorelli in #1826
- API Use new names for renamed classes by @GuySartorelli in #1824
- DEP Increase minimum version of silverstripe/framework by @emteknetnz in #1828
- NEW Allow database read-only replicas by @emteknetnz in #1825
- NEW AdminController as superclass for /admin/* routed controllers by @GuySartorelli in #1836
- MNT Update behat tests by @emteknetnz in #1838
- ENH Update code to reflect changes in template layer by @GuySartorelli in #1833
- API Deprecate API that will be renamed by @GuySartorelli in #1844
- NEW SingleRecordAdmin class for editing one record at a time by @GuySartorelli in #1842
- Adding
ignore_menuiteminto LeftAndMain by @catharsisjelly in #1846 - API Deprecate API that will be removed as a result of refactoring by @GuySartorelli in #1851
- NEW Move form schema logic into FormSchemaController by @GuySartorelli in #1850
- DEP Update JS dependencies by @emteknetnz in #1855
- FIX Avoid infinite recursive loop with attributes in schemadata by @GuySartorelli in #1853
- API Deprecate methods on ModalController by @GuySartorelli in #1861
- ENH Allow status flags to be used generically by @GuySartorelli in #1856
- API Provide a way to register link forms dynamically for ModalController by @GuySartorelli in #1860
- API Remove silverstripe/campaign-admin integration support by @emteknetnz in #1857
- Bump express from 4.19.2 to 4.21.0 by @dependabot in #1827
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #1858
- MNT Update unit test by @emteknetnz in #1849
- API Explicity mark nullable parameters for PHP 8.4 by @emteknetnz in #1863
- API Rename validator classes by @emteknetnz in #1864
- API Deprecate API which will be removed in CMS 6 by @GuySartorelli in #1868
- FIX Add missing Deprecation imports by @emteknetnz in #1870
- API Stop refering to "pages" when dealing with generic records by @GuySartorelli in #1867
- DEP Upgrade redux dependencies by @emteknetnz in #1876
- API Update validate signature by @emteknetnz in #1877
- DEP Remove all references to react-dnd by @GuySartorelli in #1879
- API Remove deprecated extension hooks by @GuySartorelli in #1880
- DEP Don't include vendor-plugin as an explicit dependency by @GuySartorelli in #1881
- DOC Remove reference to getCMSValidator in code comment by @GuySartorelli in #1882
- ENH Remove code that had been retained for backwards compatibility by @GuySartorelli in #1883
- DOC Remove note about deprecation from comment. by @GuySartorelli in #1885
- DEP Upgrade JS deps by @emteknetnz in #1886
- MNT Update testing-library/react by @emteknetnz in #1887
- DEP Upgrade bootstrap and reactstrap by @GuySartorelli in #1889
- API Rename FormField Value to getFormattedValue by @emteknetnz in #1888
- ENH Stop using Controller::has_curr() by @emteknetnz in #1901
- FIX Ensure record exists before trying to update TreeTitle by @emteknetnz in #1903
- NEW SudoModePasswordField component by @emteknetnz in #1896
- ENH Refactor sudo mode components to reduce code reuse by @GuySartorelli in #1905
- API Deprecate API being removed in CMS 6 by @GuySartorelli in #1908
- FIX Handle 401 from server by @emteknetnz in #1906
- API Various changes by @GuySartorelli in #1897
- NEW Add paginator component by @emteknetnz in #1909
- API Remove code which is being migrated to a new TinyMCE module by @GuySartorelli in #1902
- ENH Show collapsed sudo message on GridFields by @emteknetnz in #1912
- FIX Prevent selecting pagination text by @emteknetnz in #1913
New Contributors
- @catharsisjelly made their first contribution in #1846
Full Changelog: 2.3.5...3.0.0-beta1