Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Apr 24, 2023
2 parents b2405d8 + dffb8c5 commit 029cc6f
Show file tree
Hide file tree
Showing 17 changed files with 1,059 additions and 529 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
"@changesets/cli": "^2.26.1",
"@remix-run/node": "^1.15.0",
"@testing-library/dom": "^9.2.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitest/browser": "^0.29.8",
"@vitest/ui": "^0.29.8",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitest/browser": "^0.30.1",
"@vitest/ui": "^0.30.1",
"c8": "^7.13.0",
"del-cli": "^5.0.0",
"eslint": "^8.37.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"jsdom": "^21.1.1",
"msw": "^0.49.3",
"npm-run-all": "^4.1.5",
"playwright": "^1.32.2",
"prettier": "^2.8.7",
"playwright": "^1.32.3",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"turbo": "^1.8.8",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vitest": "^0.29.8",
"webdriverio": "^8.6.9"
"turbo": "^1.9.3",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vitest": "^0.30.1",
"webdriverio": "^8.8.6"
},
"engines": {
"node": ">=16"
Expand Down
16 changes: 16 additions & 0 deletions packages/actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @coldwired/actions

## 0.10.0

### Minor Changes

- - feat(actions): preserve hidden attribute
- feat(actions): add support for data-turbo-permanent attribute
- feat(actions): set focus to next focusable element if focused element is removed
- feat(actions): focusable elements can be grouped together
- feat(actions): make next focus direction configurable
- feat(actions): add global helpers

### Patch Changes

- Updated dependencies
- @coldwired/utils@0.10.0

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": "./dist/index.cjs.js"
}
},
"version": "0.9.0",
"version": "0.10.0",
"keywords": [
"turbo"
],
Expand All @@ -31,7 +31,7 @@
"clean": "del dist coverage node_modules/.vite"
},
"dependencies": {
"@coldwired/utils": "^0.8.1",
"@coldwired/utils": "^0.10.0",
"morphdom": "^2.7.0",
"tiny-invariant": "^1.3.1"
},
Expand Down
Loading

0 comments on commit 029cc6f

Please sign in to comment.