Skip to content

Commit

Permalink
chore: changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjones13 committed Sep 14, 2023
1 parent 9d11a8f commit c42dcdb
Show file tree
Hide file tree
Showing 18 changed files with 156 additions and 79 deletions.
11 changes: 0 additions & 11 deletions .changeset/few-badgers-itch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/five-ladybugs-smell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/four-phones-grow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/gentle-games-brush.md

This file was deleted.

41 changes: 31 additions & 10 deletions packages/angular-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,68 @@
# @astrouxds/angular

## 7.17.0

### Minor Changes

#### Dialog

- Added new `toggle`, `show` and `hide` public methods

#### Input

- Added a new `getInput` public method

### Patch Changes

#### Tabs

- Enhanced keyboard functionality with or without tab panels

#### Push Button

- The label prop no longer defaults to 'Push Button'

## 7.16.0

### Minor Changes

#### General

- Bumps design tokens to version 1.11 https://github.com/RocketCommunicationsInc/astro-design-tokens/releases/tag/v1.11.0
- Bumps design tokens to version 1.11 https://github.com/RocketCommunicationsInc/astro-design-tokens/releases/tag/v1.11.0

#### Select

- Dropdown arrow now correctly changes color from light theme to dark theme
- Dropdown arrow now correctly changes color from light theme to dark theme

#### Textarea

- Add readonly attribute
- Add readonly attribute

### Patch Changes

#### Global Status Bar

- Slots on the right and left side of Global Status Bar now correctly display focus states
- Slots on the right and left side of Global Status Bar now correctly display focus states

#### Log

- Log's filtering is no longer case sensitive
- Log's filtering is no longer case sensitive

#### Select

- Change height to match rux-input height for better alignment
- Change height to match rux-input height for better alignment

#### Status

- Update status image sizes
- Update status image sizes

#### Tabs

- Fixed an issue where the `ruxtabselected` event would sometimes not fire correctly
- Fixed an issue where the `ruxtabselected` event would sometimes not fire correctly

#### Timeline

- Removed an extraneious div on timeline that was preventing attribute inheritance

- Removed an extraneious div on timeline that was preventing attribute inheritance

## 7.15.2

Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-workspace",
"version": "7.16.0",
"version": "7.17.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -24,7 +24,7 @@
"@angular/platform-browser": "~13.2.7",
"@angular/platform-browser-dynamic": "~13.2.7",
"@angular/router": "~13.2.7",
"@astrouxds/astro-web-components": "^7.16.0",
"@astrouxds/astro-web-components": "^7.17.0",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.11.8"
Expand Down
41 changes: 31 additions & 10 deletions packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,68 @@
# @astrouxds/angular

## 7.17.0

### Minor Changes

#### Dialog

- Added new `toggle`, `show` and `hide` public methods

#### Input

- Added a new `getInput` public method

### Patch Changes

#### Tabs

- Enhanced keyboard functionality with or without tab panels

#### Push Button

- The label prop no longer defaults to 'Push Button'

## 7.16.0

### Minor Changes

#### General

- Bumps design tokens to version 1.11 https://github.com/RocketCommunicationsInc/astro-design-tokens/releases/tag/v1.11.0
- Bumps design tokens to version 1.11 https://github.com/RocketCommunicationsInc/astro-design-tokens/releases/tag/v1.11.0

#### Select

- Dropdown arrow now correctly changes color from light theme to dark theme
- Dropdown arrow now correctly changes color from light theme to dark theme

#### Textarea

- Add readonly attribute
- Add readonly attribute

### Patch Changes

#### Global Status Bar

- Slots on the right and left side of Global Status Bar now correctly display focus states
- Slots on the right and left side of Global Status Bar now correctly display focus states

#### Log

- Log's filtering is no longer case sensitive
- Log's filtering is no longer case sensitive

#### Select

- Change height to match rux-input height for better alignment
- Change height to match rux-input height for better alignment

#### Status

- Update status image sizes
- Update status image sizes

#### Tabs

- Fixed an issue where the `ruxtabselected` event would sometimes not fire correctly
- Fixed an issue where the `ruxtabselected` event would sometimes not fire correctly

#### Timeline

- Removed an extraneious div on timeline that was preventing attribute inheritance

- Removed an extraneious div on timeline that was preventing attribute inheritance

