update change log

This commit is contained in:
Alexander Zobnin
2017-04-17 13:51:05 +03:00
parent df1c3e7ef4
commit e83a1bcfe0

View File

@@ -12,22 +12,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- **Docs**: add docs for setAliasByRegex() from @v-zhuravlev - **Docs**: add docs for setAliasByRegex() from @v-zhuravlev
- Support millisecond resolution on graphs. Patch from Jay Dawes <ajaxous@gmail.com>. - Support millisecond resolution on graphs. Patch from Jay Dawes <ajaxous@gmail.com>.
- Sum and count aggregations. - Sum and count aggregations.
- Expand user macros in items #212 - Expand user macros in items [#212](https://github.com/alexanderzobnin/grafana-zabbix/issues/212)
- replaceAlias() function [#287](https://github.com/alexanderzobnin/grafana-zabbix/issues/287)
### Changed ### Changed
- Add template variables to dropdown metric list #310 - Add template variables to dropdown metric list [#310](https://github.com/alexanderzobnin/grafana-zabbix/issues/310)
- Add all value regex `/.*/` to host dropdown. - Add all value regex `/.*/` to host dropdown.
- Replace native map() and forEach() methods by lodash. - Replace native map() and forEach() methods by lodash.
### Fixed ### Fixed
- Templatig issue when no values returned #354 - Templatig issue when no values returned [#354](https://github.com/alexanderzobnin/grafana-zabbix/issues/354)
## [3.3.0] - 2017-02-10 ## [3.3.0] - 2017-02-10
### Added ### Added
- **Triggers panel**: allow to hide hosts in maintenance #186 - **Triggers panel**: allow to hide hosts in maintenance [#186](https://github.com/alexanderzobnin/grafana-zabbix/issues/186)
- **Triggers panel**: allow to change font size #351. - **Triggers panel**: allow to change font size [#351](https://github.com/alexanderzobnin/grafana-zabbix/issues/351).
- **Triggers panel**: table pagination #229 - **Triggers panel**: table pagination [#229](https://github.com/alexanderzobnin/grafana-zabbix/issues/229)
- **Triggers panel**: add 'enable scroll' control and page size input. - **Triggers panel**: add 'enable scroll' control and page size input.
### Changed ### Changed
@@ -44,7 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- **Docs**: deprecate special repo with builded plugin. - **Docs**: deprecate special repo with builded plugin.
- **Triggers panel**: remove 'default' from datasources list (cause error), iss #340 - **Triggers panel**: remove 'default' from datasources list (cause error), iss [#340](https://github.com/alexanderzobnin/grafana-zabbix/issues/340)
- Add dist/ directory to repo to correspond development guide http://docs.grafana.org/plugins/development/ - Add dist/ directory to repo to correspond development guide http://docs.grafana.org/plugins/development/
### Fixed ### Fixed
@@ -53,10 +54,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- **Triggers panel**: panel styles. - **Triggers panel**: panel styles.
- **Query editor**: options styles. - **Query editor**: options styles.
- **Docs**: fixed timeShift() docs - **Docs**: fixed timeShift() docs
- Error for new empty panel #337 - Error for new empty panel [#337](https://github.com/alexanderzobnin/grafana-zabbix/issues/337)
- Checking query for variables. - Checking query for variables.
## [3.2.0] - 2017-02-02 [YANKED] ## [3.2.0] - 2017-02-02 [YANKED]
### Added ### Added
- timeShift() function #307 - timeShift() function [#307](https://github.com/alexanderzobnin/grafana-zabbix/issues/307)