Skip to content

Commit 74b3b1b

Browse files
committed
1.0.0-beta.39 [skip ci]
1 parent d619470 commit 74b3b1b

File tree

5 files changed

+32
-2
lines changed

5 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
This document maintains a list of released versions and changes introduced by them.
44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
55

6+
## [1.0.0-beta.39](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.38...v1.0.0-beta.39) (2020-09-17)
7+
8+
### Features
9+
10+
- **label:** Adjust spacing ([#956](https://github.com/Esri/calcite-components/issues/956)) ([63fe1f3](https://github.com/Esri/calcite-components/commit/63fe1f3c9d9c7e7ea4636782afccc7b116aac1c6))
11+
12+
### Bug Fixes
13+
14+
- **calcite-checkbox:** visibility of hidden input controlled by inline styles to prevent outside CSS from affecting its display ([#999](https://github.com/Esri/calcite-components/issues/999)) ([c29585a](https://github.com/Esri/calcite-components/commit/c29585ad09b85c9de75b99be7fa736dd11e4aff3))
15+
- **color:** ensure color object values are rounded ([#883](https://github.com/Esri/calcite-components/issues/883)) ([de9b242](https://github.com/Esri/calcite-components/commit/de9b2421c8262e679bb0de97ddeff5468fc9f929))
16+
- **dropdown:** fix item selection when dropdown is in a shadow DOM context ([#995](https://github.com/Esri/calcite-components/issues/995)) ([dc843db](https://github.com/Esri/calcite-components/commit/dc843dba4f0b4cd00852f80bf12bfb10f696aaf2)), closes [#992](https://github.com/Esri/calcite-components/issues/992)
17+
- **tooltip:** Add a11y improvements for hovering over a tooltip ([#987](https://github.com/Esri/calcite-components/issues/987)) ([6705110](https://github.com/Esri/calcite-components/commit/67051103c7d90958e17e605d49c85584cd56de6d)), closes [#938](https://github.com/Esri/calcite-components/issues/938)
18+
- **tooltip:** Keep tooltip visible if focus occurs after hover [#938](https://github.com/Esri/calcite-components/issues/938) ([#1005](https://github.com/Esri/calcite-components/issues/1005)) ([9df2502](https://github.com/Esri/calcite-components/commit/9df2502168e4b761495b074cdcfc73002ed78339))
19+
620
## [1.0.0-beta.38](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.37...v1.0.0-beta.38) (2020-09-04)
721

822
### Features

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-next.5",
3+
"version": "1.0.0-beta.39",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

src/components/calcite-combobox/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
| `calciteComboboxChipDismiss` | | `CustomEvent<any>` |
2121
| `calciteLookupChange` | | `CustomEvent<any>` |
2222

23+
## Methods
24+
25+
### `reposition() => Promise<void>`
26+
27+
#### Returns
28+
29+
Type: `Promise<void>`
30+
2331
## Dependencies
2432

2533
### Depends on

src/components/calcite-dropdown/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ You can choose to leave the dropdown open when an item is selected with the `dis
6464
| `calciteDropdownOpen` | fires when a dropdown has been opened \* | `CustomEvent<void>` |
6565
| `calciteDropdownSelect` | fires when a dropdown item has been selected or deselected \* | `CustomEvent<void>` |
6666

67+
## Methods
68+
69+
### `reposition() => Promise<void>`
70+
71+
#### Returns
72+
73+
Type: `Promise<void>`
74+
6775
## Dependencies
6876

6977
### Used by

0 commit comments

Comments
 (0)