Skip to content

Commit f6fc4f1

Browse files
github-actions[bot]Jacob Norton
andauthored
Version Packages (#1523)
* Version Packages * Fixed build --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jacob Norton <jacob.norton@rocketcom.com>
1 parent 9753a87 commit f6fc4f1

14 files changed

Lines changed: 90 additions & 32 deletions

File tree

.changeset/shaky-jokes-mate.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/angular-workspace/CHANGELOG.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
# @astrouxds/angular
22

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- 9753a87: Updated core dependencies; Moved node support to v26; Fixed rux-clock bug; Fixed Angular standalone form components
8+
9+
After a long wait we've updated dependencies to move towards better supported versions. That includes dropping support for super old versions of node.
10+
11+
Fixed a bug in rux-clock where passed-in dates would incorrectly increment seconds.
12+
13+
Angular standalone components now work properly in forms, and can be imported wholesale with AstroComponentsModule, or individually.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [9753a87]
18+
- @astrouxds/astro-web-components@8.0.0
19+
320
## 8.0.1
421

522
### Patch Changes
623

724
#### Form Elements
825

926
- Fix Angular form element support (`ngModel` / `formControl`) for `rux-*` components
27+
1028
- `BooleanValueAccessor`, `TextValueAccessor`, and `NumericValueAccessor` are now properly declared and exported from `AstroComponentsModule` — previously `declarations` and `exports` were empty, so form bindings had no effect on any `rux-*` form element
1129
- Fixed incorrect element selectors in value accessors — all were leftover Stencil proxy generation placeholders referencing non-existent `my-*` elements instead of `rux-*` elements
1230
- Fixed incorrect event names (`mySelect`, `myChange`) — updated to the correct `ruxchange` custom events emitted by the web components
@@ -15,11 +33,11 @@
1533

1634
**Form element to accessor mapping:**
1735

18-
| Accessor | Elements |
19-
|---|---|
20-
| `BooleanValueAccessor` | `rux-checkbox`, `rux-switch` |
21-
| `NumericValueAccessor` | `rux-input[type=number]` |
22-
| `TextValueAccessor` | `rux-input`, `rux-textarea`, `rux-slider`, `rux-radio-group`, `rux-select` |
36+
| Accessor | Elements |
37+
| ---------------------- | -------------------------------------------------------------------------- |
38+
| `BooleanValueAccessor` | `rux-checkbox`, `rux-switch` |
39+
| `NumericValueAccessor` | `rux-input[type=number]` |
40+
| `TextValueAccessor` | `rux-input`, `rux-textarea`, `rux-slider`, `rux-radio-group`, `rux-select` |
2341

2442
**Removed exports: `RadioValueAccessor`, `SelectValueAccessor`**
2543

packages/angular-workspace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-workspace",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -24,7 +24,7 @@
2424
"@angular/platform-browser": "~20.0.0",
2525
"@angular/platform-browser-dynamic": "~20.0.0",
2626
"@angular/router": "~20.0.0",
27-
"@astrouxds/astro-web-components": "^7.27.0",
27+
"@astrouxds/astro-web-components": "^8.0.0",
2828
"rxjs": "~7.8.0",
2929
"tslib": "^2.4.1",
3030
"zone.js": "~0.15.0"

packages/angular-workspace/projects/angular/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @astrouxds/angular
22

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- 9753a87: Updated core dependencies; Moved node support to v26; Fixed rux-clock bug; Fixed Angular standalone form components
8+
9+
After a long wait we've updated dependencies to move towards better supported versions. That includes dropping support for super old versions of node.
10+
11+
Fixed a bug in rux-clock where passed-in dates would incorrectly increment seconds.
12+
13+
Angular standalone components now work properly in forms, and can be imported wholesale with AstroComponentsModule, or individually.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [9753a87]
18+
- @astrouxds/astro-web-components@8.0.0
19+
320
## 8.0.0
421

522
### Major Changes

packages/angular-workspace/projects/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrouxds/angular",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"description": "Astro Web Components Angular Wrapper",
55
"license": "MIT",
66
"repository": {
@@ -12,7 +12,7 @@
1212
"@angular/core": ">=20.0.0"
1313
},
1414
"dependencies": {
15-
"@astrouxds/astro-web-components": "^7.27.0",
15+
"@astrouxds/astro-web-components": "^8.0.0",
1616
"tslib": "^2.4.1"
1717
}
1818
}

packages/framework-testing/astro-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@angular-devkit/build-angular": "^20.0.3",
2828
"@angular/cli": "^20.0.0",
2929
"@angular/compiler-cli": "^20.0.0",
30-
"@astrouxds/angular": "^8.0.0",
31-
"@astrouxds/astro-web-components": "^7.27.0",
30+
"@astrouxds/angular": "^9.0.0",
31+
"@astrouxds/astro-web-components": "^8.0.0",
3232
"@astrouxds/tailwind": "^1.0.0-beta.1",
3333
"@types/jasmine": "~4.3.0",
3434
"autoprefixer": "^10.4.14",

packages/framework-testing/astro-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@astrouxds/astro-web-components": "^7.27.0",
18-
"@astrouxds/react": "^7.27.0",
17+
"@astrouxds/astro-web-components": "^8.0.0",
18+
"@astrouxds/react": "^8.0.0",
1919
"@astrouxds/tailwind": "^1.0.0-beta.1",
2020
"@types/react": "^18.0.37",
2121
"@types/react-dom": "^18.0.11",

packages/framework-testing/astro-vue/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# astro-vue
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9753a87]
8+
- @astrouxds/astro-web-components@8.0.0
9+
310
## 0.7.0
411

512
### Minor Changes

packages/framework-testing/astro-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "astro-vue",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vue-tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@astrouxds/astro-web-components": "^7.27.0",
12+
"@astrouxds/astro-web-components": "^8.0.0",
1313
"vue": "^3.2.47"
1414
},
1515
"devDependencies": {

packages/react/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @astrouxds/react
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- 9753a87: Updated core dependencies; Moved node support to v26; Fixed rux-clock bug; Fixed Angular standalone form components
8+
9+
After a long wait we've updated dependencies to move towards better supported versions. That includes dropping support for super old versions of node.
10+
11+
Fixed a bug in rux-clock where passed-in dates would incorrectly increment seconds.
12+
13+
Angular standalone components now work properly in forms, and can be imported wholesale with AstroComponentsModule, or individually.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [9753a87]
18+
- @astrouxds/astro-web-components@8.0.0
19+
320
## 7.27.0
421

522
### Minor Changes

0 commit comments

Comments
 (0)