WIP changelog for alpha 21 (addresses #659 )
parent
191e476e39
commit
db3007f94a
|
@ -7,12 +7,29 @@ menu:
|
|||
parent: Release notes
|
||||
weight: 101
|
||||
---
|
||||
## v2.0.0-alpha.21 [2019-??-??]
|
||||
|
||||
### Features
|
||||
- Add stacked line layer option to graphs.
|
||||
|
||||
### Bug Fixes
|
||||
- Allow table columns to be draggable in table settings.
|
||||
- Light up the home page icon when active.
|
||||
- Make numeric inputs first class citizens.
|
||||
- Prompt users to make a dashboard when dashboards are empty.
|
||||
- Remove name editing from query definition during threshold check creation.
|
||||
- Wait until user stops dragging and releases marker before zooming in after threshold changes.
|
||||
- Adds properties to each cell on `GET /dashboards/{dashboardID}`.
|
||||
- Gracefully handle invalid user-supplied JSON.
|
||||
- Fix crash when loading queries built using the query builder.
|
||||
- Create cell view properties on dashboard creation.
|
||||
|
||||
## v2.0.0-alpha.20 [2019-11-20]
|
||||
|
||||
### Features
|
||||
- Add TLS insecure skip verify to influx CLI.
|
||||
- Extend influx cli user create to allow for organization ID and user passwords to be set on user.
|
||||
- Autopopulate organization IDs in the code samples.
|
||||
- Auto-populate organization IDs in the code samples.
|
||||
- Expose bundle analysis tools for front end resources.
|
||||
- Allow users to view just the output section of a Telegraf config.
|
||||
- Allow users to see string data in single stat graph type.
|
||||
|
|
Loading…
Reference in New Issue