Skip to content

Releases: silverstripe/silverstripe-elemental

3.1.0

01 Nov 22:59
Compare
Choose a tag to compare
  • API Deprecate HistoryControllerFactoryExtension (Maxime Rainville) - 4802885
  • FIX Handle cases when trying to lookup TestOnly classes that fail because they have no table (Robbie Averill) - f8f96be
  • FIX Do not write during an elemental owners getCMSFields operation (Robbie Averill) - 8d4937d
  • MINOR Upgrade Bootstrap to 4.1.2 (Robbie Averill) - 5a90787
  • Remove scalar type hint (Robbie Averill) - adc4bbf
  • Add test for cached elements, use cache setters and fix return in doc block (Robbie Averill) - 928c313
  • Add several methods to support writeable local cache (Aaron Carlino) - 27d6b12
  • Query generation corrected. (Mojmir Fendek) - 3727e15
  • Performance improvements. (Robbie Averill) - b75da64
  • API Bump minimum SilverStripe version to 4.3 and implement multi-schema GraphQL support (Robbie Averill) - d2dc63f
  • FIx issue with getting sort of BaseElement. (Will Rossiter) - 6b4a9c9
  • NEW Add First, Last, Pos, EvenOdd, TotalItem helpers. (Will Rossiter) - ed49d4f
  • Fix Sort value not picking up correct number for new records (Will Rossiter) - aa1283c
  • Update branch alias for 3.1.x-dev (Robbie Averill) - 29173fa
  • Update recipe versions in Travis matrix (Robbie Averill) - d02a5d3
  • Update branch alias for 3.x-dev (Robbie Averill) - 415e915

3.0.1

01 Nov 22:21
638deca
Compare
Choose a tag to compare
  • fix: if the stop_element_inheritance flag has been set in the config then this should also ignore any disallowed_elements bubbling up like it does for allowed_elements (Ryan O'Hara) - 5d1e04f
  • Rename CssStyle to StyleVariant (aNickzz) - 896a197
  • Revert and one line statement (eehondas) - 4294017
  • Check object exists before pushing History Tab to BaseElement (eehondas) - ad330f0
  • FIX Revert Versioned call back to returning a DataList which is then filtered (Robbie Averill) - 7c1c3c7
  • FIX Ensure Versioned query has table name prefix so it will work with modules like fluent (Robbie Averill) - 7583b4c
  • Add internal private caching of repeatedly called relationship calls (Robbie Averill) - 2b9e660
  • FIX Use cachable call to get page version from draft stage (Robbie Averill) - a5170dd
  • fix(ElementalPageExtension): Update getElementsForSearch() so that it switches to the frontend theme. (Jake B) - eb6b661
  • Fix infinite loop on write (Lauren Hodgson) - 53ebd15
  • FIX Use LatestDraftVersion in GraphQL query to determine latest draft version (Robbie Averill) - 6c2b01a

3.0.0

24 Jul 21:42
5334f57
Compare
Choose a tag to compare
3.0.0

3.0.0-rc2

18 Jul 23:09
5334f57
Compare
Choose a tag to compare
3.0.0-rc2 Pre-release
Pre-release
  • FIX Do not try and filter unsaved lists when determining canView permissions (Robbie Averill) - 85c2e68
  • FIX Elements in use report source list is now lazy loaded allowing for larger data sets (Robbie Averill) - 785b50f

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