You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-8Lines changed: 27 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## UNRELEASED
8
+
## [0.7.6] - 2019-11-18
9
9
10
10
### Changed
11
11
12
-
- Fix bug where menu group headers render a drop shadow by default
13
-
- Refactor z-index out of menu styles
14
-
- Improvements to documentation layout and scrolling behavior
15
-
- SVG for `ApplicationSelect`,`ArrowChange`,`Beaker`,`BrowseTable`,`ChangeHistory`,`DimensionFill`,`Explore`,`LogoRings`,`NoteOutline`,`Notes`,`Reports`,`SqlRunner`,`User`,`UserAttributes`,`Users`,`ViewGrid`,`VisArea`,`VisBar`,`VisColumn`,`VisLine`,`VisMap`,`VisPie`,`VisScatter`,`VisSingleValue`,`VisTable` icons resized redrawn to fit on the correct icon grid.
16
-
- Optimize ColorWheel value change performance
17
-
- Restore ColorWheel documentation
18
-
- Implement a vertical layout for the Code Sandbox toolbar to prevent unintentional obfuscation of code samples
12
+
-`Menu` - Refactor z-index out of menu styles
13
+
- Documentation
14
+
- Vertical layout for the Code Sandbox toolbar to prevent unintentional obfuscation of code samples
15
+
- Improved documentation layout and scrolling behavior
0 commit comments