## 7.15.2

Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/angular",
"version": "7.16.0",
"version": "7.17.0",
"description": "Astro Web Components Angular Wrapper",
"license": "MIT",
"repository": {
Expand All @@ -12,7 +12,7 @@
"@angular/core": ">=12.0.0"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.16.0",
"@astrouxds/astro-web-components": "^7.17.0",
"tslib": "^2.4.1"
}
}
7 changes: 7 additions & 0 deletions packages/framework-testing/astro-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# astro-angular

## 0.2.1

### Patch Changes

- 2dc538f1: fix(rux-tabs) enhanced keyboard functionality with or without tab panels
6 changes: 3 additions & 3 deletions packages/framework-testing/astro-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-angular",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"postinstall": "npm link @astrouxds/astro-web-components @astrouxds/angular",
"ng": "ng",
Expand All @@ -27,8 +27,8 @@
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@astrouxds/angular": "^7.16.0",
"@astrouxds/astro-web-components": "^7.16.0",
"@astrouxds/angular": "^7.17.0",
"@astrouxds/astro-web-components": "^7.17.0",
"@astrouxds/tailwind": "^1.0.0-beta.1",
"@types/jasmine": "~4.3.0",
"autoprefixer": "^10.4.14",
Expand Down
7 changes: 7 additions & 0 deletions packages/framework-testing/astro-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# astro-react

## 0.2.1

### Patch Changes

- 2dc538f1: fix(rux-tabs) enhanced keyboard functionality with or without tab panels
6 changes: 3 additions & 3 deletions packages/framework-testing/astro-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-react",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,8 +14,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@astrouxds/astro-web-components": "^7.16.0",
"@astrouxds/react": "^7.16.0",
"@astrouxds/astro-web-components": "^7.17.0",
"@astrouxds/react": "^7.17.0",
"@astrouxds/tailwind": "^1.0.0-beta.1",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
Expand Down
12 changes: 12 additions & 0 deletions packages/framework-testing/astro-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# astro-vue

## 0.2.1

### Patch Changes

- 2dc538f1: fix(rux-tabs) enhanced keyboard functionality with or without tab panels
- Updated dependencies [2dc538f1]
- Updated dependencies [d0b0e38c]
- Updated dependencies [c63800db]
- Updated dependencies [5b984e96]
- @astrouxds/astro-web-components@7.17.0
4 changes: 2 additions & 2 deletions packages/framework-testing/astro-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "astro-vue",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.16.0",
"@astrouxds/astro-web-components": "^7.17.0",
"vue": "^3.2.47"
},
"devDependencies": {
Expand Down
40 changes: 31 additions & 9 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,68 @@
# @astrouxds/react

## 7.17.0

### Minor Changes

#### Dialog

- Added new `toggle`, `show` and `hide` public methods

#### Input

- Added a new `getInput` public method

### Patch Changes

#### Tabs

- Enhanced keyboard functionality with or without tab panels

#### Push Button

- The label prop no longer defaults to 'Push Button'

## 7.16.0

### Minor Changes

#### General

- Bumps design tokens to version 1.11 https://github.com/RocketCommunicationsInc/astro-design-tokens/releases/tag/v1.11.0
- Bumps design tokens to version 1.11 https://github.com/RocketCommunicationsInc/astro-design-tokens/releases/tag/v1.11.0

#### Select

- Dropdown arrow now correctly changes color from light theme to dark theme
- Dropdown arrow now correctly changes color from light theme to dark theme

#### Textarea

- Add readonly attribute
- Add readonly attribute

### Patch Changes

#### Global Status Bar

- Slots on the right and left side of Global Status Bar now correctly display focus states
- Slots on the right and left side of Global Status Bar now correctly display focus states

#### Log

- Log's filtering is no longer case sensitive
- Log's filtering is no longer case sensitive

#### Select

- Change height to match rux-input height for better alignment
- Change height to match rux-input height for better alignment

#### Status

- Update status image sizes
- Update status image sizes

#### Tabs

- Fixed an issue where the `ruxtabselected` event would sometimes not fire correctly
- Fixed an issue where the `ruxtabselected` event would sometimes not fire correctly

#### Timeline

- Removed an extraneious div on timeline that was preventing attribute inheritance
- Removed an extraneious div on timeline that was preventing attribute inheritance

## 7.15.2

Expand Down
Loading

0 comments on commit c42dcdb

Please sign in to comment.