Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into benelan/release-ci-imp…
Browse files Browse the repository at this point in the history
…rovements

* origin/dev:
  build(deps): update typescript-eslint monorepo to v7.13.1 (#9657)
  docs: update component READMEs (#9668)
  chore: release next
  chore: minor git tooling tweaks (#9664)
  feat(combobox): add `filterText` prop (#9654)
  chore: release next
  feat(list): add filterProps property to specify which properties to filter against (#9622)
  chore: release next
  fix(list): enable dragging on list items contained within a list that supports dragEnabled (#9660)
  test(filter): add coverage for empty filter text (#9655)
  chore: release next
  fix: set the correct Sortable parent when within a shadowRoot (#9532)
  fix(combobox): allow arrow selection of entered text (#9629)
  • Loading branch information
benelan committed Jun 24, 2024
2 parents 85be8bd + e094bdf commit 384b1b5
Show file tree
Hide file tree
Showing 29 changed files with 878 additions and 386 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ $RECYCLE.BIN/
.env
.idea/
.sass-cache/
.stencil/
.turbo
.versions/
Dockerfile
Expand Down
98 changes: 49 additions & 49 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"postinstall": "patch-package",
"build": "turbo run build --log-order=stream",
"clean": "turbo run clean --log-order=stream && rimraf node_modules",
"clean": "&& turbo run clean --log-order=stream && git clean -fdx",
"lint": "concurrently \"npm:lint:*\" \"turbo run lint --log-order=stream\"",
"lint:md": "prettier --write \"**/*.md\" >/dev/null && markdownlint \"{,documentation}/*.md\" --fix --dot --ignore-path .gitignore",
"lint:yml": "prettier --write \".github/**/*.yml\" >/dev/null",
Expand Down Expand Up @@ -68,8 +68,8 @@
"@types/semver": "7.5.8",
"@types/shell-quote": "1.7.5",
"@types/sortablejs": "1.15.7",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@whitespace/storybook-addon-html": "6.1.1",
"autoprefixer": "10.4.19",
"axe-core": "4.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components-angular/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ projects/component-library/src/lib/stencil-generated/*
/tmp
/out-tsc
/bazel-out
/.angular/cache
.angular/
/connect.lock
/libpeerconnection.log
testem.log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.6...@esri/calcite-components-angular@2.10.0-next.7) (2024-06-21)

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

## [2.10.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.5...@esri/calcite-components-angular@2.10.0-next.6) (2024-06-21)

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

## [2.10.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.4...@esri/calcite-components-angular@2.10.0-next.5) (2024-06-21)

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

## [2.10.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.3...@esri/calcite-components-angular@2.10.0-next.4) (2024-06-21)

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

## [2.10.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.2...@esri/calcite-components-angular@2.10.0-next.3) (2024-06-20)

**Note:** Version bump only for package @esri/calcite-components-angular
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-angular",
"version": "2.10.0-next.3",
"version": "2.10.0-next.7",
"description": "A set of Angular components that wrap Esri's Calcite Components.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"bugs": {
Expand All @@ -20,7 +20,7 @@
"dist"
],
"dependencies": {
"@esri/calcite-components": "^2.10.0-next.3",
"@esri/calcite-components": "^2.10.0-next.7",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.6...@esri/calcite-components-react@2.10.0-next.7) (2024-06-21)

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

## [2.10.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.5...@esri/calcite-components-react@2.10.0-next.6) (2024-06-21)

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

## [2.10.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.4...@esri/calcite-components-react@2.10.0-next.5) (2024-06-21)

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

## [2.10.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.3...@esri/calcite-components-react@2.10.0-next.4) (2024-06-21)

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

## [2.10.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0-next.2...@esri/calcite-components-react@2.10.0-next.3) (2024-06-20)

**Note:** Version bump only for package @esri/calcite-components-react
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,6 +1,6 @@
{
"name": "@esri/calcite-components-react",
"version": "2.10.0-next.3",
"version": "2.10.0-next.7",
"description": "A set of React components that wrap calcite components",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tsc": "tsc"
},
"dependencies": {
"@esri/calcite-components": "^2.10.0-next.3"
"@esri/calcite-components": "^2.10.0-next.7"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
1 change: 1 addition & 0 deletions packages/calcite-components/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ hydrate/
src/components/icon/assets
node_modules
www/
.stencil/
24 changes: 24 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.10.0-next.6...@esri/calcite-components@2.10.0-next.7) (2024-06-21)

### Features

- **combobox:** add `filterText` prop ([#9654](https://github.com/Esri/calcite-design-system/issues/9654)) ([01d01de](https://github.com/Esri/calcite-design-system/commit/01d01de57ff8fb9a683f9f7ba5668ad8f83d2a67)), closes [#7212](https://github.com/Esri/calcite-design-system/issues/7212)

## [2.10.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.10.0-next.5...@esri/calcite-components@2.10.0-next.6) (2024-06-21)

### Features

- **list:** add filterProps property to specify which properties to filter against ([#9622](https://github.com/Esri/calcite-design-system/issues/9622)) ([a253c00](https://github.com/Esri/calcite-design-system/commit/a253c0040b6c00c2b7ee8d0c0a6830a5848dd116)), closes [#9619](https://github.com/Esri/calcite-design-system/issues/9619)

## [2.10.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.10.0-next.4...@esri/calcite-components@2.10.0-next.5) (2024-06-21)

### Bug Fixes

- **list:** enable dragging on list items contained within a list that supports dragEnabled ([#9660](https://github.com/Esri/calcite-design-system/issues/9660)) ([5010ef9](https://github.com/Esri/calcite-design-system/commit/5010ef991e8096b0733e6e51cce27b8a39a6e052)), closes [#9662](https://github.com/Esri/calcite-design-system/issues/9662)

## [2.10.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.10.0-next.3...@esri/calcite-components@2.10.0-next.4) (2024-06-21)

### Bug Fixes

- **combobox:** allow arrow selection of entered text ([#9629](https://github.com/Esri/calcite-design-system/issues/9629)) ([df5e654](https://github.com/Esri/calcite-design-system/commit/df5e65452d2efd8ef8f9e4544b0efe4405df5de3)), closes [#9614](https://github.com/Esri/calcite-design-system/issues/9614)

## [2.10.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.10.0-next.2...@esri/calcite-components@2.10.0-next.3) (2024-06-20)

### Features
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": "2.10.0-next.3",
"version": "2.10.0-next.7",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
Expand Down
Loading

0 comments on commit 384b1b5

Please sign in to comment.