Releases: code16/sharp
Releases · code16/sharp
v9.17.0
What's Changed
- Add authorizeForStep() method for wizard commands by @aguingand in #686
- Redirect to associated route when invalid global filter by @aguingand in #689
- Improve testing global filter by @aguingand in #690
- Allow show primary commands by @aguingand in #691
- Allow opening external link to a new tab. by @aguingand in #692
- Allow html to help message by @aguingand in #693
Full Changelog: v9.16.1...v9.17.0
v9.16.1
What's Changed
- Fix global filter value exception by @aguingand in #683
- Fix dashboard dropdown displayed even if no commands authorized by @aguingand in #685
Full Changelog: v9.16.0...v9.16.1
v9.16.0
What's Changed
- Hide GlobalFilters if they are empty by @aguingand in #679
- New testing API by @aguingand in #675
Full Changelog: v9.15.1...v9.16.0
v9.15.1
What's changed
- Fix chart tooltip when displaying as timeline
- Clear sharp context when rebinding request + fix tests
Full Changelog: v9.15.0...v9.15.1
v9.15.0
What's Changed
- Improve charts by @aguingand in #667
- Persist sidebar closed state + add sidebar trigger separator by @aguingand in #674
Full Changelog: v9.14.4...v9.15.0
v9.14.4
v9.14.0
New Features
- Editor: allow to set code blocks language in #665
- Allow default filter value for all filters in #660
- Security: Implement config downloads.allowed_disks in #669 (see doc)
Improvements
- Improve date range filter UI in #663
- Handle global filter in routes in #661
- Data sanitization: allow a target + ensure noopener in #668
- Improve doc for testing wizard commands (4f3ac83)