File tree 8 files changed +45
-10
lines changed
calcite-components-angular/projects/component-library
8 files changed +45
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/calcite-components" : " 2.8.5 " ,
3
- "packages/calcite-components-react" : " 2.8.5 " ,
2
+ "packages/calcite-components" : " 2.8.6 " ,
3
+ "packages/calcite-components-react" : " 2.8.6 " ,
4
4
"packages/calcite-design-tokens" : " 2.2.0" ,
5
5
"packages/eslint-plugin-calcite-components" : " 1.2.0" ,
6
- "packages/calcite-components-angular/projects/component-library" : " 2.8.5 "
6
+ "packages/calcite-components-angular/projects/component-library" : " 2.8.6 "
7
7
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.8.6] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.5...@esri/calcite-components-angular@2.8.6 ) (2024-06-04)
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * ** @esri/calcite-components-angular :** Synchronize components versions
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * dependencies
18
+ * @esri/calcite-components bumped from ^2.8.5 to ^2.8.6
19
+
6
20
## [ 2.8.5] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.8.4...@esri/calcite-components-angular@2.8.5 ) (2024-05-30)
7
21
8
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/calcite-components-angular" ,
3
- "version" : " 2.8.5 " ,
3
+ "version" : " 2.8.6 " ,
4
4
"sideEffects" : false ,
5
5
"homepage" : " https://developers.arcgis.com/calcite-design-system/" ,
6
6
"description" : " A set of Angular components that wrap Esri's Calcite Components." ,
20
20
"@angular/core" : " >=16.0.0"
21
21
},
22
22
"dependencies" : {
23
- "@esri/calcite-components" : " ^2.8.5 " ,
23
+ "@esri/calcite-components" : " ^2.8.6 " ,
24
24
"tslib" : " 2.6.2"
25
25
},
26
26
"lerna" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.8.6] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.5...@esri/calcite-components-react@2.8.6 ) (2024-06-04)
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * ** @esri/calcite-components-react :** Synchronize components versions
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * dependencies
18
+ * @esri/calcite-components bumped from ^2.8.5 to ^2.8.6
19
+
6
20
## [ 2.8.5] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.8.4...@esri/calcite-components-react@2.8.5 ) (2024-05-30)
7
21
8
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/calcite-components-react" ,
3
3
"sideEffects" : false ,
4
- "version" : " 2.8.5 " ,
4
+ "version" : " 2.8.6 " ,
5
5
"homepage" : " https://developers.arcgis.com/calcite-design-system/" ,
6
6
"description" : " A set of React components that wrap calcite components" ,
7
7
"license" : " SEE LICENSE.md" ,
23
23
" dist/"
24
24
],
25
25
"dependencies" : {
26
- "@esri/calcite-components" : " ^2.8.5 "
26
+ "@esri/calcite-components" : " ^2.8.6 "
27
27
},
28
28
"peerDependencies" : {
29
29
"react" : " >=16.7" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.8.6] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.5...@esri/calcite-components@2.8.6 ) (2024-06-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** popover:** Prevent closing when component is connected to the DOM via a click ([ #9501 ] ( https://github.com/Esri/calcite-design-system/issues/9501 ) ) ([ 9ede090] ( https://github.com/Esri/calcite-design-system/commit/9ede090e2ac3dbcd540bbdbe8cf49754f861d1f2 ) )
12
+
6
13
## [ 2.8.5] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.8.4...@esri/calcite-components@2.8.5 ) (2024-05-30)
7
14
8
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/calcite-components" ,
3
- "version" : " 2.8.5 " ,
3
+ "version" : " 2.8.6 " ,
4
4
"homepage" : " https://developers.arcgis.com/calcite-design-system/" ,
5
5
"description" : " Web Components for Esri's Calcite Design System." ,
6
6
"main" : " dist/index.cjs.js" ,
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho
17
17
``` html
18
18
<script
19
19
type =" module"
20
- src =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.8.5 /dist/calcite/calcite.esm.js"
20
+ src =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.8.6 /dist/calcite/calcite.esm.js"
21
21
></script >
22
22
<link
23
23
rel =" stylesheet"
24
24
type =" text/css"
25
- href =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.8.5 /dist/calcite/calcite.css"
25
+ href =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.8.6 /dist/calcite/calcite.css"
26
26
/>
27
27
```
28
28
You can’t perform that action at this time.
0 commit comments