-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into tooltip-implementation
- Loading branch information
Showing
21 changed files
with
545 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
angular-workspace/projects/ni/nimble-angular/CHANGELOG.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,66 @@ | ||
{ | ||
"name": "@ni/nimble-angular", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 16 Jun 2022 18:11:31 GMT", | ||
"tag": "@ni/nimble-angular_v7.1.1", | ||
"version": "7.1.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "beachball", | ||
"package": "@ni/nimble-angular", | ||
"comment": "Bump @ni/nimble-components to v11.0.4", | ||
"commit": "74a9b600ec41d4a0372dfe863f0ee5705c65aafb" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 16 Jun 2022 17:21:19 GMT", | ||
"tag": "@ni/nimble-angular_v7.1.0", | ||
"version": "7.1.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/nimble-angular", | ||
"commit": "99097d94dd325e49c9a2e1886c80577c98fa7a63", | ||
"comment": "Export IconStatus enum from nimble-angular" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 15 Jun 2022 19:12:55 GMT", | ||
"tag": "@ni/nimble-angular_v7.0.3", | ||
"version": "7.0.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "beachball", | ||
"package": "@ni/nimble-angular", | ||
"comment": "Bump @ni/nimble-components to v11.0.3", | ||
"commit": "3a3780e4676fd32ff9d89c0ed7c455c1ce0f6f81" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 13 Jun 2022 22:34:57 GMT", | ||
"tag": "@ni/nimble-angular_v7.0.2", | ||
"version": "7.0.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "beachball", | ||
"package": "@ni/nimble-angular", | ||
"comment": "Bump @ni/nimble-components to v11.0.2", | ||
"commit": "c930471568477d0b665ce9039cd13a73511b5c8e" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 07 Jun 2022 15:43:41 GMT", | ||
"tag": "@ni/nimble-angular_v7.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "@ni/beachball-lock-update", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 16 Jun 2022 21:43:10 GMT", | ||
"tag": "@ni/beachball-lock-update_v1.0.2", | ||
"version": "1.0.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/beachball-lock-update", | ||
"commit": "0eb32ef4bb6f1cd2b0d832e85cea9b1a9ca15879", | ||
"comment": "Bump peerDependency version on beachball to uptake security fix" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 12 Jan 2022 18:12:32 GMT", | ||
"tag": "@ni/beachball-lock-update_v1.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,81 @@ | ||
{ | ||
"name": "@ni/nimble-components", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 16 Jun 2022 19:45:58 GMT", | ||
"tag": "@ni/nimble-components_v11.0.4", | ||
"version": "11.0.4", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/nimble-components", | ||
"commit": "4632d79046e86a9efec1a938dab44284ac1de51f", | ||
"comment": "tooltip spec (#309)" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 16 Jun 2022 18:11:31 GMT", | ||
"tag": "@ni/nimble-components_v11.0.4", | ||
"version": "11.0.4", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/nimble-components", | ||
"commit": "74a9b600ec41d4a0372dfe863f0ee5705c65aafb", | ||
"comment": "Fix bug where menu-button could accidentally hide the button's content" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 15 Jun 2022 19:12:55 GMT", | ||
"tag": "@ni/nimble-components_v11.0.3", | ||
"version": "11.0.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/nimble-components", | ||
"commit": "3a3780e4676fd32ff9d89c0ed7c455c1ce0f6f81", | ||
"comment": "Keyboard focus styling for select" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 13 Jun 2022 22:34:57 GMT", | ||
"tag": "@ni/nimble-components_v11.0.2", | ||
"version": "11.0.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/nimble-components", | ||
"commit": "c930471568477d0b665ce9039cd13a73511b5c8e", | ||
"comment": "Text/Number fields hover indicator grows from middle" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 08 Jun 2022 18:11:53 GMT", | ||
"tag": "@ni/nimble-components_v11.0.1", | ||
"version": "11.0.1", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@ni/nimble-components", | ||
"commit": "d928589a70a2c14d2845ac81863c6f6f56eade1c", | ||
"comment": "Change test to use IntersectionObserver" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 07 Jun 2022 15:43:41 GMT", | ||
"tag": "@ni/nimble-components_v11.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.