Releases: silverstripe/silverstripe-elemental
Releases · silverstripe/silverstripe-elemental
Release 4.3.0
- Update travis for 4.3 (Serge Latyntcev) - 3643275
- FIX Cancel move operation if block move data is not provided (Garion Herman) - 32798e0
- FIX Correct check for block being shifted to top of list (Garion Herman) - e8d5ecf
- Upgrde dependencies (Maxime Rainville) - 483dd76
- FIX Handle edgecase when Element is 'moved' to the same place (Garion Herman) - 893f2d0
- FIX Resolve issues with drag/drop behaviour on Elements (Garion Herman) - 21e66e5
- Make sure ignored_classes are ignored (GitHub) - 7eee13f
- DOCS Update Adding blocks between blocks image and content (Sacha Judd) - ebe5b96
- NEW Tweak child rendering error translation key, add to lang files (Garion Herman) - 019d806
- NEW Introduce error boundary to Element for softer crashes (Garion Herman) - 2c025c6
- NEW ability to configure content field replacement (Dylan Wagstaff) - [5d1df63](5d1df63
17c42ee) - Add configuration to allow not replacing the 'Content' field to enable backwards compatibility with older content blocks modules. (Dylan Wagstaff) - cd7dd78
- Bump mixin-deep from 1.3.1 to 1.3.2 (GitHub) - a2918f6
- BUG AddElementPopoverComponent target on HoverBar wasn't matching an actual target. (Maxime Rainville) - b996f05
- BUG Remove unused method from AddElementPopover (Maxime Rainville) - 1913ee5
- Answer PR feedback (Maxime Rainville) - ce72d57
- Doc type of cssPrefix argument (GitHub) - f9e2992
- Bring back element-editor top class wrapper (Maxime Rainville) - 0160e43
- API Add classname utility method to prefix class names (Maxime Rainville) - 90f1013
- FIX Make the HoverBar in-between block more visible (Maxime Rainville) - 953b6d9
- Fix 'User help guide' link in Introduction section (GitHub) - a6002d5
1.9.7
4.2.1
- BUG allow extending function by extension even if $page is null (Jules) -
ec27b70
- Set the number of rows config in HTMLEditor field (Ishan Jayamanne) -
47de7ef
- FIX Remove pagination on blocks so more than 100 blocks appear in editor (Guy Marriott) -
a62539e
- FIX Restore the statusbar to TinyMCE in blocks (and the drag handle with it) (Guy Marriott) -
09c94b8
- FIX Reorder block actions (Maxime Rainville) -
50c476c
- DOCS Searching blocks (Ingo Schommer) -
02def5f
4.2.0
NOTE: This tag temporarily included changes not listed here; those have been moved to 4.2.1.
- Remove obsolete branch alias (Robbie Averill) -
6d47014
- Bump lodash from 4.17.11 to 4.17.15 (GitHub) -
4c6776e
- Update branch alias for 4.x-dev (Robbie Averill) -
d8d7ecf
- Reduce line length (Robbie Averill) -
86785c3
- API Deprecate ElementalSolrIndex (Ingo Schommer) -
76adc1a
- Remove temporary state from BaseElement and rely on CMSEditLink parameter instead (Guy Marriott) -
f16ce3f
- DOCS Syntax fixes and links (Ingo Schommer) -
a9d63b1
- NEW Page level history now links directly into an elements history view (Robbie Averill) -
781e88c
- Bump PHP memory limit (Garion Herman) -
0ac96d3
- FIX Upgrade vulnerable dependencies (Garion Herman) -
b1935a5
- DOCS Fix broken userhelp reference to userforms module (Robbie Averill) -
441b73c
- FIX updateAvailableTypesForClass() extension $class param (Christopher Darling) -
257d0d5
1.9.6
4.1.1
- Reintroduce statement for $editorField resolving correctly (Robbie Averill) - 6b28dd9
- Shift TinyMCE field adjustments back to EditFormFactory (Garion Herman) - d23f3fc
- Use trusty distro in Travis builds (Robbie Averill) - e85f9fb
- FIX Element modifications are no longer persisted between page changes with PJAX (Robbie Averill) - 1246691
- FIX Drop the TinyMCE toolbar but increase the row count (Guy Marriott) - f734594
- FIX LiteralField and LabelField now have correct padding when used in inline edit forms (Robbie Averill) - 3a8c311
- Specify trusty distro in Travis builds (Robbie Averill) - b6f8ce3
- FIX Call onBeforeWrite() to ensure a sort order is assigned in lieu of a full write (Robbie Averill) - f920b7e
- FIX Error "cannot convert undefined or null to object" when no inline editable forms are loaded yet (Robbie Averill) - 707cd95
- FIX Element validation can now be used, and elements with validation rules can be added (Robbie Averill) - f7ccc45
- FIX Non-inline editable element edit links are now absolute, fixes IE11 issue (Robbie Averill) - 9c6c469
- FIX Upgrade jQuery to patch vulnerability (Garion Herman) - 70c630e
- Renamed hooks to be more explicit (StephenMak) - 06a1658
- Added additional script to .travis.yml before_script section (StephenMak) - 6fac911
- Add extension hooks to requireDefaultRecords (StephenMak) - 687b85f
- FIX ElementalCMSMainExtension is now enabled, fixes double search class filter 'All pages' (Robbie Averill) - 9aae076
- FIX Don't leave pages in draft when adding ElementalAreasExtension (Guy Marriott) - a1b3fa7
- Update translations (Robbie Averill) - 33af9b7
- FIX Ensuring write operations when clearing content is captured in a try...catch (Guy Marriott) - 3f19c0a
- DOCS Comment docs updates to new migration task (Robbie Averill) - 3a9ac5e
- FIX Only publish items that were previously published & adding docs (Guy Marriott) - 7eae780
- NEW Content migration task has a bunch of new features...: (Guy Marriott) - b5dd71b
3.1.3
- FIX Don't call first on the DataObject (Guy Marriott) - ce2b8eb
- FIX Restore write to getOwnerPage and prevent write recursion (Robbie Averill) - 66f0942
- FIX Allow direct access to set page cache for performance fixes (Guy Marriott) - 7cfca93
- Bump memory limit for CI (Guy Marriott) - 218a77b
- FIX Don't double up on caching efforts (Guy Marriott) - 89bc954
4.0.5
4.0.4
- FIX Catch exceptions while gathering element summary in ElementsInUseReport (Robbie Averill) - 73826f9
- FIX Ensuring write operations when clearing content is captured in a try...catch (Guy Marriott) - 3f19c0a
- DOCS Comment docs updates to new migration task (Robbie Averill) - 3a9ac5e
- FIX Only publish items that were previously published & adding docs (Guy Marriott) - 7eae780
- NEW Content migration task has a bunch of new features...: (Guy Marriott) - b5dd71b
- FIX Remove explicit draft stage query as this breaks non live/stage modes (like archive) (Guy Marriott) - 8235919
- FIX Ensure the label generated for TextCheckboxGroupField is for the text field (Guy Marriott) - 77bef66
- FIX Don't explicitly include Title when namespacing fields (Guy Marriott) - 58fbf59
- FIX Page links in Elements In Use Report now go directly to page for non-inline editable elements (Robbie Averill) - 6e57ebc
- FIX Element history versions are now ensured to be sorted descending by version ID (Robbie Averill) - 7e57f65
- FIX Use KeyboardEvent.key as 'code' is unsupported by React (facebook/react#11306) (Guy Marriott) - 8a2b9db
- FIX Reports linking to pages now use the correct CMS edit link (Robbie Averill) - 6304446
- FIX Allow multi readonly trans in TextCheckboxGroupField (Ingo Schommer) - a255676
- Require Bootstrap ^4.3 in elemental module (Robbie Averill) - c7435a9
- Advanced setup guide added. (Mojmir Fendek) - f7db3f2
- Remove coupling between ElementalArea and SiteTree (Loz Calver) - a3b97a6
- Added extra query condition to account for values equal to 0. Removed unused variable. Added extra query parameters (StephenMak) - d488361
3.1.2
- FIX Remove the 'add' better button for ElementalAreaField (Guy Marriott) - 8637239
- FIX Remove explicit draft stage query as this breaks non live/stage modes (like archive) (Guy Marriott) - 8235919
- FIX Element history versions are now ensured to be sorted descending by version ID (Robbie Averill) - 7e57f65
- Advanced setup guide added. (Mojmir Fendek) - f7db3f2
- Remove coupling between ElementalArea and SiteTree (Loz Calver) - a3b97a6