Skip to content

Commit 71e71ca

Browse files
author
Luke Bowerman
authored
CHANGELOG for 0.7.29 (#838)
1 parent 5ddd6e1 commit 71e71ca

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,48 @@ 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.29] - 2020-04-24
99

1010
### Changed
1111

12-
- WWW site keyboard navigation improvement
12+
- `Checkbox` & `Radio` remove default margin (previously `3px)
13+
- `Field`
14+
- Set `id` on label based on field.id to allow for `Fieldset` `legend` replacement / association
15+
- Removed default margin-bottom
16+
- `FieldColor` defaults to `width=“100%”`
17+
- `Fieldset`
18+
- Implement with a `Space` / `SpaceVertical` layout (emulate `Form`)
19+
- Enable `inline` presentation
20+
- Use `div` instead of `fieldset` for DOM object due to Chrome implementation bug of `fieldset` (doesn’t allow for Flex / Grid layouts within `fieldset`
21+
- Minor fix-up to Fieldset composition (no visual impact)
22+
- `Form` - supports layout/simple props (spacing & layout)
23+
- `Grid`
24+
- Correct column specification to prevent grid “blow-out”
25+
- Remove explicitly specified `width: 100%` (it’s implied)
26+
- `Legend`
27+
- Extend `Label` styles to keep Label & Legend presentation bound where appropriate
1328
- `Menu` closes by default on `MenuItem` click
14-
- Provide `@types/styled-system` as a package dependency
29+
- `Space` & `SpaceVertical`
30+
- Add `layout` / `layoutProps` to `simpleLayoutProps` to allow for default width specification
31+
- Improve specificity of child selectors to apply only to direct descendants.
32+
- Use double selector to override theme reset behavior
1533
- `TextArea` only supports vertical resizing now
34+
- `ToggleSwitch` explicitly specify `margin: 0` to suppress browser-default styling
35+
- Provide `@types/styled-system` as a package dependency
36+
- WWW site keyboard navigation improvement
1637

1738
### Fixed
1839

1940
- `ActionListItem` no longer have shadow and cursor: pointer without an onClick
2041
- `ActionListItemColumn` aligns with header columns
42+
- `RequiredStar` wasn't visual artifact from being rendered (red asterisk)
2143
- `useScrollLock` no longer jitters on attempted scroll (used in modals and overlays)
2244

45+
### Removed
46+
47+
- `Radio` no longer supports `readOnly` (was nice to know you, albeit briefly)
48+
- `TextArea` now only resizes on the Y access
49+
2350
## [0.7.28] - 2020-04-20
2451

2552
### Added
@@ -44,7 +71,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4471

4572
### Removed
4673

47-
- `Radio` no longer supports `readOnly` (was nice to know you, albeit briefly)
4874
- `FieldInline` no longer supports `labelFontWeight`
4975

5076
## [0.7.27] - 2020-04-15

0 commit comments

Comments
 (0)