File tree 18 files changed +96
-54
lines changed
18 files changed +96
-54
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @astrouxds/angular
2
2
3
+ ## 7.22.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6b6b0034: Adding actions slot to tab component and bumping Storybook up to 8 and rewriting all stories to match the new version.
8
+ - d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button
9
+ - 4c4e3bc8: Added missing footer slot documentation to storybook
10
+ - Updated dependencies [ 52f1c2a0]
11
+ - Updated dependencies [ 6b6b0034]
12
+ - Updated dependencies [ d1cb7d94]
13
+ - Updated dependencies [ 4c4e3bc8]
14
+ - @astrouxds/astro-web-components @7.24.0
15
+
3
16
## 7.22.1
4
17
5
18
### Patch Changes
14
27
15
28
#### Toast
16
29
17
- - Added a new status prop and the ability to resize toast close icon via the new iconSize CSS prop.
30
+ - Added a new status prop and the ability to resize toast close icon via the new iconSize CSS prop.
18
31
19
32
## 7.21.0
20
33
21
34
### Minor Changes
22
35
23
36
#### Timeline
24
37
25
- - Updated timeline to support Month and Week intervals for displaying data and allow zoom to be < 1
38
+ - Updated timeline to support Month and Week intervals for displaying data and allow zoom to be < 1
26
39
27
40
### Patch Changes
28
41
29
42
#### Pop Up
30
43
31
- - Resolved console log error
44
+ - Resolved console log error
32
45
33
46
## 7.20.0
34
47
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-workspace" ,
3
- "version" : " 7.22.1 " ,
3
+ "version" : " 7.22.2 " ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
24
24
"@angular/platform-browser" : " ~13.2.7" ,
25
25
"@angular/platform-browser-dynamic" : " ~13.2.7" ,
26
26
"@angular/router" : " ~13.2.7" ,
27
- "@astrouxds/astro-web-components" : " ^7.22.1 " ,
27
+ "@astrouxds/astro-web-components" : " ^7.24.0 " ,
28
28
"rxjs" : " ~7.5.7" ,
29
29
"tslib" : " ^2.4.1" ,
30
30
"zone.js" : " ~0.11.8"
Original file line number Diff line number Diff line change 1
1
# @astrouxds/angular
2
2
3
+ ## 7.22.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6b6b0034: Adding actions slot to tab component and bumping Storybook up to 8 and rewriting all stories to match the new version.
8
+ - d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button
9
+ - 4c4e3bc8: Added missing footer slot documentation to storybook
10
+ - Updated dependencies [ 52f1c2a0]
11
+ - Updated dependencies [ 6b6b0034]
12
+ - Updated dependencies [ d1cb7d94]
13
+ - Updated dependencies [ 4c4e3bc8]
14
+ - @astrouxds/astro-web-components @7.24.0
15
+
3
16
## 7.22.1
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @astrouxds/angular" ,
3
- "version" : " 7.22.1 " ,
3
+ "version" : " 7.22.2 " ,
4
4
"description" : " Astro Web Components Angular Wrapper" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
12
12
"@angular/core" : " >=12.0.0"
13
13
},
14
14
"dependencies" : {
15
- "@astrouxds/astro-web-components" : " ^7.22.1 " ,
15
+ "@astrouxds/astro-web-components" : " ^7.24.0 " ,
16
16
"tslib" : " ^2.4.1"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
# astro-angular
2
2
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button
8
+ - 4c4e3bc8: Added missing footer slot documentation to storybook
9
+
3
10
## 0.3.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " astro-angular" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"scripts" : {
5
5
"postinstall" : " npm link @astrouxds/astro-web-components @astrouxds/angular" ,
6
6
"ng" : " ng" ,
27
27
"@angular-devkit/build-angular" : " ^16.0.0" ,
28
28
"@angular/cli" : " ~16.0.0" ,
29
29
"@angular/compiler-cli" : " ^16.0.0" ,
30
- "@astrouxds/angular" : " ^7.21.0 " ,
31
- "@astrouxds/astro-web-components" : " ^7.21 .0" ,
30
+ "@astrouxds/angular" : " ^7.22.2 " ,
31
+ "@astrouxds/astro-web-components" : " ^7.24 .0" ,
32
32
"@astrouxds/tailwind" : " ^1.0.0-beta.1" ,
33
33
"@types/jasmine" : " ~4.3.0" ,
34
34
"autoprefixer" : " ^10.4.14" ,
Original file line number Diff line number Diff line change 1
1
# astro-react
2
2
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6b6b0034: Adding actions slot to tab component and bumping Storybook up to 8 and rewriting all stories to match the new version.
8
+ - d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button
9
+ - 4c4e3bc8: Added missing footer slot documentation to storybook
10
+
3
11
## 0.3.0
4
12
5
13
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " astro-react" ,
3
3
"private" : true ,
4
- "version" : " 0.3.0 " ,
4
+ "version" : " 0.3.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
14
14
"react-dom" : " ^18.2.0"
15
15
},
16
16
"devDependencies" : {
17
- "@astrouxds/astro-web-components" : " ^7.21 .0" ,
18
- "@astrouxds/react" : " ^7.21.0 " ,
17
+ "@astrouxds/astro-web-components" : " ^7.24 .0" ,
18
+ "@astrouxds/react" : " ^7.22.2 " ,
19
19
"@astrouxds/tailwind" : " ^1.0.0-beta.1" ,
20
20
"@types/react" : " ^18.0.37" ,
21
21
"@types/react-dom" : " ^18.0.11" ,
Original file line number Diff line number Diff line change 1
1
# astro-vue
2
2
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button
8
+ - 4c4e3bc8: Added missing footer slot documentation to storybook
9
+ - Updated dependencies [ 52f1c2a0]
10
+ - Updated dependencies [ 6b6b0034]
11
+ - Updated dependencies [ d1cb7d94]
12
+ - Updated dependencies [ 4c4e3bc8]
13
+ - @astrouxds/astro-web-components @7.24.0
14
+
3
15
## 0.3.0
4
16
5
17
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " astro-vue" ,
3
3
"private" : true ,
4
- "version" : " 0.3.0 " ,
4
+ "version" : " 0.3.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
8
8
"build" : " vue-tsc && vite build" ,
9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "@astrouxds/astro-web-components" : " ^7.21 .0" ,
12
+ "@astrouxds/astro-web-components" : " ^7.24 .0" ,
13
13
"vue" : " ^3.2.47"
14
14
},
15
15
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# @astrouxds/react
2
2
3
+ ## 7.22.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6b6b0034: Adding actions slot to tab component and bumping Storybook up to 8 and rewriting all stories to match the new version.
8
+ - d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button
9
+ - 4c4e3bc8: Added missing footer slot documentation to storybook
10
+ - Updated dependencies [ 52f1c2a0]
11
+ - Updated dependencies [ 6b6b0034]
12
+ - Updated dependencies [ d1cb7d94]
13
+ - Updated dependencies [ 4c4e3bc8]
14
+ - @astrouxds/astro-web-components @7.24.0
15
+
3
16
## 7.22.1
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @astrouxds/react" ,
3
3
"sideEffects" : false ,
4
- "version" : " 7.22.1 " ,
4
+ "version" : " 7.22.2 " ,
5
5
"description" : " Astro Web Components React Wrapper" ,
6
6
"repository" : {
7
7
"type" : " git" ,
40
40
"typescript" : " ^4.9.3"
41
41
},
42
42
"dependencies" : {
43
- "@astrouxds/astro-web-components" : " ^7.22.1 "
43
+ "@astrouxds/astro-web-components" : " ^7.24.0 "
44
44
},
45
45
"peerDependencies" : {
46
46
"react" : " >=17.0.0" ,
Original file line number Diff line number Diff line change 1
1
# @astrouxds/astro-web-components
2
2
3
+ ## 7.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6b6b0034: Adding actions slot to tab component and bumping Storybook up to 8 and rewriting all stories to match the new version.
8
+
9
+ ### Patch Changes
10
+
11
+ - 52f1c2a0: fix(rux-input) prevent caret navigation from appearing innappropriately within input
12
+ - d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button
13
+ - 4c4e3bc8: Added missing footer slot documentation to storybook
14
+
3
15
## 7.23.0
4
16
5
17
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @astrouxds/astro-web-components" ,
3
- "version" : " 7.23 .0" ,
3
+ "version" : " 7.24 .0" ,
4
4
"description" : " Astro Web Components" ,
5
5
"homepage" : " https://astro-components.netlify.app/?path=/story/astro-uxds-welcome-start-here--page" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments