Skip to content

Commit

Permalink
release: 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markacianfrani committed Oct 13, 2022
1 parent e5548c2 commit 4fdb0c5
Show file tree
Hide file tree
Showing 21 changed files with 10,363 additions and 92 deletions.
9 changes: 0 additions & 9 deletions .changeset/few-buttons-fold.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/light-teachers-fold.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/witty-pears-explode.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/angular-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @astrouxds/angular

## 7.1.0

### Minor Changes

- 66fe8eed: Added a `close-on-select` property to `rux-pop-up` that will close the pop-up when a user selects something from the menu.

### Patch Changes

- b30ae94c: Updated scrollbar styles in firefox
- 08efa7c0: Fixed an issue in rux-tabs where dynamically adding a tab would result in unexpected behavior.
- Updated dependencies [b30ae94c]
- Updated dependencies [08efa7c0]
- Updated dependencies [66fe8eed]
- @astrouxds/astro-web-components@7.1.0

## 7.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/package-lock.json

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

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.0.1",
"version": "7.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -23,7 +23,7 @@
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@astrouxds/astro-web-components": "^7.0.1",
"@astrouxds/astro-web-components": "^7.1.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
18 changes: 18 additions & 0 deletions packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @astrouxds/angular

## 7.1.0

### Minor Changes

#### Pop Up

- Added a `close-on-select` property that will close the pop-up when a user selects something from the menu.

### Patch Changes

#### Scrollbars

- Updated styles in Firefox

#### Tabs

- Fixed an issue where dynamically adding a tab would result in unexpected behavior.

## 7.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/projects/angular/package-lock.json

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

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.0.2",
"version": "7.1.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.0.2",
"@astrouxds/astro-web-components": "^7.1.0",
"tslib": "^2.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck

import * as d from './proxies';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22758,14 +22758,14 @@ export declare interface RuxPopUp extends Components.RuxPopUp {

@ProxyCmp({
defineCustomElementFn: undefined,
inputs: ['open', 'placement', 'strategy'],
inputs: ['closeOnSelect', 'open', 'placement', 'strategy'],
methods: ['show', 'hide']
})
@Component({
selector: 'rux-pop-up',
changeDetection: ChangeDetectionStrategy.OnPush,
template: '<ng-content></ng-content>',
inputs: ['open', 'placement', 'strategy']
inputs: ['closeOnSelect', 'open', 'placement', 'strategy']
})
export class RuxPopUp {
protected el: HTMLElement;
Expand Down
11 changes: 11 additions & 0 deletions packages/astro-uxds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @astrouxds/astrouxds

## 7.1.0

### Minor Changes

- 66fe8eed: Added a `close-on-select` property to `rux-pop-up` that will close the pop-up when a user selects something from the menu.

### Patch Changes

- b30ae94c: Updated scrollbar styles in firefox
- 08efa7c0: Fixed an issue in rux-tabs where dynamically adding a tab would result in unexpected behavior.

## 7.0.2

### Patch Changes
Expand Down
54 changes: 7 additions & 47 deletions packages/astro-uxds/_content/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Astro represents a collection of artifacts including, but not limited to, guidan
<table class="release-table release-table--current-version">
<thead>
<tr>
<th colspan="3">Astro {{ meta.version }} - Updated <time>October 07, 2022</time></th>
<th colspan="3">Astro {{ meta.version }} - Updated <time>October 13, 2022</time></th>
</tr>
</thead>
<tbody>
Expand All @@ -25,13 +25,13 @@ Astro represents a collection of artifacts including, but not limited to, guidan
</tr>
<tr>
<td>Figma Dark Theme Library</td>
<td class="tabular">7.0.0</td>
<td>No Changes</td>
<td class="tabular">7.0.1</td>
<td><a href="https://www.figma.com/community/file/1157371532469023309">Release Notes</a></td>
</tr>
<tr>
<td>Web Components</td>
<td class="tabular">7.0.1 -&gt; <b>7.0.2</b></td>
<td><a href="https://github.com/RocketCommunicationsInc/astro/releases/tag/v7.0.2">Release Notes</a></td>
<td class="tabular">7.0.2 -&gt; <b>7.1.0</b></td>
<td><a href="https://github.com/RocketCommunicationsInc/astro/releases/tag/v7.1.0">Release Notes</a></td>
</tr>
<tr>
<td>EGS Design Compliance</td>
Expand All @@ -41,50 +41,10 @@ Astro represents a collection of artifacts including, but not limited to, guidan
</tbody>
</table>

## v6

<table class="release-table release-table--current-version">
<thead>
<tr>
<th colspan="3">Astro 6 - Updated <time>September 29, 2022</time></th>
</tr>
</thead>
<tbody>
<tr>
<td>Design Language</td>
<td class="tabular"><b>6.0</b></td>
<td>No changes this release</td>
</tr>
<tr>
<td>Figma Dark Theme Library</td>
<td class="tabular">6.1.7 -&gt; <b>6.2.0</b></td>
<td><a href="https://www.figma.com/community/file/1014254163928270411">Release Notes</a></td>
</tr>
<tr>
<td>Figma Light Theme Library</td>
<td class="tabular">6.0.0</td>
<td><a href="https://www.figma.com/community/file/1157352889822768689">Release Notes</a></td>
</tr>
<tr>
<td>Figma Wireframe Theme Library</td>
<td class="tabular">6.0.1 -&gt; <b>6.1.0</b></td>
<td><a href="https://www.figma.com/community/file/1101538528179386032">Release Notes</a></td>
</tr>
<tr>
<td>Web Components</td>
<td class="tabular">6.13.1 -&gt; <b>6.14.0</b></td>
<td><a href="https://github.com/RocketCommunicationsInc/astro/releases/tag/v6.14.0">Release Notes</a></td>
</tr>
<tr>
<td>EGS Design Compliance</td>
<td class="tabular"><b>3.1.0</b></td>
<td>No changes this release</td>
</tr>
</tbody>
</table>

## Previous Major Versions

Visit our [Legacy Documentation](https://v6.astrouxds.com/) for more information about Astro V6.

<table class="release-table releast-table--previous-versions">
<thead>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/astro-uxds/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/astro-uxds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-website",
"version": "7.0.1",
"version": "7.1.0",
"private": true,
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @astrouxds/react

## 7.1.0

### Minor Changes

#### Pop Up

- Added a `close-on-select` property that will close the pop-up when a user selects something from the menu.

### Patch Changes

#### Scrollbars

- Updated styles in Firefox

#### Tabs

- Fixed an issue where dynamically adding a tab would result in unexpected behavior.

## 7.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrouxds/react",
"sideEffects": false,
"version": "7.0.2",
"version": "7.1.0",
"description": "Astro Web Components React Wrapper",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.0.2"
"@astrouxds/astro-web-components": "^7.1.0"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @astrouxds/astro-web-components

## 7.1.0

### Minor Changes

#### Pop Up

- Added a `close-on-select` property that will close the pop-up when a user selects something from the menu.

### Patch Changes

#### Scrollbars

- Updated styles in Firefox

#### Tabs

- Fixed an issue where dynamically adding a tab would result in unexpected behavior.

## 7.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit 4fdb0c5

Please sign in to comment.