Skip to content

Commit d8c70cf

Browse files
Luke BowermanLuke Bowerman
authored andcommitted
Update CHANGELOG for 0.7.6
1 parent 2e528cf commit d8c70cf

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## UNRELEASED
8+
## [0.7.6] - 2019-11-18
99

1010
### Changed
1111

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
16+
17+
### Fixed
18+
19+
- `ColorWheel` - Optimize ColorWheel value change performance & restored `ColorWheel` documentation
20+
- `MenuGroup` - Fix bug where menu group headers render a drop shadow by default
21+
- `MenuSearch` - fixed keyboard shortcuts (up / down arrows to escape focus on input) and Improved documentation example.
22+
- `ModalPortal` - Fixed scrolling within a `Modal` (`Dialog` & `Drawer`)
23+
- Icons - 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.
24+
25+
## [0.7.5] - 2019-11-13
26+
27+
- Use `ttsc` to offer better formatted Styled Components snapshots
28+
29+
## [0.7.4] - 2019-11-13
30+
31+
- Use `tsc` for build (Babel build pipeline is causing issues for Internet Explorer 11)
32+
33+
## [0.7.3] - 2019-11-13
34+
35+
- Improve package build (CJS, ESM and ES2015 modules now available)
36+
- Updated dependencies including Typescript 3.7
37+
- Removed z-index from Menu
1938

2039
## [0.7.2] - 2019-11-11
2140

0 commit comments

Comments
 (0)