File tree 17 files changed +61
-23
lines changed
calcite-components-angular/projects/component-library
17 files changed +61
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/calcite-components" : " 2.13.0 " ,
3
- "packages/calcite-components-react" : " 2.13.0 " ,
2
+ "packages/calcite-components" : " 2.13.1 " ,
3
+ "packages/calcite-components-react" : " 2.13.1 " ,
4
4
"packages/calcite-design-tokens" : " 2.2.0" ,
5
5
"packages/calcite-ui-icons" : " 3.32.0" ,
6
6
"packages/eslint-plugin-calcite-components" : " 1.2.1" ,
7
- "packages/calcite-components-angular/projects/component-library" : " 2.13.0 "
7
+ "packages/calcite-components-angular/projects/component-library" : " 2.13.1 "
8
8
}
Original file line number Diff line number Diff line change 26
26
"@angular/platform-browser" : " ^18.1.0" ,
27
27
"@angular/platform-browser-dynamic" : " ^18.1.0" ,
28
28
"@angular/router" : " ^18.1.0" ,
29
- "@esri/calcite-components-angular" : " 2.13.0 " ,
29
+ "@esri/calcite-components-angular" : " 2.13.1 " ,
30
30
"rxjs" : " ~7.8.0" ,
31
31
"tslib" : " ^2.3.0" ,
32
32
"zone.js" : " ~0.14.3"
Original file line number Diff line number Diff line change 28
28
]
29
29
},
30
30
"dependencies" : {
31
- "@esri/calcite-components" : " 2.13.0 " ,
31
+ "@esri/calcite-components" : " 2.13.1 " ,
32
32
"preact" : " ^10.10.0" ,
33
33
"preact-render-to-string" : " ^5.2.1" ,
34
34
"preact-router" : " ^3.2.1"
Original file line number Diff line number Diff line change 16
16
"preview" : " vite preview"
17
17
},
18
18
"dependencies" : {
19
- "@esri/calcite-components-react" : " 2.13.0 " ,
19
+ "@esri/calcite-components-react" : " 2.13.1 " ,
20
20
"react" : " ^18.3.1" ,
21
21
"react-dom" : " ^18.3.1"
22
22
},
Original file line number Diff line number Diff line change 15
15
"start" : " serve public"
16
16
},
17
17
"dependencies" : {
18
- "@esri/calcite-components" : " 2.13.0 "
18
+ "@esri/calcite-components" : " 2.13.1 "
19
19
},
20
20
"devDependencies" : {
21
21
"@rollup/plugin-commonjs" : " ^26.0.1" ,
Original file line number Diff line number Diff line change 15
15
"serve" : " vite preview"
16
16
},
17
17
"dependencies" : {
18
- "@esri/calcite-components" : " 2.13.0 "
18
+ "@esri/calcite-components" : " 2.13.1 "
19
19
},
20
20
"devDependencies" : {
21
21
"@types/node" : " ^22.1.0" ,
Original file line number Diff line number Diff line change 16
16
"copy" : " ncp ./node_modules/@esri/calcite-components/dist/calcite/assets/ ./public/assets/"
17
17
},
18
18
"dependencies" : {
19
- "@esri/calcite-components" : " 2.13.0 " ,
19
+ "@esri/calcite-components" : " 2.13.1 " ,
20
20
"vue" : " ^3.4.36"
21
21
},
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 13
13
"test" : " echo \" Error: no test specified\" && exit 1"
14
14
},
15
15
"dependencies" : {
16
- "@esri/calcite-components" : " 2.13.0 "
16
+ "@esri/calcite-components" : " 2.13.1 "
17
17
},
18
18
"devDependencies" : {
19
19
"@web/dev-server" : " ^0.4.6"
Original file line number Diff line number Diff line change 14
14
"start" : " webpack-dev-server --open"
15
15
},
16
16
"dependencies" : {
17
- "@esri/calcite-components" : " 2.13.0 "
17
+ "@esri/calcite-components" : " 2.13.1 "
18
18
},
19
19
"devDependencies" : {
20
20
"copy-webpack-plugin" : " ^12.0.2" ,
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.13.1] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.13.0...@esri/calcite-components-angular@2.13.1 ) (2024-10-11)
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.13.0 to 2.13.1
19
+
6
20
## [ 2.13.0] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.12.2...@esri/calcite-components-angular@2.13.0 ) (2024-09-30)
7
21
8
22
### Miscellaneous Chores
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/calcite-components-angular" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"description" : " A set of Angular components that wrap Esri's Calcite Components." ,
5
5
"homepage" : " https://developers.arcgis.com/calcite-design-system/" ,
6
6
"bugs" : {
17
17
},
18
18
"sideEffects" : false ,
19
19
"dependencies" : {
20
- "@esri/calcite-components" : " 2.13.0 " ,
20
+ "@esri/calcite-components" : " 2.13.1 " ,
21
21
"tslib" : " 2.6.3"
22
22
},
23
23
"peerDependencies" : {
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.13.1] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.13.0...@esri/calcite-components-react@2.13.1 ) (2024-10-11)
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.13.0 to 2.13.1
19
+
6
20
## [ 2.13.0] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.12.2...@esri/calcite-components-react@2.13.0 ) (2024-09-30)
7
21
8
22
### Miscellaneous Chores
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/calcite-components-react" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"description" : " A set of React components that wrap calcite components" ,
5
5
"homepage" : " https://developers.arcgis.com/calcite-design-system/" ,
6
6
"repository" : {
28
28
"tsc" : " tsc"
29
29
},
30
30
"dependencies" : {
31
- "@esri/calcite-components" : " 2.13.0 "
31
+ "@esri/calcite-components" : " 2.13.1 "
32
32
},
33
33
"peerDependencies" : {
34
34
"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.13.1] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.13.0...@esri/calcite-components@2.13.1 ) (2024-10-11)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** chip:** Fix close icon color inconsistency ([ #10493 ] ( https://github.com/Esri/calcite-design-system/issues/10493 ) ) ([ 80b75c2] ( https://github.com/Esri/calcite-design-system/commit/80b75c25a31897bf2a05ff7c3c21a77e962f79c3 ) )
11
+ - ** combobox:** Restores ` filterText ` when filtered items are empty ([ #10498 ] ( https://github.com/Esri/calcite-design-system/issues/10498 ) ) ([ 6667c2a] ( https://github.com/Esri/calcite-design-system/commit/6667c2a80d180c0588064eb463e768c3ed2adece ) )
12
+ - ** dialog:** No longer apply transform styling unless dragEnabled or resizable ([ #10503 ] ( https://github.com/Esri/calcite-design-system/issues/10503 ) ) ([ e93fdbc] ( https://github.com/Esri/calcite-design-system/commit/e93fdbcf361d59efdee625fb0ef50d8044b6e545 ) )
13
+ - ** notice:** Ensure closed notice does not affect layout ([ #10518 ] ( https://github.com/Esri/calcite-design-system/issues/10518 ) ) ([ 655bbb7] ( https://github.com/Esri/calcite-design-system/commit/655bbb744ce74d3ebb528692dc9c5182d162db1a ) )
14
+ - ** fix(panel):** Revert relative positioning on content ([ #10496 ] ( https://github.com/Esri/calcite-design-system/issues/10496 ) ) ([ 239f4da] ( https://github.com/Esri/calcite-design-system/commit/239f4da406920fcb3c4019573ccf3605903f954a ) )
15
+
6
16
## [ 2.13.0] ( https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.12.2...@esri/calcite-components@2.13.0 ) (2024-09-30)
7
17
8
18
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/calcite-components" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
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.13.0 /dist/calcite/calcite.esm.js"
20
+ src =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.13.1 /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.13.0 /dist/calcite/calcite.css"
25
+ href =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.13.1 /dist/calcite/calcite.css"
26
26
/>
27
27
```
28
28
You can’t perform that action at this time.
0 commit comments