Skip to content

Releases: silverstripe/silverstripe-admin

1.8.1

05 Oct 21:21
cd062ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

1.7.4

08 Jun 03:18
779aa5e
Compare
Choose a tag to compare
  • 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

1.7.3

22 Feb 21:17
a2b721c
Compare
Choose a tag to compare
  • FIX Correct sizing of PopoverOptionSet, restore dismissal on blur (Garion Herman) - bf17ba3

1.6.4

20 Oct 20:52
86328aa
Compare
Choose a tag to compare
  • FIX Patch Entwine to ignore missing methods in one() (Garion Herman) - 7727d10

1.6.3

05 Oct 21:08
3643b40
Compare
Choose a tag to compare
  • MNT Upgrade webpack-config (Steve Boyd) - 8f8dad6

1.6.2

24 Sep 05:30
6610cdf
Compare
Choose a tag to compare
  • FIX Add missing translation strings (Steve Boyd) - 11364a6
  • NEW Show icons on tabs with invalid form field values (Steve Boyd) - ba2aad5
  • FIX Revert vertically align form description contents (Steve Boyd) - 7193602
  • BUG Temporary fix to use the most up-to-date version of chromedriver (#1114) (Maxime Rainville) - 60482f9
  • NEW Add attention icon for tab validation errors (Sacha Judd) - d9f0dd1
  • Fix URL anchors not selecting tabs (bergice) - 0e89d48
  • Add tests for UsedOnTable (#957) (Andre Kiste) - 83279de

1.4.2

08 Aug 21:28
76cc4e7
Compare
Choose a tag to compare
  • FIX FormSchema field title can include html, this will sometimes be used to render form modals (Maxime Rainville) - 181dba8
  • FIX Support array field names when resolving values (Guy Marriott) - e822e1d
  • FIX Inline toolbar placement now works in HTMLEditorFields with less than 6 rows (Robbie Averill) - ef25468
  • FIX DateField is now controlled (Guy Marriott) - e147532
  • FIX Update CSS for sitetree new page columns to use new classname, fix item placement within (Mikaela Young) - 4df7c21
  • NEW Allow export of injected GraphQL AST alongside HOC (#889) (Aaron Carlino) - 06beff7

1.3.0

11 Dec 07:59
Compare
Choose a tag to compare
[SS-2018-007] Add CSRF middleware implementation