Skip to content

Releases: silverstripe/silverstripe-elemental

3.0.0-rc1

18 Jul 02:56
Compare
Choose a tag to compare
3.0.0-rc1 Pre-release
Pre-release
  • Switch TestElement to a member based permission test (Robbie Averill) - 66b55b1
  • FIX Check canView() permissions before assigning controllers to BaseElements (Raissa North) - b906376
  • Add tests for getOwnerPage() method of ElementalArea (Raissa North) - ace6269
  • FIX CMS search now takes frontend themes into account instead of crashing (Robbie Averill) - e65fac5
  • FIX Fix block division by applying margins regardless of screen width (Raissa North) - d777439
  • FIX Longer block content summaries in elemental editor now do not break under icon (Robbie Averill) - 41f17cd
  • Add supported module badge to readme (Dylan Wagstaff) - a319ba4
  • List known blocks in README (Ingo Schommer) - 66eedd8
  • DOCS Delete changelog file (Robbie Averill) - 5adba43

2.1.2

18 Jul 05:07
81037f1
Compare
Choose a tag to compare
  • FIX Elements in use report source list is now lazy loaded allowing for larger data sets (Robbie Averill) - 785b50f

2.1.1

18 Jul 02:54
540a757
Compare
Choose a tag to compare
  • FIX CMS search now takes frontend themes into account instead of crashing (Robbie Averill) - e65fac5

3.0.0-beta3

12 Jul 04:48
87eb5f8
Compare
Choose a tag to compare
3.0.0-beta3 Pre-release
Pre-release
  • Move element type report unit tests to behat test (Robbie Averill) - 5c72f0a
  • Mark report functional tests as skipped, to replace with behat (Robbie Averill) - bb1a0ec
  • FIX Define test stub extensions in $required_extensions over directly (Robbie Averill) - 410b7f3
  • FIX push element history revert button to bottom of page (Dylan Wagstaff) - 1140626
  • [ci skip] DOCS Rename docs folder to _images and update links as required (Sacha Judd) - 97df06e
  • FIX Error loading history view with Banner Block, now passes form to child form fields (Robbie Averill) - 577e62e

3.0.0-beta2

25 Jun 01:53
874ab94
Compare
Choose a tag to compare
3.0.0-beta2 Pre-release
Pre-release
  • Use 4.x recipes where possible (Robbie Averill) - 9c00f30
  • API Remove deprecated duplication extension, remove unneeded write() calls and improve some doc blocks (Robbie Averill) - a698af7

3.0.0-beta1

20 Jun 02:35
e2f61c3
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release
  • Update README.md (Petar Simic) - dd9d586
  • DOCS Add images and change folder structure (Sacha Judd) - 46138be
  • DOCS Fix userguide folder structure (Sacha Judd) - 7f48c94
  • DOCS Add userguide folder structure (Sacha Judd) - d67fda4
  • DOCS Update userhelp content and images (Sacha Judd) - 2d86b16
  • Remove obsolete branch alias (Robbie Averill) - 24df629
  • API Fix controller factory extension name and class it extends (Robbie Averill) - 6d7a285
  • Remove legacy history Javascript code, use history viewer instead. (Robbie Averill) - 6170368
  • NEW Add extension to activate history viewer when blocks pages are being viewed (Robbie Averill) - 7a3cb47
  • FIX Revert a version (Raissa North) - 67cbf67
  • Alter elemenal history to conditionally transform (Dylan Wagstaff) - a9461ba
  • Add unit tests for new page level history view (Dylan Wagstaff) - b49a89d
  • Add styles for new page level elemental history view (Dylan Wagstaff) - 5d97bd9
  • NEW add ElementalArea hiistoric view React Component (Dylan Wagstaff) - 147a687
  • List known blocks in README (Ingo Schommer) - 76924ca
  • NEW add ElementalArea field type (Dylan Wagstaff) - cfbd984
  • Update branch alias post 2.1 release (Dylan Wagstaff) - 75b4fff
  • FIX Update Bootstrap input-group markup in TextCheckboxGroupField to fix alignment (Robbie Averill) - d428095
  • FIX Update history viewer field tests for SS 4.2 with versioned-admin (Robbie Averill) - 6b05b58
  • Bump matrix versions in Travis configuration (Robbie Averill) - 13d895a
  • API Remove element history components in favour of history viewer, update CMS version (Robbie Averill) - 53499a2
  • API Remove CMSPreviewable interface from BaseElement (Robbie Averill) - 281a9e9
  • Replace fields wildcard with the minimum fields required for HistoryViewer (Robbie Averill) - 5814954
  • NEW Implement React history viewer if available (SS 4.2 onwards) (Robbie Averill) - 7c1a649
  • Update branch alias for 3.0.x-dev (Robbie Averill) - 370a306
  • Grouped templates by class so push or unshift templates based on class (Gorrie Coe) - 170a270
  • Added improvements to rendertemplates (Gorrie Coe) - d9540af

Gridfieldextensions dependency

21 Sep 02:54
817e189
Compare
Choose a tag to compare
MINOR: Update gridfield-extensions dependency

Composer is currently conflicting with later versions of gridfieldextensions

2.1.0

17 Apr 23:42
Compare
Choose a tag to compare
  • Remove test debugging lines (Robbie Averill) - eaaa8d0
  • Increase recipe version in Travis configuration for 1.1.x (Robbie Averill) - 11c954a
  • NEW Implement $cascade_duplicates for Pages > ElementalArea > Elements (Robbie Averill) - dda53d8
  • API Deprecate ElementalDuplicationExtension, use $owns and $cascade_duplicates instead (Robbie Averill) - af38b35
  • API Increase minimum CMS requirement to 4.1 (Robbie Averill) - c092d14
  • Add tests for duplicating a page, elemental area and elements under them (Robbie Averill) - 2e7dc6c
  • FIX Allow assertion for record count to pass in SS 4.1 and 4.2 (Robbie Averill) - f2896c0
  • FIX Only use current stage if it is actually set, otherwise use draft (Robbie Averill) - bcf10e2
  • Rename fixture file (Robbie Averill) - 1279a65
  • Add PHP 7.2 and various SilverStripe recipe versions to Travis matrix (Robbie Averill) - a0b54da
  • Add own phpcs ruleset and fix linting issues (Robbie Averill) - 4c3f923
  • FIX Rename page extension test class and get it running again (Robbie Averill) - 2fe2f5c
  • [FIX] ElementalArea API call (Tony Air) - ab390e8
  • Update branch alias for 2.x-dev (Robbie Averill) - 0bbe235
  • fix a typo in fulltextsearch suggestion (elliot sawyer) - cf3c16a
  • Update branch alias for 2.1.x-dev (Robbie Averill) - e1ef6db

2.0.1

03 Apr 21:16
Compare
Choose a tag to compare
  • fix a typo in fulltextsearch suggestion (elliot sawyer) - 6f607da
  • [FIX] ElementalArea API call (Tony Air) - ea80153

2.0.0

14 Mar 00:07
a70fbd6
Compare
Choose a tag to compare
  • Write owner class only if updated (Corey Sewell) - 9dc20ae
  • DOCS More copy/paste friendly instructions (Ingo Schommer) - 71d4fc4
  • Fr translation (Martin Portevin) - 4f1e8b2
  • Fix edit CMSEditLink when parent is not a page (Corey Sewell) - aa9112a
  • Fixes getAreaRelationName() always returning the same relation if there are multiple (mak001) - bd5e5b4
  • Adds ability to have templates for specific element areas (mak001) - be62523