Skip to content

Commit d14388b

Browse files
authored
0.7.18 (#556)
1 parent 73afeef commit d14388b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,23 @@ 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.18] - 2020-02-11
99

1010
### Added
1111

12-
- New components `Date` `DateTime` `Time` plus documentation and tests
12+
- `Checkbox` now supports `checked='mixed'` (indeterminate state)
13+
- `Date`, `DateTime`, `Time` new date and time formatting components
1314

1415
### Changed
1516

17+
- Moved ESLint, TSConfig, Prettier & StyleLint to [@looker/eslint-config](https://www.npmjs.com/package/@looker/eslint-config)
1618
- `GlobalStyle` no longer imports fonts from Google Fonts CDN.
1719
- Updated documentation to reflect how to import fonts
1820
- Added documentation for `GlobalStyle` under a new "Utilities" section
1921

2022
### Fixed
2123

24+
- Corrected links to source in documentation
2225
- `Swatch` border style when used directly (not via `FieldColor`)
2326

2427
## [0.7.17] - 2020-01-31

0 commit comments

Comments
 (0)