Skip to content

Commit

Permalink
Merge branch 'main' into error-text-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Nov 6, 2024
2 parents ed6b883 + 7a0ba9a commit 9a83dfb
Show file tree
Hide file tree
Showing 158 changed files with 4,585 additions and 2,185 deletions.
1 change: 0 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"matchManagers": ["nuget"],
"excludePackagePatterns":[
"Apache.Arrow",
"NI.CSharp.Analyzers",
"Microsoft.Playwright"
],
"enabled": true
Expand Down
30 changes: 30 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,21 @@
},
"problemMatcher": "$msCompile"
},
{
"label": "blazor-hybrid-example:build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/packages/blazor-workspace/Examples/Demo.Hybrid/Demo.Hybrid.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"options": {
"cwd": "${workspaceFolder}/packages/blazor-workspace/Examples/Demo.Hybrid/"
},
"problemMatcher": "$msCompile"
},
{
"label": "blazor-server-example:watch",
"command": "dotnet",
Expand Down Expand Up @@ -141,5 +156,20 @@
},
"problemMatcher": "$msCompile"
},
{
"label": "blazor-hybrid-example:watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"--project",
"${workspaceFolder}/packages/blazor-workspace/Examples/Demo.Hybrid/Demo.Hybrid.csproj"
],
"options": {
"cwd": "${workspaceFolder}/packages/blazor-workspace/Examples/Demo.Hybrid/"
},
"problemMatcher": "$msCompile"
},
]
}
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ To submit changes to Nimble, the first step is to build the monorepo which requi
- Sync down a copy of the nimble repository
- Note: For one-off small contributions you can consider using a fork-pull workflow. However [fork-pull workflows are not yet supported](https://github.com/ni/nimble/issues/634) for substantial development. For substantial development you should be added as a Contributor to the repository. See the [`README.md` Community section](/README.md#community) to get in touch if you need Contributor permissions.
- Install Node.js version 22+ (run `node --version`) and npm version 10+ (run `npm --version`) which can be downloaded from https://nodejs.org/en/download/
- Install .NET 6 SDK (`6.0.418 <= version < 7`) which can be downloaded from https://dotnet.microsoft.com/en-us/download
- Run `dotnet --info` to verify the required version of the SDK is installed. A `v6` install is required, but it's fine if later versions are installed too.
- Install .NET 8 SDK (`8.0.403` or higher) which can be downloaded from https://dotnet.microsoft.com/en-us/download
- Run `dotnet --info` to verify the required version of the SDK is installed. A `v8` install is required, but it's fine if later versions are installed too.

From the `nimble` directory:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The NI Nimble Design System: Styled UI components for NI applications.
[![example blazor app](https://img.shields.io/badge/example%20blazor%20application-572b8a.svg?logo=blazor)](https://ni.github.io/nimble/storybook/blazor-client-app/wwwroot)
[![component status page](https://img.shields.io/badge/✔-component%20status%20table-074023.svg)](https://nimble.ni.dev/storybook/?path=/docs/component-status--docs)

If you are at NI, lucky you! **Reach out to ask questions** via Microsoft Teams on the Design System [`General` channel](https://teams.microsoft.com/l/team/19%3awo8vmMKMsHfltKXxc0bczZo-X4JlQSV5VxpaRJdh13k1%40thread.tacv2/conversations?groupId=9ee065d7-3898-4245-82f6-76e86084b8b1&tenantId=87ba1f9a-44cd-43a6-b008-6fdb45a5204e) or via NI Stack Overflow with the [`nimble` tag](https://ni.stackenterprise.co/questions/tagged/813).
If you are at NI, lucky you! **Reach out to ask questions** via Microsoft Teams on the Design System [`General` channel](https://teams.microsoft.com/l/channel/19%3ACb5zEPCpdADS7kC0XTWXJGwZCq0qHVxnjkiPEWeEz7k1%40thread.tacv2/General?groupId=180bf0c7-4ff2-405e-8330-fdbe8ab6eb52&tenantId=eb06985d-06ca-4a17-81da-629ab99f6505) or via NI Stack Overflow with the [`nimble` tag](https://ni.stackenterprise.co/questions/tagged/813).

If you are outside NI, we want to hear from you too! See how to reach out in the [**Community**](#community) section below.

Expand Down Expand Up @@ -62,7 +62,7 @@ The above packages follow [Semantic Versioning](https://semver.org). Consult the

We welcome feedback and contributions!

The fastest way to ask questions is to [join the discussion on Teams](https://teams.microsoft.com/l/team/19%3awo8vmMKMsHfltKXxc0bczZo-X4JlQSV5VxpaRJdh13k1%40thread.tacv2/conversations?groupId=9ee065d7-3898-4245-82f6-76e86084b8b1&tenantId=87ba1f9a-44cd-43a6-b008-6fdb45a5204e) or the [NI Stack Overflow](https://ni.stackenterprise.co/questions/tagged/813) (accessible to NI employees only). You can also start a discussion on GitHub by filing an issue using the [**🎙 Discussion**](https://github.com/ni/nimble/issues/new/choose) template.
The fastest way to ask questions is to [join the discussion on Teams](https://teams.microsoft.com/l/channel/19%3ACb5zEPCpdADS7kC0XTWXJGwZCq0qHVxnjkiPEWeEz7k1%40thread.tacv2/General?groupId=180bf0c7-4ff2-405e-8330-fdbe8ab6eb52&tenantId=eb06985d-06ca-4a17-81da-629ab99f6505) or the [NI Stack Overflow](https://ni.stackenterprise.co/questions/tagged/813) (accessible to NI employees only). You can also start a discussion on GitHub by filing an issue using the [**🎙 Discussion**](https://github.com/ni/nimble/issues/new/choose) template.

### Requesting New Components and Features

Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

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

105 changes: 105 additions & 0 deletions packages/angular-workspace/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,111 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Tue, 05 Nov 2024 20:44:52 GMT",
"version": "28.4.5",
"tag": "@ni/nimble-angular_v28.4.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.6.1",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 29 Oct 2024 18:50:54 GMT",
"version": "28.4.4",
"tag": "@ni/nimble-angular_v28.4.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.6.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 29 Oct 2024 16:39:58 GMT",
"version": "28.4.3",
"tag": "@ni/nimble-angular_v28.4.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.5.3",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 28 Oct 2024 21:38:16 GMT",
"version": "28.4.2",
"tag": "@ni/nimble-angular_v28.4.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.5.2",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 24 Oct 2024 20:52:01 GMT",
"version": "28.4.1",
"tag": "@ni/nimble-angular_v28.4.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.5.1",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 24 Oct 2024 12:36:19 GMT",
"version": "28.4.0",
"tag": "@ni/nimble-angular_v28.4.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@ni/nimble-angular",
"commit": "868a8a67780160f0a224fbc62a27511ed97db2df",
"comment": "Angular and Blazor label provider changes for scrollable tabs."
}
]
}
},
{
"date": "Wed, 23 Oct 2024 19:20:53 GMT",
"version": "28.3.4",
"tag": "@ni/nimble-angular_v28.3.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.5.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 23 Oct 2024 13:33:55 GMT",
"version": "28.3.3",
Expand Down
Loading

0 comments on commit 9a83dfb

Please sign in to comment.