Releases: silverstripe/silverstripe-admin
Releases · silverstripe/silverstripe-admin
2.3.3
What's Changed
- Change button state before event process by @hitaishi19 in #1866
New Contributors
- @hitaishi19 made their first contribution in #1866
Full Changelog: 2.3.2...2.3.3
3.0.0-alpha1
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_menuitem
into 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
New Contributors
- @catharsisjelly made their first contribution in #1846
Full Changelog: 2.3.2...3.0.0-alpha1
2.3.2
What's Changed
- FIX disable options not working issue on TreeDropdownField by @priyashantha in #1847
New Contributors
- @priyashantha made their first contribution in #1847
Full Changelog: 2.3.1...2.3.2
2.3.1
2.3.0
What's Changed
- ENH Open GridField rows in a new tab with Shift/Ctrl/Meta key by @gurucomkz in #1264
- DEP Update JS dependencies by @github-actions in #1716
- FIX Enable bypassing entwine onsubmit handler by @emteknetnz in #1685
- ENH Add workflow permissions by @emteknetnz in #1722
- ENH Remove duplicated default settings from cms TinyMCE config by @GuySartorelli in #1725
- MNT Use correct permission by @emteknetnz in #1728
- ENH move private method to framework by @GuySartorelli in #1730
- MNT Add behat test for HTML rendered in GridField by @GuySartorelli in #1737
- MNT Run module-standardiser by @emteknetnz in #1748
- MNT Run module-standardiser by @emteknetnz in #1750
- FIX Ensure tab is highlighted for validation error by @GuySartorelli in #1751
- ENH Highlight the tabs which have validation errors by @GuySartorelli in #1753
- MNT Run module-standardiser by @GuySartorelli in #1760
- Bump ejs from 3.1.9 to 3.1.10 by @dependabot in #1735
- ENH Remove unused legacy graphql code by @emteknetnz in #1787
- MNT Add behat feature to numbered CI job by @GuySartorelli in #1797
- NEW Wait for promises before submitting forms by @emteknetnz in #1792
- DEP Conflict with incompatible version of elemental by @GuySartorelli in #1800
- API Deprecate LeftAndMainExtension by @emteknetnz in #1812
- DEP Update JS dependencies by @github-actions in #1821
New Contributors
- @gurucomkz made their first contribution in #1264
Full Changelog: 2.2.14...2.3.0
2.3.0-rc1
What's Changed
- ENH Open GridField rows in a new tab with Shift/Ctrl/Meta key by @gurucomkz in #1264
- DEP Update JS dependencies by @github-actions in #1716
- FIX Enable bypassing entwine onsubmit handler by @emteknetnz in #1685
- ENH Add workflow permissions by @emteknetnz in #1722
- ENH Remove duplicated default settings from cms TinyMCE config by @GuySartorelli in #1725
- MNT Use correct permission by @emteknetnz in #1728
- ENH move private method to framework by @GuySartorelli in #1730
- MNT Add behat test for HTML rendered in GridField by @GuySartorelli in #1737
- MNT Run module-standardiser by @emteknetnz in #1748
- MNT Run module-standardiser by @emteknetnz in #1750
- FIX Ensure tab is highlighted for validation error by @GuySartorelli in #1751
- ENH Highlight the tabs which have validation errors by @GuySartorelli in #1753
- MNT Run module-standardiser by @GuySartorelli in #1760
- Bump ejs from 3.1.9 to 3.1.10 by @dependabot in #1735
- ENH Remove unused legacy graphql code by @emteknetnz in #1787
- MNT Add behat feature to numbered CI job by @GuySartorelli in #1797
- NEW Wait for promises before submitting forms by @emteknetnz in #1792
- DEP Conflict with incompatible version of elemental by @GuySartorelli in #1800
- API Deprecate LeftAndMainExtension by @emteknetnz in #1812
- DEP Update JS dependencies by @github-actions in #1821
New Contributors
- @gurucomkz made their first contribution in #1264
Full Changelog: 2.2.14...2.3.0-rc1
2.2.14
What's Changed
Full Changelog: 2.2.13...2.2.14
2.3.0-beta1
What's Changed
- ENH Open GridField rows in a new tab with Shift/Ctrl/Meta key by @gurucomkz in #1264
- DEP Update JS dependencies by @github-actions in #1716
- FIX Enable bypassing entwine onsubmit handler by @emteknetnz in #1685
- ENH Add workflow permissions by @emteknetnz in #1722
- ENH Remove duplicated default settings from cms TinyMCE config by @GuySartorelli in #1725
- MNT Use correct permission by @emteknetnz in #1728
- ENH move private method to framework by @GuySartorelli in #1730
- MNT Add behat test for HTML rendered in GridField by @GuySartorelli in #1737
- MNT Run module-standardiser by @emteknetnz in #1748
- MNT Run module-standardiser by @emteknetnz in #1750
- FIX Ensure tab is highlighted for validation error by @GuySartorelli in #1751
- ENH Highlight the tabs which have validation errors by @GuySartorelli in #1753
- MNT Run module-standardiser by @GuySartorelli in #1760
- Bump ejs from 3.1.9 to 3.1.10 by @dependabot in #1735
- ENH Remove unused legacy graphql code by @emteknetnz in #1787
- MNT Add behat feature to numbered CI job by @GuySartorelli in #1797
- NEW Wait for promises before submitting forms by @emteknetnz in #1792
- DEP Conflict with incompatible version of elemental by @GuySartorelli in #1800
- API Deprecate LeftAndMainExtension by @emteknetnz in #1812
- DEP Update JS dependencies by @github-actions in #1821
New Contributors
- @gurucomkz made their first contribution in #1264
Full Changelog: 2.2.13...2.3.0-beta1
2.2.13
What's Changed
Full Changelog: 2.2.12...2.2.13
2.2.12
What's Changed
- TLN Update translations by @GuySartorelli in #1807
- MNT Ignore pgpstan errors we can't fix by @GuySartorelli in #1808
Full Changelog: 2.2.11...2.2.12