Releases: erNail/grafaml
Releases · erNail/grafaml
v2.1.0
2.1.0 (2024-05-26)
Features
- Change logic for generating the Dashboard UID and enable the user to override the UID (768181c)
This fixes the issue where dashboards would not show up because of a too long UID.
IMPORTANT: Be aware that the UID is a part of the dashboard URL. Updating to this version will cause a change of the URL, so any links to your dashboards will be broken.
v2.0.1
v2.0.0
2.0.0 (2024-02-12)
- feat!: Improve usability by letting the user define the number of columns of the panel grid instead of defining a width that is a factor of 24 (e2e9616)
BREAKING CHANGES
- The value "panels.panelWidth" was replaced by "panels.columns". Instead of defining a panel width that needs to be a factor of 24, the number of columns is now defined. For example, the equivalent of "panels.panelWidth: 12" is "panels.columns: 2"