Fix changelog to include 1.4.4.x sections & 1.5.0.0
parent
60c286f3c4
commit
4ed72efdc4
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -2,6 +2,23 @@
|
|||
|
||||
### Features
|
||||
|
||||
### UI Improvements
|
||||
1. [#3204](https://github.com/influxdata/chronograf/pull/3204): Notify user when a dashboard cell is added, removed, or cloned
|
||||
1. [#3215](https://github.com/influxdata/chronograf/pull/3215): Fix Template Variables Control Bar to top of dashboard page
|
||||
1. [#3214](https://github.com/influxdata/chronograf/pull/3214): Remove extra click when creating dashboard cell
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
## v1.4.4.1 [2018-04-16]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
1. [#3211](https://github.com/influxdata/chronograf/pull/3211): Snapshot all db struct types in migration files
|
||||
|
||||
## v1.4.4.0 [2018-04-13]
|
||||
|
||||
### Features
|
||||
|
||||
1. [#2526](https://github.com/influxdata/chronograf/pull/2526): Add support for RS256/JWKS verification, support for id_token parsing (as in ADFS)
|
||||
1. [#3060](https://github.com/influxdata/chronograf/pull/3060): Add ability to set a color palette for Line, Stacked, Step-Plot, and Bar graphs
|
||||
1. [#3103](https://github.com/influxdata/chronograf/pull/3103): Add ability to clone dashboards
|
||||
|
@ -17,13 +34,10 @@
|
|||
1. [#3096](https://github.com/influxdata/chronograf/pull/3096): Standardize delete confirmation interactions
|
||||
1. [#3096](https://github.com/influxdata/chronograf/pull/3096): Standardize save & cancel interactions
|
||||
1. [#3116](https://github.com/influxdata/chronograf/pull/3116): Improve cell renaming
|
||||
1. [#3204](https://github.com/influxdata/chronograf/pull/3204): Notify user when a dashboard cell is added, removed, or cloned
|
||||
1. [#3215](https://github.com/influxdata/chronograf/pull/3215): Fix Template Variables Control Bar to top of dashboard page
|
||||
1. [#3214](https://github.com/influxdata/chronograf/pull/3214): Remove extra click when creating dashboard cell
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
1. [#2950](https://github.com/influxdata/chronograf/pull/2094): Always save template variables on first edit
|
||||
1. [#3094](https://github.com/influxdata/chronograf/pull/3094): Always save template variables on first edit
|
||||
1. [#3104](https://github.com/influxdata/chronograf/pull/3104): Query annotations at auto-refresh interval
|
||||
1. [#3109](https://github.com/influxdata/chronograf/pull/3109): Display link to configure Kapacitor on Alerts Page if no configured kapacitor.
|
||||
1. [#3111](https://github.com/influxdata/chronograf/pull/3111): Fix saving of new TICKscripts
|
||||
|
|
Loading…
Reference in New Issue