File tree 15 files changed +86
-35
lines changed
15 files changed +86
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @astrouxds/angular
2
2
3
+ ## 7.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 44237a22: Added minlength and maxlength to rux-input
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 44237a22]
12
+ - @astrouxds/astro-web-components @7.24.0
13
+
3
14
## 7.23.0
4
15
5
16
### Minor Changes
6
17
7
18
#### Tabs
8
19
9
- - Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the ` ruxselected ` event.
20
+ - Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the ` ruxselected ` event.
10
21
11
22
### Patch Changes
12
23
13
24
#### Button
14
25
15
- - Fixed button bug when clicking and dragging over an icon-only, borderless button
26
+ - Fixed button bug when clicking and dragging over an icon-only, borderless button
16
27
17
28
#### Input
18
29
19
- - Fixed an issue causing caret navigation to appear innappropriately within input
30
+ - Fixed an issue causing caret navigation to appear innappropriately within input
20
31
21
32
## 7.22.1
22
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-workspace" ,
3
- "version" : " 7.23 .0" ,
3
+ "version" : " 7.24 .0" ,
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.23 .0" ,
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.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 44237a22: Added minlength and maxlength to rux-input
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 44237a22]
12
+ - @astrouxds/astro-web-components @7.24.0
13
+
3
14
## 7.23.0
4
15
5
16
### Minor Changes
6
17
7
18
#### Tabs
8
19
9
- - Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the ` ruxselected ` event.
20
+ - Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the ` ruxselected ` event.
10
21
11
22
### Patch Changes
12
23
13
24
#### Button
14
25
15
- - Fixed button bug when clicking and dragging over an icon-only, borderless button
26
+ - Fixed button bug when clicking and dragging over an icon-only, borderless button
16
27
17
28
#### Input
18
29
19
- - Fixed an issue causing caret navigation to appear innappropriately within input
30
+ - Fixed an issue causing caret navigation to appear innappropriately within input
20
31
21
32
## 7.22.1
22
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @astrouxds/angular" ,
3
- "version" : " 7.23 .0" ,
3
+ "version" : " 7.24 .0" ,
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.23 .0" ,
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.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 44237a22: Added minlength and maxlength to rux-input
8
+
3
9
## 0.3.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " astro-angular" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.4.0 " ,
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.22.2 " ,
31
- "@astrouxds/astro-web-components" : " ^7.23 .0" ,
30
+ "@astrouxds/angular" : " ^7.24.0 " ,
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.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 44237a22: Added minlength and maxlength to rux-input
8
+
3
9
## 0.3.1
4
10
5
11
### Patch 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.1 " ,
4
+ "version" : " 0.4.0 " ,
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.23 .0" ,
18
- "@astrouxds/react" : " ^7.22.2 " ,
17
+ "@astrouxds/astro-web-components" : " ^7.24 .0" ,
18
+ "@astrouxds/react" : " ^7.24.0 " ,
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.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 44237a22: Added minlength and maxlength to rux-input
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 44237a22]
12
+ - @astrouxds/astro-web-components @7.24.0
13
+
3
14
## 0.3.1
4
15
5
16
### Patch 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.1 " ,
4
+ "version" : " 0.4.0 " ,
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.23 .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.24.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 44237a22: Added minlength and maxlength to rux-input
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 44237a22]
12
+ - @astrouxds/astro-web-components @7.24.0
13
+
3
14
## 7.23.0
4
15
5
16
### Minor Changes
6
17
7
18
#### Tabs
8
19
9
- - Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the ` ruxselected ` event.
20
+ - Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the ` ruxselected ` event.
10
21
11
22
### Patch Changes
12
23
13
24
#### Button
14
25
15
- - Fixed button bug when clicking and dragging over an icon-only, borderless button
26
+ - Fixed button bug when clicking and dragging over an icon-only, borderless button
16
27
17
28
#### Input
18
29
19
- - Fixed an issue causing caret navigation to appear innappropriately within input
30
+ - Fixed an issue causing caret navigation to appear innappropriately within input
20
31
21
32
## 7.22.1
22
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @astrouxds/react" ,
3
3
"sideEffects" : false ,
4
- "version" : " 7.23 .0" ,
4
+ "version" : " 7.24 .0" ,
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.23 .0"
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
+ - 44237a22: Added minlength and maxlength to rux-input
8
+
3
9
## 7.23.0
4
10
5
11
### 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