Skip to content

Releases: jonom/silverstripe-betternavigator

6.1.0

20 Feb 19:06
Compare
Choose a tag to compare

Accessibility and tooling improvements, with thanks to @edwilde

v6: SS5 support

22 Jun 23:30
15f0171
Compare
Choose a tag to compare

See the ReadMe for namespace changes that may affect your project

6.0.0-beta1

28 Feb 04:47
Compare
Choose a tag to compare
6.0.0-beta1 Pre-release
Pre-release
Move templates into JonoM namespaces

5.4.1

23 Nov 00:10
Compare
Choose a tag to compare
added null coalescing operator to fix deprecation error

5.4.0: Improved flexibility around enabling better navigator and edit link (…

14 Jul 20:08
507632f
Compare
Choose a tag to compare
…#56)

* Added ability for extension to be applied to non-SiteTree objects by moving the `isAPage()` check in to the `showBetterNavigator()` method, which can be overidden.
* Added ability for edit link to be enabled via a permission code check, configurable on a per-controller basis.
* Switched to using getField/setField for caching whether better navigator should be displayed or not.
* Adjusted readme around using custom logic to control the display of the navigator.

5.3.1: Fix Edit link not defined if no CMS access (#57)

06 Jul 17:52
92416ec
Compare
Choose a tag to compare
In the situation that a user has draft site access but no CMS access they received a '$editLink not defined error'. This corrects that by defining it as false.

5.3.0: Allow overriding Edit in CMS link

09 Sep 20:56
f55bcda
Compare
Choose a tag to compare
Adds ability to override "Edit in CMS" link (#55)

Adds ability to override the "Edit in CMS" link, e.g. to make it jump to editing a DataObject, instead of the page.

5.2.0

14 Dec 22:12
9655849
Compare
Choose a tag to compare
New: Position and translucency options (#52)

5.1.0: Added i18n

20 Nov 23:11
19eb60b
Compare
Choose a tag to compare
Added i18n support (#48)

5.0.2: Fix conditional rendering

27 Aug 18:44
Compare
Choose a tag to compare
Ensure scripts and css are only loaded with navigator markup is present, and support HTTPResponse as input. Fixes #46