Skip to content

Commit 01f16ae

Browse files
committed
docs: update changelog
1 parent d871765 commit 01f16ae

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

8-
## Unreleased
8+
## [v1.0.0-beta.34]
99

1010
### Added
1111

1212
- New component `calcite-color`
1313
- New component `calcite-color-hex-input`
1414
- New component `calcite-color-swatch`
1515

16+
### Fixes
17+
18+
- `calcite-modal` - fix styling for modal when there are no footer buttons
19+
- `calcite-popover` - prevent tooltip-manager selector conflicting with popover-manager selector
20+
- `calcite-tabs` - uses proper `aria-labelledby` attribute
21+
1622
## [v1.0.0-beta.33]
1723

1824
### Breaking Changes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.34",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)