Skip to content

Commit a4347d8

Browse files
author
Luke Bowerman
authored
Update CHANGELOG for 0.7.27 (#787)
1 parent 1e7479c commit a4347d8

File tree

2 files changed

+40
-18
lines changed

2 files changed

+40
-18
lines changed

CHANGELOG.md

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.7.26] - 2020-04-14
99

10-
- `InputTime` component
11-
1210
### Added
1311

14-
- `ActionListManager` component
15-
- `CodeBlock` component
16-
- `ComponentsProvider` component to provide a pre-packaged `ThemeProvider` + `theme`
17-
- `Grid` component
18-
- `InputTimeSelect` component
19-
- `Pagination` component
20-
- `Prompt` component
21-
- `SelectMulti` component
22-
- `Space` & `SpaceVertical` components
23-
- Icons - `Board`, `ShareAlt`,`SendEmail`, `SendSftp`, `SendWebhook`, `VisibilityOutline`,
12+
- Content
13+
- `ActionList`
14+
- Now supports sorting
15+
- Now supports selections
16+
- `ActionListManager` component
17+
- `ActionListItemAction` accepts `color` prop (only takes `danger`)
18+
- `PageSize` component
19+
- `Pagination` component
20+
- Forms
21+
- `InputTime` component
22+
- `InputTimeSelect` component
23+
- `SelectMulti` component
24+
- `TextArea` component supports `resize` property
25+
- Icons
26+
- `Board`
27+
- `ShareAlt`
28+
- `SendEmail`, `SendSftp`, `SendWebhook`
29+
- `VisibilityOutline`,
30+
- Layout
31+
- `Grid` component
32+
- `Space` & `SpaceVertical` components
33+
- Overlay
34+
- `Prompt` component & `usePrompt` hook
35+
- Typography
36+
- `CodeBlock` component
37+
- Utilities
38+
- `ComponentsProvider` component to provide a pre-packaged `ThemeProvider` + `theme`
2439

2540
### Changed
2641

27-
- `ActionListItemAction` accepts `color` prop (only takes `danger`)
28-
- Icons - `Share` updated
42+
48 direct dependency updates (https://github.com/looker-open-source/components/pulls?q=is%3Apr+is%3Aclosed+label%3Adependencies+is%3Amerged+merged%3A2020-03-23..2020-04-15)
43+
44+
- `ActionList` now gives proper white space to `indicator` element
45+
- `Banner` prop `dismissable` is now `canDismiss`
46+
- Icons -`Share` artwork updated
47+
- `Popper` upgraded to 2.x
48+
- ESLint now enforces license header on all files automatically (with `--fix` option)
2949

3050
### Fixed
3151

32-
- `usePopper` (used in `Popover` and `Tooltip`) positioning issue with `placement="top"` and offset parent is the window
52+
- `IconSize` - corrected icon's size to adjust with `size` prop
3353
- `Select` no longer throws a runtime error when no options, defaultValue or placeholder are specified
54+
- `ToggleSwitch` enabled color corrected
55+
- `usePopper` (used in `Popover` and `Tooltip`) positioning issue with `placement="top"` and offset parent is the window
3456

3557
## [0.7.25] - 2020-03-23
3658

packages/www/src/documentation/components/layout/grid.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Space
3-
propsOf: Space
4-
github: Layout/Space
2+
title: Grid
3+
propsOf: Grid
4+
github: Layout/Grid
55
---
66

77
`<Grid />` provides a simple implementation of the CSS Grid.

0 commit comments

Comments
 (0)