Releases: psmb/Psmb.FlatNav
Releases · psmb/Psmb.FlatNav
Introduce "disabled" preset option
Introduce a setting to disable presets. It supports Eel, so you could do e.g. this to restrict a certain preset to admins:
disabled: '${!Security.hasRole("Neos.Neos:Administrator")}'
Huge thanks to visol.ch for sponsoring this feature!
Fixes support for unset presets
0.4.2 TASK: support unsetting presets (#39)
Fixes focused state
Build(deps): Bump elliptic in /Resources/Private/FlatNav (#38) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Search, support for privileges, bugfixes
0.3
Restore compatibility with the latest neos-ui, fix bugs
0.2 BUGFIX: added id to TabPanel and fixed tab height - https://github.co…