Releases: silverstripe/silverstripe-admin
Releases · silverstripe/silverstripe-admin
1.12.0-beta1
What's Changed
- MNT Add new behat test for Group title validation by @GuySartorelli in #1310
- Implement global lazy loadable support for tabs by @lekoala in #1309
- Enhance batch action parameters by @mooror in #1321
- ENH Display error messages in admin with an admin context by @GuySartorelli in #1317
- ENH Keep State and show Search field if any keywords are presented by @sabina-talipova in #1326
- MNT Use update-js action by @emteknetnz in #1330
- FIX Don't try to use a property that isn't initialised. by @GuySartorelli in #1331
- FIX Don't overwrite JSON errors with templated error page by @GuySartorelli in #1334
- MNT Fix behat tests - explicitly use the advanced filter input by @GuySartorelli in #1336
- FIX Don't pass null as LeftAndMain error message. by @GuySartorelli in #1335
- ENH Make gridfield search options more accessible by @GuySartorelli in #1329
- ENH Behat test cases for GridField navigation by @sabina-talipova in #1338
- ENH Use short array syntax by @GuySartorelli in #1348
- BUG case error in SelectionGroup template by @GuySartorelli in #1349
- Rescue Master Branch PR: ENH Remove legacy translation behaviour in template by @GuySartorelli in #1346
- ENH Replace ADMIN permissions with less permissions in Behat test by @sabina-talipova in #1356
- FIX Warning: Undefined array key "Locale" by @lekoala in #1365
- NEW New API for managing models in ModelAdmin by @GuySartorelli in #1360
- Chore: Correct very minor typo by @LiamKearn in #1369
- NEW Add an extension to dynamically generate edit URLs by @GuySartorelli in #1361
- FIX Don't assume dataclass is in the spec. by @GuySartorelli in #1380
- FIX Don't try to parse non-existent gridfield state by @GuySartorelli in #1386
- API Update deprecations by @emteknetnz in #1384
- DEP Update jQuery to 3.x by @GuySartorelli in #1375
New Contributors
- @mooror made their first contribution in #1321
- @LiamKearn made their first contribution in #1369
Full Changelog: 1.11.2...1.12.0-beta1
1.11.2
What's Changed
- MNT Test cases for testing GridField. Wrong alert issue by @sabina-talipova in #1320
- MNT Use GitHub Actions CI by @emteknetnz in #1319
- MNT Require frameworktest by @emteknetnz in #1327
- MNT Standardise modules by @emteknetnz in #1333
- FIX Do not reverse state change when reauthenticating by @emteknetnz in #1345
Full Changelog: 1.11.1...1.11.2
1.10.4
What's Changed
- MNT Use GitHub Actions CI by @emteknetnz in #1319
- MNT Standardise modules by @emteknetnz in #1333
- FIX Do not reverse state change when reauthenticating by @emteknetnz in #1345
Full Changelog: 1.10.3...1.10.4
1.11.0
What's Changed
- ENH: Allow use of the preview panel in any LeftAndMain subclass. by @GuySartorelli in #1252
- NEW: Allow CMS preview for items in GridFieldDetailForms. by @GuySartorelli in #1250
- FIX Right-align preview on the first record by @emteknetnz in #1285
- NEW Allow unversioned preview state. by @GuySartorelli in #1258
- DOCS Change "SilverStripe" to "Silverstripe" in readme by @GuySartorelli in #1284
- DEP Set PHP 7.4 as the minimum version by @emteknetnz in #1287
- ENH: Prefer dependency injection for GridFieldComponents. by @GuySartorelli in #1286
- ENH Allow setting options for extra css/js in LeftAndMain. by @GuySartorelli in #1288
- MNT Create seperate page for site settings test by @emteknetnz in #1290
- BUG Add missing dependency to build pattern library by @maxime-rainville in #1291
- MNT Add update JS deps workflow by @emteknetnz in #1297
- DEP Update eslint-config by @emteknetnz in #1295
- ENH PHP 8.1 compatibility by @emteknetnz in #1294
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #1303
Full Changelog: 1.10.3...1.11.0
1.11.1
What's Changed
- FIX Collapse the preview panel by default if no preview is available. by @GuySartorelli in #1305
- MNT Remove require recipe by @emteknetnz in #1307
- FIX Allow localisation of hardcoded link strings. by @GuySartorelli in #1301
- FIX Inconsistent state between current URL and actual content if XHR request fails by @patricknelson in #1280
New Contributors
- @patricknelson made their first contribution in #1280
Full Changelog: 1.11.0...1.11.1
1.10.3
What's Changed
- FIX Inconsistent state between current URL and actual content if XHR request fails by @patricknelson in #1280
New Contributors
- @patricknelson made their first contribution in #1280
Full Changelog: 1.10.2...1.10.3
1.10.2
What's Changed
- FIX Allow localisation of hardcoded link strings. by @GuySartorelli in #1301
Full Changelog: 1.10.1...1.10.2
1.10.1
What's Changed
- MNT Pin colors to 1.1.2 by @emteknetnz in #1278
- MNT Require caret version of frameworktest by @emteknetnz in #1296
- FIX Start react event delegation before page router. by @GuySartorelli in #1299
Full Changelog: 1.10.0...1.10.1
1.8.1
What's Changed
- MNT Disable pattern-lib by @emteknetnz in #1211
- MNT Ensure graphql 3 versions of behat tests run by @emteknetnz in #1214
- MNT Remove pattern-lib, bump frameworktest, resolve merge-conflict by @emteknetnz in #1224
- MNT Restore NPM test by @maxime-rainville in #1225
- FIX Treedropdown css by @emteknetnz in #1166
- [CVE-2021-36150] Escape html tag characters in link text by @maxime-rainville in #1255
Full Changelog: 1.8.0...1.8.1
1.7.4
- MNT Disable pattern-lib (Steve Boyd) - cc6aab2
- MNT Use behat-extension function for clicking elements (Steve Boyd) - ca19c50
- BUG Allow external link anchor fiel to work even if the user provides a hash mark (Maxime Rainville) - 9a4bf89
- FIX: TreeDropdownField wouldn't render children when using TreeBaseID (fixes #954) (Loz Calver) - 397fa06