Skip to content

Commit

Permalink
Merge branch 'main' into group-row-placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Mar 8, 2024
2 parents 62e20e0 + 7af218a commit 8b30ee9
Show file tree
Hide file tree
Showing 29 changed files with 963 additions and 139 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ Search open/closed issues before submitting. Someone may have requested the same

<!--- Provide a clear and concise description of the feature you're proposing. -->

<!--- The implementing team may build a list of tasks/sub-issues here:
<!--- The implementing team may build a list of tasks/sub-issues here: -->

## 📋 Tasks
- [ ] This is a subtask of the feature. (It can be converted to an issue.)

<!--
- [ ] This is a subtask of the feature.
-->
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 👈 Interaction Design Request
about: (PO ONLY) A small chunk of work to be done by an Interaction Designer
about: A small chunk of work to be done by an Interaction Designer
title: 'nimble-{name} interaction design request'
labels: 'interaction design,triage'
---
Expand All @@ -16,20 +16,19 @@ labels: 'interaction design,triage'

## 🎯 Core Requirements

<!-- Outline the essential requirements of the component. What does the user need to be able to do with the component? E.g. For a date picker
<!-- Outline the essential requirements of the component. What does the user need to be able to do with the component? E.g. For a date picker:
<!--
- User must to be able to specify a _specific date_ for use in filter query
- User should not be able to specify an invalid date
- User must be able to enter date with keyboard interaction alone
--->
-->

## 🍆 Non-requirements

<!-- What ideas are out of scope for this component? E.g. For a date picker
<!-- What ideas are out of scope for this component? E.g. For a date picker: -->
<!--
- User does not need to pick the date from a calendar widget
- … -->

-->

## 🥅 Acceptance Criteria

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: 💡 New Component
about: (DEV TEAM ONLY) New Nimble component
about: New Nimble component
title: 'nimble-{name} Component'
labels: 'new component,enhancement'
labels: 'new component,enhancement,triage'
---

# 💡 New Component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 🧹 Tech Debt
about: (DEV TEAM ONLY) Non-user-visible improvement to code or development process
about: Non-user-visible improvement to code or development process
title: ''
labels: 'tech debt,triage'
---
Expand Down
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/user_story.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 🎨 Visual Design Request
about: (DEV TEAM ONLY) A small chunk of work to be done by Visual Designer
about: A small chunk of work to be done by Visual Designer
title: 'nimble-{name} visual design request'
labels: 'visual design,triage'
---
Expand All @@ -16,20 +16,19 @@ labels: 'visual design,triage'

## 🎯 Core Requirements

<!-- Outline the essential requirements of the component visual design. What states, variations, or other constraints are required? E.g. For a date picker
<!-- Outline the essential requirements of the component visual design. What states, variations, or other constraints are required? E.g. For a date picker: -->
<!--
- Component needs block and outline appearances
- Component needs to fit in an editable table cell and in a details panel
- Reuse the existing calendar icon
--->
-->

## 🍆 Non-requirements

<!-- What ideas are out of scope for this component? E.g. For a date picker
<!-- What ideas are out of scope for this component? E.g. For a date picker: -->
<!--
- Component does not need a ghost appearance
- … -->

-->

## 🥅 Acceptance Criteria

Expand Down
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"groupName": "npm dependencies lock update only",
"matchManagers": ["npm"],
"rangeStrategy": "in-range-only",
"matchDepTypes": ["dependencies", "devDependencies"],
"matchDepTypes": ["dependencies", "devDependencies", "peerDependencies"],
"enabled": true
},
{
"groupName": "npm dependencies update to latest",
"matchManagers": ["npm"],
"rangeStrategy": "update-lockfile",
"matchDepTypes": ["dependencies", "devDependencies"],
"matchDepTypes": ["dependencies", "devDependencies", "peerDependencies"],
"excludePackagePatterns":[
"^@angular",
"@microsoft/fast-foundation",
Expand Down
15 changes: 15 additions & 0 deletions angular-workspace/projects/ni/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Thu, 07 Mar 2024 21:20:52 GMT",
"version": "20.2.20",
"tag": "@ni/nimble-angular_v20.2.20",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v21.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 06 Mar 2024 17:56:10 GMT",
"version": "20.2.19",
Expand Down
10 changes: 9 additions & 1 deletion angular-workspace/projects/ni/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-angular

This log was last generated on Wed, 06 Mar 2024 17:56:10 GMT and should not be manually modified.
This log was last generated on Thu, 07 Mar 2024 21:20:52 GMT and should not be manually modified.

<!-- Start content -->

## 20.2.20

Thu, 07 Mar 2024 21:20:52 GMT

### Patches

- Bump @ni/nimble-components to v21.10.0

## 20.2.19

Wed, 06 Mar 2024 17:56:10 GMT
Expand Down
4 changes: 2 additions & 2 deletions angular-workspace/projects/ni/nimble-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-angular",
"version": "20.2.19",
"version": "20.2.20",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "cd ../../../ && npm run build:library && cd dist/ni/nimble-angular && npm publish"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/router": "^15.2.10",
"@ni/nimble-components": "^21.9.1"
"@ni/nimble-components": "^21.10.0"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
71 changes: 64 additions & 7 deletions 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/nimble-blazor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-blazor",
"version": "14.3.17",
"version": "14.3.18",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
Expand Down
30 changes: 30 additions & 0 deletions packages/nimble-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@ni/nimble-components",
"entries": [
{
"date": "Thu, 07 Mar 2024 22:17:07 GMT",
"version": "21.10.0",
"tag": "@ni/nimble-components_v21.10.0",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "ece50add37226bd2c2c7d9df9283cdb1853941ce",
"comment": "Create HLD for placeholders in the table"
}
]
}
},
{
"date": "Thu, 07 Mar 2024 21:20:52 GMT",
"version": "21.10.0",
"tag": "@ni/nimble-components_v21.10.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "a9b5cede5ebbb79127bf36e91b31d17d4bf241b9",
"comment": "New Wafer Map Component API. Introduced `diesTable` and two rendering strategies switched by this input"
}
]
}
},
{
"date": "Wed, 06 Mar 2024 17:56:10 GMT",
"version": "21.9.1",
Expand Down
Loading

0 comments on commit 8b30ee9

Please sign in to comment.