This repository was archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
feat: update vscode UI toolkit to fast v2 #273
Merged
hawkticehurst
merged 17 commits into
microsoft:main
from
chrisdholt:users/chhol/update-vscode-ui-toolkit-to-fast-v2
Oct 22, 2021
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
272e783
update to fast-foundation v2 APIs, create vscode-design-system, updat…
chrisdholt f5be6f9
fix docs and ensure name is baseName in registration
chrisdholt 7d74db8
add explict class to register from for components directly inheriting…
chrisdholt b00dddc
add default slotted content
chrisdholt f8668ec
pretty && resolve eslint version and fix eslint errors
chrisdholt 72dc8cb
turn off strict fn types
chrisdholt 0acd4b9
type cast any to pass build error
chrisdholt 035eab7
api-report
chrisdholt bd5eabc
update base class to not include namespace, update class usage
chrisdholt 05956b5
update style function syntax to be camelCase
chrisdholt fa712fa
ensure all style functions have implicit typings
chrisdholt 9ad01ce
update type exports and api-report
chrisdholt df9b713
update dropdown option to option
chrisdholt e1424f6
fix data grid render issue due to base class registration and type er…
chrisdholt 95a74c0
fix rollup regex for HTML templates
chrisdholt 1667d08
remove lodash as a dependency
chrisdholt d7fb46a
remove outdated comments
chrisdholt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # don't ever lint node_modules | ||
| node_modules | ||
| # don't lint distribute package output | ||
| dist | ||
| # don't lint build folder output | ||
| build | ||
| # don't lint coverage output | ||
| coverage | ||
| # don't lint storybook files | ||
| .storybook/ | ||
| # don't lint stories | ||
| *.stories.* |
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.