Releases: silverstripe/silverstripe-elemental
Releases · silverstripe/silverstripe-elemental
5.3.4
5.3.3
What's Changed
- FIX Don't try to save blocks in a readonly elemental area by @GuySartorelli in #1292
Full Changelog: 5.3.2...5.3.3
6.0.0-alpha1
What's Changed
- DEP Dependencies for CMS 6 by @emteknetnz in #1146
- API Remove deprecated code by @emteknetnz in #1169
- ENH Skip validation when creating a new elemental block by @GuySartorelli in #1172
- API Set extension hook implementation visibility to protected by @emteknetnz in #1190
- DOC Update extension hook examples to be protected by @emteknetnz in #1194
- NEW Free up the getDescription method to prevent it overriding db fields by @GuySartorelli in #1203
- FIX Explicitly don't autoscaffold ElementalArea by @GuySartorelli in #1231
- FIX Use canDelete, not the now-deleted canArchive by @GuySartorelli in #1232
- MNT Temporarily add Deprecation class by @emteknetnz in #1239
- DEP Limit PHP support for CMS 6 by @GuySartorelli in #1238
- API Replace extension with config by @GuySartorelli in #1242
- API Update method signature for CMSEditLink by @GuySartorelli in #1236
- API Standardise extension hooks by @GuySartorelli in #1237
- API Strong typing for the view layer by @GuySartorelli in #1244
- API Replace Extension subclasses by @emteknetnz in #1241
- API Remove GraphQL by @emteknetnz in #1220
- API Deprecate TopPage classes which are being renamed by @emteknetnz in #1251
- API Rename TopPage classes by @emteknetnz in #1249
- DEP Use PHPUnit 11 by @emteknetnz in #1253
- ENH Don't use deprecated method by @GuySartorelli in #1255
- API Use new names for renamed classes by @GuySartorelli in #1254
- DEP Increase minimum version of silverstripe/framework by @emteknetnz in #1256
- API Update API to reflect changes to CLI interaction by @GuySartorelli in #1252
- API Update method signature to match parent class by @GuySartorelli in #1262
- MNT Update test to reflect changes to template/model layers by @GuySartorelli in #1260
- API Deprecate API which will be removed by @GuySartorelli in #1270
- API Remove custom logic in favour of Form::saveInto() by @GuySartorelli in #1269
- API Use new class_description configuration by @GuySartorelli in #1272
- API Make ElementalAreaController a subclass of FormSchemaController by @GuySartorelli in #1273
- DEP Update JS dependencies by @emteknetnz in #1276
- ENH Use new $SchemaAttributesHtml template property by @GuySartorelli in #1277
- API Update API to reflect changes in silverstripe/framework by @GuySartorelli in #1271
- MNT Update selector in behat to reflect changes in silverstripe/admin by @GuySartorelli in #1280
- API Remove silverstripe/campaign-admin integration support by @emteknetnz in #1283
- API Deprecate campaign-admin config by @emteknetnz in #1284
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #1279
- API PHP 8.4 compatibility changes by @emteknetnz in #1285
Full Changelog: 5.3.2...6.0.0-alpha1
5.3.2
What's Changed
- FIX: Allow for custom admin url by @PortableSteve in #1282
New Contributors
- @PortableSteve made their first contribution in #1282
Full Changelog: 5.3.1...5.3.2
5.3.1
What's Changed
- FIX Ensure files can be removed from elemental blocks by @GuySartorelli in #1267
Full Changelog: 5.3.0...5.3.1
5.3.0
What's Changed
- DEP Update JS dependencies by @github-actions in #1159
- NEW Validation of fields when inline saving by @emteknetnz in #1150
- ENH Refactor Element to function component by @emteknetnz in #1171
- ENH Refactor Element and graphql hoc by @emteknetnz in #1176
- FIX Improve non-inline validation by @emteknetnz in #1178
- MNT MNT Add behat tests for related data by @emteknetnz in #1180
- MNT Run module-standardiser by @emteknetnz in #1189
- MNT Run module-standardiser by @emteknetnz in #1191
- DEP Bump framework dependency by @emteknetnz in #1193
- API Deprecate BaseElement::getDescription() by @GuySartorelli in #1196
- MNT Run module-standardiser by @GuySartorelli in #1199
- MNT Fix broken merge-up by @emteknetnz in #1212
- ENH Remove unused legacy graphql code by @emteknetnz in #1210
- DEP Bump framework dependency by @emteknetnz in #1217
- MNT Add behat features to numbered CI jobs by @GuySartorelli in #1224
- NEW Inline save all rendered element forms on parent form submit by @emteknetnz in #1214
- MNT Run module-standardiser by @GuySartorelli in #1227
- TLN Update translations by @GuySartorelli in #1230
- ENH Don't emit deprecation warnings for unavoidable API calls by @GuySartorelli in #1233
- FIX Don't update sort order in live until a block has been published by @GuySartorelli in #1234
- API Deprecate GraphQL by @emteknetnz in #1235
- API Deprecate extension to be replaced with config by @GuySartorelli in #1243
- DEP Update JS dependencies by @github-actions in #1248
Full Changelog: 5.2.4...5.3.0
5.3.0-rc1
What's Changed
- DEP Update JS dependencies by @github-actions in #1159
- NEW Validation of fields when inline saving by @emteknetnz in #1150
- ENH Refactor Element to function component by @emteknetnz in #1171
- ENH Refactor Element and graphql hoc by @emteknetnz in #1176
- FIX Improve non-inline validation by @emteknetnz in #1178
- MNT MNT Add behat tests for related data by @emteknetnz in #1180
- MNT Run module-standardiser by @emteknetnz in #1189
- MNT Run module-standardiser by @emteknetnz in #1191
- DEP Bump framework dependency by @emteknetnz in #1193
- API Deprecate BaseElement::getDescription() by @GuySartorelli in #1196
- MNT Run module-standardiser by @GuySartorelli in #1199
- MNT Fix broken merge-up by @emteknetnz in #1212
- ENH Remove unused legacy graphql code by @emteknetnz in #1210
- DEP Bump framework dependency by @emteknetnz in #1217
- MNT Add behat features to numbered CI jobs by @GuySartorelli in #1224
- NEW Inline save all rendered element forms on parent form submit by @emteknetnz in #1214
- MNT Run module-standardiser by @GuySartorelli in #1227
- TLN Update translations by @GuySartorelli in #1230
- ENH Don't emit deprecation warnings for unavoidable API calls by @GuySartorelli in #1233
- FIX Don't update sort order in live until a block has been published by @GuySartorelli in #1234
- API Deprecate GraphQL by @emteknetnz in #1235
- API Deprecate extension to be replaced with config by @GuySartorelli in #1243
- DEP Update JS dependencies by @github-actions in #1248
Full Changelog: 5.2.4...5.3.0-rc1
5.3.0-beta1
What's Changed
- DEP Update JS dependencies by @github-actions in #1159
- NEW Validation of fields when inline saving by @emteknetnz in #1150
- ENH Refactor Element to function component by @emteknetnz in #1171
- ENH Refactor Element and graphql hoc by @emteknetnz in #1176
- FIX Improve non-inline validation by @emteknetnz in #1178
- MNT MNT Add behat tests for related data by @emteknetnz in #1180
- MNT Run module-standardiser by @emteknetnz in #1189
- MNT Run module-standardiser by @emteknetnz in #1191
- DEP Bump framework dependency by @emteknetnz in #1193
- API Deprecate BaseElement::getDescription() by @GuySartorelli in #1196
- MNT Run module-standardiser by @GuySartorelli in #1199
- MNT Fix broken merge-up by @emteknetnz in #1212
- ENH Remove unused legacy graphql code by @emteknetnz in #1210
- DEP Bump framework dependency by @emteknetnz in #1217
- MNT Add behat features to numbered CI jobs by @GuySartorelli in #1224
- NEW Inline save all rendered element forms on parent form submit by @emteknetnz in #1214
- MNT Run module-standardiser by @GuySartorelli in #1227
- TLN Update translations by @GuySartorelli in #1230
- ENH Don't emit deprecation warnings for unavoidable API calls by @GuySartorelli in #1233
- FIX Don't update sort order in live until a block has been published by @GuySartorelli in #1234
- API Deprecate GraphQL by @emteknetnz in #1235
- API Deprecate extension to be replaced with config by @GuySartorelli in #1243
- DEP Update JS dependencies by @github-actions in #1248
Full Changelog: 5.2.4...5.3.0-beta1
5.2.4
What's Changed
- MNT Add behat test for elemental searchable fields by @emteknetnz in #1209
- MNT Split behat jobs by @emteknetnz in #1219
- DEP Update minimum dependencies by @GuySartorelli in #1223
Full Changelog: 5.2.3...5.2.4
5.2.3
What's Changed
- MNT Run module-standardiser by @GuySartorelli in #1208
- FIX Restore correct margin for elemental history by @GuySartorelli in #1213
Full Changelog: 5.2.2...5.2.3