зеркало из
1
0
Форкнуть 0
Граф коммитов

71 Коммитов

Автор SHA1 Сообщение Дата
Hawk Ticehurst 0d7a91e69e Regenerate API report 2021-05-12 14:14:11 -07:00
David Dossett 746d5ea995
Fix Typo In `components.md` (#82)
Minor typo: dropown --> dropdown
2021-05-05 13:21:50 -07:00
Hawk Ticehurst a51f5ff49d
Rename VS Code Select To VS Code Dropdown (#81)
Rename the VS Code Select component to VS Code Dropdown to better align with the naming conventions of VS Code.
2021-05-03 16:47:04 -07:00
Hawk Ticehurst fc9ed50a32
Update & Clean Up Toolkit Infrastructure (#78)
Update and clean up various aspects of the toolkit's infrastructure. Changes include:

**Package.json**
- Update `types` property to use `dist/dts/index.d.ts` instead of `dist/toolkit.d.ts`
- Uninstall a couple of unused npm packages
- Rename and remove a couple of npm scripts

**Rollup Config**
- Add rules to build a minified version of `toolkit.js`

**ESLint Config**
- Move `.eslintignore` rules into `.eslintrc` file

**API Extractor**
- Update API Extractor package to `v7.15.1`
- Disable API extractor doc model generation
- Remove style exports from every toolkit component

**TSConfig**
- Disable source map generation

**Storybook Config**
- Update Storybook packages to `v6.2.9`
- Silence a PostCSS deprecation warning
2021-05-03 11:56:35 -07:00
Hawk Ticehurst 24d80914da
Documentation Clean Up (#77)
Do a bit of documentation clean up by:

- Removing all references to overriding global styles
- Changing all instances of "VSCode" to "VS Code"
- Better adhering to TSDoc guidelines
2021-04-30 17:09:49 -07:00
Hawk Ticehurst 48c454956b
Update Theme Utilities (#75)
Resolves #73 

- Removes the need for the `setThemeEventListener` utility and puts all theming functionality into `applyTheme`.
- Also updated the Rollup build so `applyTheme` is built as a part of the toolkit instead of separately.
- Finally, updated the Getting Started Guide to reflect these changes.
2021-04-22 16:11:19 -07:00
Hawk Ticehurst 2a588701d0
Update Documentation Banner Image (#70)
Update the banner image used in `README.md` by replacing the VS Code illustrated logo with the real logo.
2021-04-20 11:58:45 -07:00
Hawk Ticehurst 119307269e
Fix incorrect indendation levels of code examples in the getting started guide (#68)
The title says it all.
2021-04-15 16:49:09 -07:00
Hawk Ticehurst d163cc39b9
Update Documentation (#67)
Update the documentation to reflect the new theme utility changes that were made in the last PR.
2021-04-14 17:01:46 -07:00
Hawk Ticehurst 7b5878ec66
Update Documentation (#65)
Do an initial first pass of the toolkit documentation. This includes:

- Updating the primary README
- Create a Getting Started Guide
- Create a Component List Doc
- Create the boilerplate for a sample extension directory
- Add various image assets to support the documentation
2021-04-14 16:11:44 -07:00
Hawk Ticehurst 0fddfbe6c1
Update Extension Utilities (#56)
Update the VSCode extension utility functions to correctly apply VSCode themes to all of the components.

Also, add some new design tokens and clean up the Badge Storybook stories.
2021-04-05 11:49:02 -07:00
Hawk Ticehurst 6839fd21c3
Update FAST Foundation & TypeScript Packages (#44)
Update fast-foundation to v1.16.1 and typescript to v4.2.3
2021-03-23 11:58:01 -07:00
Hawk Ticehurst dc3f69dc04
Update Rollup Config (#42)
Add a Rollup plugin that deletes the contents of the dist folder before each build.
2021-03-22 14:48:48 -07:00
Hawk Ticehurst cdcebf8926
Implement Basic VSCode Text Area Component (#31)
Implement the basic styles and stories for the VSCode Text Area component.
2021-03-17 10:47:57 -07:00
Hawk Ticehurst 794ca8829b
Implement Basic VSCode Badge Component (#30)
Implement the basic styles and stories for the VSCode Badge component.
2021-03-16 14:45:56 -07:00
Hawk Ticehurst 0716f0e028
Implement Basic VSCode Data Grid Component (#27)
Implement the basic styles and stories for the VSCode Data Grid component.
2021-03-16 11:46:22 -07:00
Hawk Ticehurst 9287ea5546 Regenerate API report with new component documentation 2021-03-12 19:15:55 -08:00
Hawk Ticehurst 471db87e5e
Fix Rollup Config (#19)
Fix Rollup config so that the @microsoft/fast-element and @microsoft/fast-foundation packages are correctly bundled and prepped to be published as part of the NPM package.
2021-03-10 15:39:06 -08:00
Hawk Ticehurst b655c7b2dc
Update Build Config To Export FAST Packages With Library (#18)
Update the build config to export fast-element and fast-foundation dependencies along with the rest of the library, which will allow the library to work when installed as an NPM package.
2021-03-08 17:04:21 -08:00
Hawk Ticehurst e43e1cec4b
Rollup Conversion (#17)
Set up configurations to use Rollup as the project bundler and remove Webpack configs.
2021-03-08 16:23:14 -08:00
Hawk Ticehurst 25c2f89fe2
Configure Project (#2)
- Basic package.json meta data
- Installed FAST dependencies and scaffolded out some initial boilerplate
- Installed/configured typescript
- Installed/configured storybook and associated npm start script
- Installed/configured prettier and associated npm prettier script
- Installed/configured eslint and associated npm lint scripts
- Installed/configured jest and associated npm test scripts
- Installed/configured webpack and associated npm build script
- Configured Azure pipeline
2021-02-25 14:59:01 -08:00