Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/calcite-components": "1.4.3",
"packages/calcite-components-react": "1.4.3",
"packages/calcite-components": "1.5.0",
"packages/calcite-components-react": "1.5.0",
"packages/eslint-plugin-calcite-components": "0.2.2"
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 6 additions & 16 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0-next.10](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.9...@esri/calcite-components-react@1.5.0-next.10) (2023-06-29)

**Note:** Version bump only for package @esri/calcite-components-react

## [1.5.0-next.9](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.8...@esri/calcite-components-react@1.5.0-next.9) (2023-06-29)
## [1.5.0](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.3...@esri/calcite-components-react@1.5.0) (2023-06-30)

### Features

- automatically import and define Calcite Components when importing their React wrapper ([#7185](https://github.com/Esri/calcite-components/issues/7185)) ([bf0ff67](https://github.com/Esri/calcite-components/commit/bf0ff6737f882005f925031171ae9c9d57b41579)), closes [#6601](https://github.com/Esri/calcite-components/issues/6601)

## [1.5.0-next.8](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.7...@esri/calcite-components-react@1.5.0-next.8) (2023-06-28)

**Note:** Version bump only for package @esri/calcite-components-react

## [1.5.0-next.7](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.5.0-next.6...@esri/calcite-components-react@1.5.0-next.7) (2023-06-28)
- Automatically import and define Calcite Components when importing their React wrapper ([#7185](https://github.com/Esri/calcite-components/issues/7185)) ([bf0ff67](https://github.com/Esri/calcite-components/commit/bf0ff6737f882005f925031171ae9c9d57b41579))

**Note:** Version bump only for package @esri/calcite-components-react

## [1.5.0-next.6](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.3...@esri/calcite-components-react@1.5.0-next.6) (2023-06-27)
### Dependencies

**Note:** Version bump only for package @esri/calcite-components-react
- The following workspace dependencies were updated
- dependencies
- @esri/calcite-components bumped from ^1.5.0-next.10 to ^1.5.0

## [1.4.3](https://github.com/Esri/calcite-components/compare/@esri/calcite-components-react@1.4.2...@esri/calcite-components-react@1.4.3) (2023-06-26)

Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@esri/calcite-components-react",
"sideEffects": false,
"version": "1.5.0-next.10",
"version": "1.5.0",
"description": "A set of React components that wrap calcite components",
"license": "SEE LICENSE.md",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"dist/"
],
"dependencies": {
"@esri/calcite-components": "^1.5.0-next.10"
"@esri/calcite-components": "^1.5.0"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
44 changes: 11 additions & 33 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0-next.10](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.9...@esri/calcite-components@1.5.0-next.10) (2023-06-29)

### Bug Fixes

- **input, input-number:** no longer removes trailing decimal separator ([#7159](https://github.com/Esri/calcite-components/issues/7159)) ([01535cf](https://github.com/Esri/calcite-components/commit/01535cf94609e00bd5b06fe65c59c531b7d66c09)), closes [#7039](https://github.com/Esri/calcite-components/issues/7039)

## [1.5.0-next.9](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.8...@esri/calcite-components@1.5.0-next.9) (2023-06-29)
## [1.5.0](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.3...@esri/calcite-components@1.5.0) (2023-06-30)

### Features

- automatically import and define Calcite Components when importing their React wrapper ([#7185](https://github.com/Esri/calcite-components/issues/7185)) ([bf0ff67](https://github.com/Esri/calcite-components/commit/bf0ff6737f882005f925031171ae9c9d57b41579)), closes [#6601](https://github.com/Esri/calcite-components/issues/6601)

### Bug Fixes

- **block:** removes extra loading indicator ([#7239](https://github.com/Esri/calcite-components/issues/7239)) ([a334a75](https://github.com/Esri/calcite-components/commit/a334a754113127d86214c59f3d884f11f4f0a558)), closes [#6485](https://github.com/Esri/calcite-components/issues/6485)

## [1.5.0-next.8](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.7...@esri/calcite-components@1.5.0-next.8) (2023-06-28)

### Features

- **navigation-logo:** Increase font-size of heading with no description ([#7081](https://github.com/Esri/calcite-components/issues/7081)) ([355e101](https://github.com/Esri/calcite-components/commit/355e101fae4d9aadadebaa169973639735578a2e)), closes [#7080](https://github.com/Esri/calcite-components/issues/7080)

## [1.5.0-next.7](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.5.0-next.6...@esri/calcite-components@1.5.0-next.7) (2023-06-28)

### Features

- **block, block-section:** Add setFocus method ([#7208](https://github.com/Esri/calcite-components/issues/7208)) ([35d4bbb](https://github.com/Esri/calcite-components/commit/35d4bbb26ec3a157c7970d7ed982c9af128f1bf8)), closes [#6944](https://github.com/Esri/calcite-components/issues/6944)
- **filter:** Add filter method ([#7127](https://github.com/Esri/calcite-components/issues/7127)) ([5a4283f](https://github.com/Esri/calcite-components/commit/5a4283fe0937a3f7f1380f66765af0fa7093ad19)), closes [#6633](https://github.com/Esri/calcite-components/issues/6633)
- **list:** Add slots for filter actions ([#7183](https://github.com/Esri/calcite-components/issues/7183)) ([da07ab1](https://github.com/Esri/calcite-components/commit/da07ab1dcd5d0b830c46b00b76c6d5724ff38c60)), closes [#6600](https://github.com/Esri/calcite-components/issues/6600)

### Bug Fixes

- **list:** changing filterText property will now update filtered items ([#7133](https://github.com/Esri/calcite-components/issues/7133)) ([a9c0bce](https://github.com/Esri/calcite-components/commit/a9c0bce700784c3ea9cd16d5e9568835b5d1203b)), closes [#6633](https://github.com/Esri/calcite-components/issues/6633) [#7127](https://github.com/Esri/calcite-components/issues/7127)

## [1.5.0-next.6](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.3...@esri/calcite-components@1.5.0-next.6) (2023-06-27)
- Automatically import and define Calcite Components when importing their React wrapper ([#7185](https://github.com/Esri/calcite-components/issues/7185)) ([bf0ff67](https://github.com/Esri/calcite-components/commit/bf0ff6737f882005f925031171ae9c9d57b41579))
- **block, block-section:** Add setFocus method ([#7208](https://github.com/Esri/calcite-components/issues/7208)) ([35d4bbb](https://github.com/Esri/calcite-components/commit/35d4bbb26ec3a157c7970d7ed982c9af128f1bf8))
- **filter:** Add filter method ([#7127](https://github.com/Esri/calcite-components/issues/7127)) ([5a4283f](https://github.com/Esri/calcite-components/commit/5a4283fe0937a3f7f1380f66765af0fa7093ad19))
- **list:** Add slots for filter actions ([#7183](https://github.com/Esri/calcite-components/issues/7183)) ([da07ab1](https://github.com/Esri/calcite-components/commit/da07ab1dcd5d0b830c46b00b76c6d5724ff38c60))
- **navigation-logo:** Increase font-size of heading with no description ([#7081](https://github.com/Esri/calcite-components/issues/7081)) ([355e101](https://github.com/Esri/calcite-components/commit/355e101fae4d9aadadebaa169973639735578a2e))

### Bug Fixes

- **input-date-picker:** reset active date picker date after closing ([#7219](https://github.com/Esri/calcite-components/issues/7219)) ([91b2a1b](https://github.com/Esri/calcite-components/commit/91b2a1b92d49cdd573650952ee09971c59bd1649)), closes [#6495](https://github.com/Esri/calcite-components/issues/6495) [/github.com/Esri/calcite-components/blob/v1.0.0-beta.22/src/components/calcite-date/calcite-date.tsx#L263-L270](https://github.com/Esri//github.com/Esri/calcite-components/blob/v1.0.0-beta.22/src/components/calcite-date/calcite-date.tsx/issues/L263-L270) [#6604](https://github.com/Esri/calcite-components/issues/6604)
- **block:** Removes extra loading indicator ([#7239](https://github.com/Esri/calcite-components/issues/7239)) ([a334a75](https://github.com/Esri/calcite-components/commit/a334a754113127d86214c59f3d884f11f4f0a558))
- **input-date-picker:** Reset active date picker date after closing ([#7219](https://github.com/Esri/calcite-components/issues/7219)) ([91b2a1b](https://github.com/Esri/calcite-components/commit/91b2a1b92d49cdd573650952ee09971c59bd1649))
- **input, input-number:** No longer removes trailing decimal separator ([#7159](https://github.com/Esri/calcite-components/issues/7159)) ([01535cf](https://github.com/Esri/calcite-components/commit/01535cf94609e00bd5b06fe65c59c531b7d66c09))
- **list:** Changing filterText property will now update filtered items ([#7133](https://github.com/Esri/calcite-components/issues/7133)) ([a9c0bce](https://github.com/Esri/calcite-components/commit/a9c0bce700784c3ea9cd16d5e9568835b5d1203b))
- **tooltip:** Deprecate the label property due to the description coming from the component's content ([#7247](https://github.com/Esri/calcite-components/issues/7247)) ([7934d75](https://github.com/Esri/calcite-components/commit/7934d754099a042cc9130c6522168b5b62f28c3c))

## [1.4.3](https://github.com/Esri/calcite-components/compare/@esri/calcite-components@1.4.2...@esri/calcite-components@1.4.3) (2023-06-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
"version": "1.5.0-next.10",
"version": "1.5.0",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho
```html
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@esri/calcite-components@1.4.3/dist/calcite/calcite.esm.js"
src="https://cdn.jsdelivr.net/npm/@esri/calcite-components@1.5.0/dist/calcite/calcite.esm.js"
></script>
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/@esri/calcite-components@1.4.3/dist/calcite/calcite.css"
href="https://cdn.jsdelivr.net/npm/@esri/calcite-components@1.5.0/dist/calcite/calcite.css"
/>
```

Expand Down