- Improving wrapping of the panel elements to be more responsive to different panel sizes grafana#117
- Fixing a placeholder for the font size field grafana#116
- Migrate to create-plugin instead of toolkit
- Small typo fixes
- Bump grafana packages / dependencies
- Added support to set timezone from template variable
- Prevent clock panel from crashing Grafana 9.x.x
- Drop support for Grafana 7.x.x
- Fixes error on AMG related to dependency imports
- Added support for count up mode
- Added support for template variables in count down/up time setting.
- Support local for date formats
- Support refresh with dashboard time
- Added dependency on Grafana 7.4+
- Improved background
- Support for Grafana 7+
- Built with @grafana/toolkit
- Adds support for displaying timezones
- Updates Lodash dependency to fix security warning
- Dashboard sync/refresh feature - can show timestamp for last dashboard refresh.
- Tech - converted to TypeScript and Webpack.
- Fixes bug with default properties not getting deep cloned #20
- Remove extraneous comma when 1 second left in the countdown. PR from @linkslice