From 51b89a2cd29743331d96aaf0268abdb84fe96a79 Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Fri, 29 Jan 2021 16:43:39 -0800 Subject: [PATCH] Publish - @microsoft/fast-figma-plugin-msft@0.8.9 - @microsoft/fast-tooling-react@2.5.3 - @microsoft/fast-tooling@0.15.0 - @microsoft/fast-web-utilities@4.7.1 - @microsoft/fast-components@1.15.0 - @microsoft/fast-element@0.22.0 - @microsoft/fast-foundation@1.12.0 - @microsoft/fast-color-explorer@1.6.12 - @microsoft/fast-component-explorer@0.16.0 - @microsoft/fast-creator@0.5.0 - @microsoft/fast-tooling-examples@0.4.12 - @microsoft/fast-website@1.3.9 - @microsoft/site-utilities@0.7.0 - fast-site@0.5.0 --- .../fast-figma-plugin-msft/CHANGELOG.md | 8 ++++++ .../fast-figma-plugin-msft/package.json | 6 ++-- .../tooling/fast-tooling-react/CHANGELOG.md | 8 ++++++ .../tooling/fast-tooling-react/package.json | 6 ++-- packages/tooling/fast-tooling/CHANGELOG.md | 18 ++++++++++++ packages/tooling/fast-tooling/package.json | 4 +-- .../utilities/fast-web-utilities/CHANGELOG.md | 11 ++++++++ .../utilities/fast-web-utilities/package.json | 2 +- .../fast-components/CHANGELOG.md | 28 +++++++++++++++++++ .../fast-components/package.json | 10 +++---- .../web-components/fast-element/CHANGELOG.md | 17 +++++++++++ .../web-components/fast-element/package.json | 2 +- .../fast-foundation/CHANGELOG.md | 26 +++++++++++++++++ .../fast-foundation/package.json | 6 ++-- sites/fast-color-explorer/CHANGELOG.md | 8 ++++++ sites/fast-color-explorer/package.json | 6 ++-- sites/fast-component-explorer/CHANGELOG.md | 19 +++++++++++++ sites/fast-component-explorer/package.json | 10 +++---- sites/fast-creator/CHANGELOG.md | 11 ++++++++ sites/fast-creator/package.json | 10 +++---- sites/fast-tooling-examples/CHANGELOG.md | 8 ++++++ sites/fast-tooling-examples/package.json | 10 +++---- sites/fast-website/CHANGELOG.md | 8 ++++++ sites/fast-website/package.json | 12 ++++---- sites/site-utilities/CHANGELOG.md | 19 +++++++++++++ sites/site-utilities/package.json | 10 +++---- sites/website/CHANGELOG.md | 18 ++++++++++++ sites/website/package.json | 2 +- 28 files changed, 255 insertions(+), 48 deletions(-) diff --git a/packages/tooling/fast-figma-plugin-msft/CHANGELOG.md b/packages/tooling/fast-figma-plugin-msft/CHANGELOG.md index 9cf073d44eb..2bcddc675cd 100644 --- a/packages/tooling/fast-figma-plugin-msft/CHANGELOG.md +++ b/packages/tooling/fast-figma-plugin-msft/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.9](https://github.com/Microsoft/fast/compare/@microsoft/fast-figma-plugin-msft@0.8.8...@microsoft/fast-figma-plugin-msft@0.8.9) (2021-01-30) + +**Note:** Version bump only for package @microsoft/fast-figma-plugin-msft + + + + + ## [0.8.8](https://github.com/Microsoft/fast/compare/@microsoft/fast-figma-plugin-msft@0.8.7...@microsoft/fast-figma-plugin-msft@0.8.8) (2020-12-17) **Note:** Version bump only for package @microsoft/fast-figma-plugin-msft diff --git a/packages/tooling/fast-figma-plugin-msft/package.json b/packages/tooling/fast-figma-plugin-msft/package.json index 15e9057283c..006cf246e9e 100644 --- a/packages/tooling/fast-figma-plugin-msft/package.json +++ b/packages/tooling/fast-figma-plugin-msft/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-figma-plugin-msft", - "version": "0.8.8", + "version": "0.8.9", "description": "A Figma plugin for designing MSFT experiences", "sideEffects": false, "private": true, @@ -29,10 +29,10 @@ "@babel/core": "^7.7.7", "@babel/preset-env": "^7.7.7", "@microsoft/fast-colors": "^5.1.0", - "@microsoft/fast-components": "^1.14.1", + "@microsoft/fast-components": "^1.15.0", "@microsoft/fast-components-react-msft": "^4.32.0", "@microsoft/fast-components-styles-msft": "^4.29.0", - "@microsoft/fast-element": "^0.21.1", + "@microsoft/fast-element": "^0.22.0", "@types/figma": "^1.0.2", "@types/node": "^10.12.12", "@types/react": "^16.9.17", diff --git a/packages/tooling/fast-tooling-react/CHANGELOG.md b/packages/tooling/fast-tooling-react/CHANGELOG.md index fe25cafd18d..6a821e8382c 100644 --- a/packages/tooling/fast-tooling-react/CHANGELOG.md +++ b/packages/tooling/fast-tooling-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.3](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-react@2.5.2...@microsoft/fast-tooling-react@2.5.3) (2021-01-30) + +**Note:** Version bump only for package @microsoft/fast-tooling-react + + + + + ## [2.5.2](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-react@2.5.1...@microsoft/fast-tooling-react@2.5.2) (2020-12-16) **Note:** Version bump only for package @microsoft/fast-tooling-react diff --git a/packages/tooling/fast-tooling-react/package.json b/packages/tooling/fast-tooling-react/package.json index 12d8f391f00..3da01d5f192 100644 --- a/packages/tooling/fast-tooling-react/package.json +++ b/packages/tooling/fast-tooling-react/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-tooling-react", "description": "A React-specific set of components and utilities to assist in creating web UI", "sideEffects": false, - "version": "2.5.2", + "version": "2.5.3", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -116,8 +116,8 @@ "@microsoft/fast-components-foundation-react": "^3.2.0", "@microsoft/fast-jss-manager-react": "^4.8.0", "@microsoft/fast-jss-utilities": "^4.8.0", - "@microsoft/fast-tooling": "^0.14.0", - "@microsoft/fast-web-utilities": "^4.7.0", + "@microsoft/fast-tooling": "^0.15.0", + "@microsoft/fast-web-utilities": "^4.7.1", "exenv-es6": "^1.0.0", "raf-throttle": "^2.0.3", "react-dnd": "^9.0.0" diff --git a/packages/tooling/fast-tooling/CHANGELOG.md b/packages/tooling/fast-tooling/CHANGELOG.md index fed821da782..3bb318d0a53 100644 --- a/packages/tooling/fast-tooling/CHANGELOG.md +++ b/packages/tooling/fast-tooling/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.15.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling@0.14.0...@microsoft/fast-tooling@0.15.0) (2021-01-30) + + +### Bug Fixes + +* include numerals, parenthesis and capital letters from MDN data conversion combinator RegEx ([#4195](https://github.com/Microsoft/fast/issues/4195)) ([e9308a2](https://github.com/Microsoft/fast/commit/e9308a22cb78de095d8e704065c87ce34e0a037f)) +* resolve nesting issues in converted MDN data ([#4203](https://github.com/Microsoft/fast/issues/4203)) ([2aecf3c](https://github.com/Microsoft/fast/commit/2aecf3c4507dc1b03d6e9f26bdb3b2d195a56b9f)) +* update nesting to be interpreted by manual parsing instead of RegEx ([#4253](https://github.com/Microsoft/fast/issues/4253)) ([f32e34a](https://github.com/Microsoft/fast/commit/f32e34aa699dd550cd79361b99437dbf9c810044)) + + +### Features + +* separate out cjs modules from ejs so that utilities may be used in a node environment ([#4277](https://github.com/Microsoft/fast/issues/4277)) ([adffd1e](https://github.com/Microsoft/fast/commit/adffd1e4b275648019a98e14555bbce535053d1e)) + + + + + # [0.14.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling@0.13.0...@microsoft/fast-tooling@0.14.0) (2020-12-16) diff --git a/packages/tooling/fast-tooling/package.json b/packages/tooling/fast-tooling/package.json index 1b69301ada3..affddabe660 100644 --- a/packages/tooling/fast-tooling/package.json +++ b/packages/tooling/fast-tooling/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-tooling", "description": "A set of utilities to assist in creating web UI", "sideEffects": false, - "version": "0.14.0", + "version": "0.15.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -105,7 +105,7 @@ "lodash-es": "^4.0.0" }, "dependencies": { - "@microsoft/fast-web-utilities": "^4.7.0", + "@microsoft/fast-web-utilities": "^4.7.1", "vscode-html-languageservice": "^3.1.3" } } diff --git a/packages/utilities/fast-web-utilities/CHANGELOG.md b/packages/utilities/fast-web-utilities/CHANGELOG.md index 5c9c4ac2489..162afabb7d7 100644 --- a/packages/utilities/fast-web-utilities/CHANGELOG.md +++ b/packages/utilities/fast-web-utilities/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-web-utilities@4.7.0...@microsoft/fast-web-utilities@4.7.1) (2021-01-30) + + +### Bug Fixes + +* allow nonce usage in canUseFocusVisible ([#4243](https://github.com/Microsoft/fast/issues/4243)) ([6e8b917](https://github.com/Microsoft/fast/commit/6e8b917dcbff8c5c0452e2dccc92020070ae3e3c)) + + + + + # [4.7.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-web-utilities@4.6.1...@microsoft/fast-web-utilities@4.7.0) (2020-12-16) diff --git a/packages/utilities/fast-web-utilities/package.json b/packages/utilities/fast-web-utilities/package.json index 512173394aa..68b58d92041 100644 --- a/packages/utilities/fast-web-utilities/package.json +++ b/packages/utilities/fast-web-utilities/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-web-utilities", "description": "FAST web utilities", - "version": "4.7.0", + "version": "4.7.1", "sideEffects": false, "author": { "name": "Microsoft", diff --git a/packages/web-components/fast-components/CHANGELOG.md b/packages/web-components/fast-components/CHANGELOG.md index c21eea1a1dc..2510f1bceb1 100644 --- a/packages/web-components/fast-components/CHANGELOG.md +++ b/packages/web-components/fast-components/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.15.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-components@1.14.1...@microsoft/fast-components@1.15.0) (2021-01-30) + + +### Bug Fixes + +* `UnhandledPromiseRejectionWarning`s when building fast-components ([#4218](https://github.com/Microsoft/fast/issues/4218)) ([48d52f4](https://github.com/Microsoft/fast/commit/48d52f43d8aa9938139f4dc0a2318fe400050216)) +* add forced-colors to skeleton component for high contrast ([#4234](https://github.com/Microsoft/fast/issues/4234)) ([492009c](https://github.com/Microsoft/fast/commit/492009c00fdc760af4d70b30ed98c1a67564c113)) +* address broken high contrast colors on listbox and select components ([#4233](https://github.com/Microsoft/fast/issues/4233)) ([9ac38ee](https://github.com/Microsoft/fast/commit/9ac38eef8489e35280947147576c491e98d33662)) +* adjust focus bottom border offset when it's width is increased ([#4241](https://github.com/Microsoft/fast/issues/4241)) ([04926b7](https://github.com/Microsoft/fast/commit/04926b71451a331014439eabf082bfa2d1f07e7f)) +* badge style var typo ([#4240](https://github.com/Microsoft/fast/issues/4240)) ([2b489db](https://github.com/Microsoft/fast/commit/2b489db76f25bb92203b26cd7e6133b3247ea166)) +* change accordion item region to display block ([#4255](https://github.com/Microsoft/fast/issues/4255)) ([e3e28e9](https://github.com/Microsoft/fast/commit/e3e28e96a516dbc0d3cbf2fc9670705b03b91e55)) +* expand collapse tree view svg ([#4225](https://github.com/Microsoft/fast/issues/4225)) ([c6d6259](https://github.com/Microsoft/fast/commit/c6d62597a89b7329b83f01520eebd811608c37d3)) +* slider disabled and readonly cursor styles ([#4224](https://github.com/Microsoft/fast/issues/4224)) ([554760e](https://github.com/Microsoft/fast/commit/554760e77abf1a7ed758981430c27d29fa222c36)) +* tooltips are incorrectly positioned when parent is a flex container ([#4256](https://github.com/Microsoft/fast/issues/4256)) ([bc47c02](https://github.com/Microsoft/fast/commit/bc47c02a44b7b274f458322b65ce7b4555de49e3)) + + +### Features + +* add disclosure component ([#3921](https://github.com/Microsoft/fast/issues/3921)) ([dec77c9](https://github.com/Microsoft/fast/commit/dec77c99742e5aaddc5a2f3da2e340efc56ef00a)) +* add fast-number-field component for data applications ([#4204](https://github.com/Microsoft/fast/issues/4204)) ([7196215](https://github.com/Microsoft/fast/commit/7196215344e0f6141dbc7dff69fc4c0bde8b586a)) +* add radio group functionality to menu items ([#4208](https://github.com/Microsoft/fast/issues/4208)) ([89a3930](https://github.com/Microsoft/fast/commit/89a3930be83434b9039d25f82ae0c251e2d03956)) +* add select spec ([#4194](https://github.com/Microsoft/fast/issues/4194)) ([7af127a](https://github.com/Microsoft/fast/commit/7af127aa1e41d4a379cc8b5ce15798d9423b3726)) +* separate out cjs modules from ejs so that utilities may be used in a node environment ([#4277](https://github.com/Microsoft/fast/issues/4277)) ([adffd1e](https://github.com/Microsoft/fast/commit/adffd1e4b275648019a98e14555bbce535053d1e)) + + + + + ## [1.14.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-components@1.14.0...@microsoft/fast-components@1.14.1) (2020-12-17) **Note:** Version bump only for package @microsoft/fast-components diff --git a/packages/web-components/fast-components/package.json b/packages/web-components/fast-components/package.json index e536ec73e0b..8bf1da7cbac 100644 --- a/packages/web-components/fast-components/package.json +++ b/packages/web-components/fast-components/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-components", "description": "A library of Web Components", "sideEffects": false, - "version": "1.14.1", + "version": "1.15.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -53,7 +53,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.7.13", - "@microsoft/fast-tooling": "^0.14.0", + "@microsoft/fast-tooling": "^0.15.0", "@storybook/addons": "^5.1.3", "@storybook/cli": "^5.1.3", "@storybook/html": "^5.1.3", @@ -102,9 +102,9 @@ }, "dependencies": { "@microsoft/fast-colors": "^5.1.0", - "@microsoft/fast-element": "^0.21.1", - "@microsoft/fast-foundation": "^1.11.1", - "@microsoft/fast-web-utilities": "^4.7.0", + "@microsoft/fast-element": "^0.22.0", + "@microsoft/fast-foundation": "^1.12.0", + "@microsoft/fast-web-utilities": "^4.7.1", "tslib": "^1.13.0" }, "peerDependencies": { diff --git a/packages/web-components/fast-element/CHANGELOG.md b/packages/web-components/fast-element/CHANGELOG.md index 761b82c7dd0..ac0f4994dab 100644 --- a/packages/web-components/fast-element/CHANGELOG.md +++ b/packages/web-components/fast-element/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.22.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.21.1...@microsoft/fast-element@0.22.0) (2021-01-30) + + +### Bug Fixes + +* increase sophistication of behavior binding and unbinding ([#4288](https://github.com/Microsoft/fast/issues/4288)) ([9c24ee6](https://github.com/Microsoft/fast/commit/9c24ee6f865673cfa8f32ae5141f139484d79f73)) +* **repeat:** observe arrays after unbound then rebound ([#4211](https://github.com/Microsoft/fast/issues/4211)) ([cec8e69](https://github.com/Microsoft/fast/commit/cec8e69d3b72b672605bf3f77a702ca0d6ba1a5b)) + + +### Features + +* add support for attachment test to ElementStyles ([#4289](https://github.com/Microsoft/fast/issues/4289)) ([df6f765](https://github.com/Microsoft/fast/commit/df6f7652083ea71e3419976281ee393744606018)) + + + + + ## [0.21.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.21.0...@microsoft/fast-element@0.21.1) (2020-12-16) **Note:** Version bump only for package @microsoft/fast-element diff --git a/packages/web-components/fast-element/package.json b/packages/web-components/fast-element/package.json index 98d62719e5b..e46c8c88862 100644 --- a/packages/web-components/fast-element/package.json +++ b/packages/web-components/fast-element/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-element", "description": "A library for constructing Web Components", "sideEffects": false, - "version": "0.21.1", + "version": "0.22.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" diff --git a/packages/web-components/fast-foundation/CHANGELOG.md b/packages/web-components/fast-foundation/CHANGELOG.md index f8a36b03354..1da844663ac 100644 --- a/packages/web-components/fast-foundation/CHANGELOG.md +++ b/packages/web-components/fast-foundation/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-foundation@1.11.1...@microsoft/fast-foundation@1.12.0) (2021-01-30) + + +### Bug Fixes + +* `UnhandledPromiseRejectionWarning`s when building fast-components ([#4218](https://github.com/Microsoft/fast/issues/4218)) ([48d52f4](https://github.com/Microsoft/fast/commit/48d52f43d8aa9938139f4dc0a2318fe400050216)) +* add class content to fix missing underline on button component ([#4226](https://github.com/Microsoft/fast/issues/4226)) ([bb9caaf](https://github.com/Microsoft/fast/commit/bb9caafd0edcbb0da46d74035fff246d36661f56)), closes [#4201](https://github.com/Microsoft/fast/issues/4201) [#16271](https://github.com/Microsoft/fast/issues/16271) +* add whitespace filter to text-field template to correctly hide label div with start and end content ([#4245](https://github.com/Microsoft/fast/issues/4245)) ([70ce353](https://github.com/Microsoft/fast/commit/70ce3537c3d29789b5030abe4ea6c58b098f69b5)) +* display active indicator when tab is disabled ([#4207](https://github.com/Microsoft/fast/issues/4207)) ([ca0efbb](https://github.com/Microsoft/fast/commit/ca0efbb2968b0f9b017f3b28ab5c1bb688fafd47)) +* expand collapse tree view svg ([#4225](https://github.com/Microsoft/fast/issues/4225)) ([c6d6259](https://github.com/Microsoft/fast/commit/c6d62597a89b7329b83f01520eebd811608c37d3)) +* tooltips are incorrectly positioned when parent is a flex container ([#4256](https://github.com/Microsoft/fast/issues/4256)) ([bc47c02](https://github.com/Microsoft/fast/commit/bc47c02a44b7b274f458322b65ce7b4555de49e3)) + + +### Features + +* add disclosure component ([#3921](https://github.com/Microsoft/fast/issues/3921)) ([dec77c9](https://github.com/Microsoft/fast/commit/dec77c99742e5aaddc5a2f3da2e340efc56ef00a)) +* add fast-number-field component for data applications ([#4204](https://github.com/Microsoft/fast/issues/4204)) ([7196215](https://github.com/Microsoft/fast/commit/7196215344e0f6141dbc7dff69fc4c0bde8b586a)) +* add getPosition service for anchored region ([#4210](https://github.com/Microsoft/fast/issues/4210)) ([94d5ffa](https://github.com/Microsoft/fast/commit/94d5ffa2235e2d681e03e32442346018a81c693f)) +* add radio group functionality to menu items ([#4208](https://github.com/Microsoft/fast/issues/4208)) ([89a3930](https://github.com/Microsoft/fast/commit/89a3930be83434b9039d25f82ae0c251e2d03956)) +* add select spec ([#4194](https://github.com/Microsoft/fast/issues/4194)) ([7af127a](https://github.com/Microsoft/fast/commit/7af127aa1e41d4a379cc8b5ce15798d9423b3726)) +* Create a behavior for attaching component styles based on an appearance ([#4238](https://github.com/Microsoft/fast/issues/4238)) ([7b498ce](https://github.com/Microsoft/fast/commit/7b498ce3101d90dee2558433fa0abadca5149d36)) + + + + + ## [1.11.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-foundation@1.11.0...@microsoft/fast-foundation@1.11.1) (2020-12-17) diff --git a/packages/web-components/fast-foundation/package.json b/packages/web-components/fast-foundation/package.json index 932588110ae..83b2f7f3975 100644 --- a/packages/web-components/fast-foundation/package.json +++ b/packages/web-components/fast-foundation/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-foundation", "description": "A library of Web Component building blocks", "sideEffects": false, - "version": "1.11.1", + "version": "1.12.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -89,8 +89,8 @@ "webpack": "^4.44.0" }, "dependencies": { - "@microsoft/fast-element": "^0.21.1", - "@microsoft/fast-web-utilities": "^4.7.0", + "@microsoft/fast-element": "^0.22.0", + "@microsoft/fast-web-utilities": "^4.7.1", "@microsoft/tsdoc-config": "^0.13.4", "tabbable": "^4.0.0", "tslib": "^1.13.0" diff --git a/sites/fast-color-explorer/CHANGELOG.md b/sites/fast-color-explorer/CHANGELOG.md index c81f454b8b9..f38db73dd68 100644 --- a/sites/fast-color-explorer/CHANGELOG.md +++ b/sites/fast-color-explorer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.12](https://github.com/Microsoft/fast/compare/@microsoft/fast-color-explorer@1.6.11...@microsoft/fast-color-explorer@1.6.12) (2021-01-30) + +**Note:** Version bump only for package @microsoft/fast-color-explorer + + + + + ## [1.6.11](https://github.com/Microsoft/fast/compare/@microsoft/fast-color-explorer@1.6.10...@microsoft/fast-color-explorer@1.6.11) (2020-12-17) **Note:** Version bump only for package @microsoft/fast-color-explorer diff --git a/sites/fast-color-explorer/package.json b/sites/fast-color-explorer/package.json index 14391e7c7c6..e2395562295 100644 --- a/sites/fast-color-explorer/package.json +++ b/sites/fast-color-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-color-explorer", - "version": "1.6.11", + "version": "1.6.12", "description": "Color explorations", "sideEffects": false, "private": true, @@ -30,7 +30,7 @@ "@babel/preset-env": "^7.2.0", "@babel/preset-react": "^7.0.0", "@microsoft/eslint-config-fast-dna": "^1.2.0", - "@microsoft/site-utilities": "^0.6.3", + "@microsoft/site-utilities": "^0.7.0", "@types/lodash": "^4.14.120", "@types/node": "^10.12.12", "@types/react": "^16.7.17", @@ -76,6 +76,6 @@ "@microsoft/fast-jss-manager-react": "^4.8.0", "@microsoft/fast-jss-utilities": "^4.8.0", "@microsoft/fast-layouts-react": "^4.12.0", - "@microsoft/fast-web-utilities": "^4.7.0" + "@microsoft/fast-web-utilities": "^4.7.1" } } diff --git a/sites/fast-component-explorer/CHANGELOG.md b/sites/fast-component-explorer/CHANGELOG.md index 0fec30c1cfc..cfd8952856d 100644 --- a/sites/fast-component-explorer/CHANGELOG.md +++ b/sites/fast-component-explorer/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.16.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-component-explorer@0.15.1...@microsoft/fast-component-explorer@0.16.0) (2021-01-30) + + +### Bug Fixes + +* add missing fast-number-field config ([#4282](https://github.com/Microsoft/fast/issues/4282)) ([c0551f4](https://github.com/Microsoft/fast/commit/c0551f48bcc778270e2f27d47062c1d138674cba)) +* address monaco editor incorrect background in high contrast white on Windows in the component explorer ([#4259](https://github.com/Microsoft/fast/issues/4259)) ([8b6db10](https://github.com/Microsoft/fast/commit/8b6db103ea83e1133e815f99a101652a11ebbe1c)), closes [#3980](https://github.com/Microsoft/fast/issues/3980) +* update the component explorer site tab panel padding to include the desktop screen sizes ([#4278](https://github.com/Microsoft/fast/issues/4278)) ([1f5fc2e](https://github.com/Microsoft/fast/commit/1f5fc2e938f4140d9f9329e916640185f712f081)) + + +### Features + +* add disclosure component ([#3921](https://github.com/Microsoft/fast/issues/3921)) ([dec77c9](https://github.com/Microsoft/fast/commit/dec77c99742e5aaddc5a2f3da2e340efc56ef00a)) +* separate out cjs modules from ejs so that utilities may be used in a node environment ([#4277](https://github.com/Microsoft/fast/issues/4277)) ([adffd1e](https://github.com/Microsoft/fast/commit/adffd1e4b275648019a98e14555bbce535053d1e)) + + + + + ## [0.15.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-component-explorer@0.15.0...@microsoft/fast-component-explorer@0.15.1) (2020-12-17) **Note:** Version bump only for package @microsoft/fast-component-explorer diff --git a/sites/fast-component-explorer/package.json b/sites/fast-component-explorer/package.json index f74b83db802..861c3edd4d0 100644 --- a/sites/fast-component-explorer/package.json +++ b/sites/fast-component-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-component-explorer", - "version": "0.15.1", + "version": "0.16.0", "description": "Component exploration", "sideEffects": false, "private": true, @@ -38,7 +38,7 @@ "@microsoft/fast-components-class-name-contracts-msft": "^4.9.0", "@microsoft/fast-components-foundation-react": "^3.2.0", "@microsoft/fast-jss-utilities": "^4.8.0", - "@microsoft/site-utilities": "^0.6.3", + "@microsoft/site-utilities": "^0.7.0", "@types/lodash-es": "^4.17.0", "@types/node": "^10.12.12", "@types/react": "^16.7.17", @@ -87,9 +87,9 @@ "@microsoft/fast-components-react-msft": "^4.32.0", "@microsoft/fast-components-styles-msft": "^4.29.0", "@microsoft/fast-jss-manager-react": "^4.8.0", - "@microsoft/fast-tooling": "^0.14.0", - "@microsoft/fast-tooling-react": "^2.5.2", - "@microsoft/fast-web-utilities": "^4.7.0", + "@microsoft/fast-tooling": "^0.15.0", + "@microsoft/fast-tooling-react": "^2.5.3", + "@microsoft/fast-web-utilities": "^4.7.1", "@skatejs/val": "^0.5.0", "monaco-editor": "^0.20.0", "monaco-editor-webpack-plugin": "^1.9.0", diff --git a/sites/fast-creator/CHANGELOG.md b/sites/fast-creator/CHANGELOG.md index 5a128694e7c..812cae37e54 100644 --- a/sites/fast-creator/CHANGELOG.md +++ b/sites/fast-creator/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-creator@0.4.3...@microsoft/fast-creator@0.5.0) (2021-01-30) + + +### Features + +* separate out cjs modules from ejs so that utilities may be used in a node environment ([#4277](https://github.com/Microsoft/fast/issues/4277)) ([adffd1e](https://github.com/Microsoft/fast/commit/adffd1e4b275648019a98e14555bbce535053d1e)) + + + + + ## [0.4.3](https://github.com/Microsoft/fast/compare/@microsoft/fast-creator@0.4.2...@microsoft/fast-creator@0.4.3) (2020-12-17) **Note:** Version bump only for package @microsoft/fast-creator diff --git a/sites/fast-creator/package.json b/sites/fast-creator/package.json index 9386bcc02de..1d5bea0ce93 100644 --- a/sites/fast-creator/package.json +++ b/sites/fast-creator/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-creator", - "version": "0.4.3", + "version": "0.5.0", "description": "Creator app for composing UIs and general UI development", "sideEffects": false, "private": true, @@ -29,7 +29,7 @@ "@microsoft/fast-jss-manager-react": "^4.8.0", "@microsoft/fast-jss-utilities": "^4.8.0", "@microsoft/fast-layouts-react": "^4.12.0", - "@microsoft/site-utilities": "^0.6.3", + "@microsoft/site-utilities": "^0.7.0", "@types/jest": "^25.2.1", "@types/node": "^9.6.7", "@types/react": "^16.8.0", @@ -70,9 +70,9 @@ "worker-loader": "^2.0.0" }, "dependencies": { - "@microsoft/fast-components": "^1.14.1", - "@microsoft/fast-tooling": "^0.14.0", - "@microsoft/fast-tooling-react": "^2.5.2", + "@microsoft/fast-components": "^1.15.0", + "@microsoft/fast-tooling": "^0.15.0", + "@microsoft/fast-tooling-react": "^2.5.3", "monaco-editor": "^0.20.0", "monaco-editor-webpack-plugin": "^1.9.0" } diff --git a/sites/fast-tooling-examples/CHANGELOG.md b/sites/fast-tooling-examples/CHANGELOG.md index 7f24f4c9c8d..1b75d9971de 100644 --- a/sites/fast-tooling-examples/CHANGELOG.md +++ b/sites/fast-tooling-examples/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.12](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-examples@0.4.11...@microsoft/fast-tooling-examples@0.4.12) (2021-01-30) + +**Note:** Version bump only for package @microsoft/fast-tooling-examples + + + + + ## [0.4.11](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-examples@0.4.10...@microsoft/fast-tooling-examples@0.4.11) (2020-12-17) **Note:** Version bump only for package @microsoft/fast-tooling-examples diff --git a/sites/fast-tooling-examples/package.json b/sites/fast-tooling-examples/package.json index 8e2f7a3e51e..2f698d30b37 100644 --- a/sites/fast-tooling-examples/package.json +++ b/sites/fast-tooling-examples/package.json @@ -3,7 +3,7 @@ "description": "A website of tooling examples from the FAST tooling packages", "sideEffects": false, "private": true, - "version": "0.4.11", + "version": "0.4.12", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -27,7 +27,7 @@ "test": "yarn convert:readme && yarn eslint && yarn build" }, "devDependencies": { - "@microsoft/site-utilities": "^0.6.3", + "@microsoft/site-utilities": "^0.7.0", "babel-core": "^6.26.3", "babel-loader": "^8.1.0", "babel-preset-env": "^1.7.0", @@ -49,9 +49,9 @@ "worker-loader": "^2.0.0" }, "dependencies": { - "@microsoft/fast-components": "^1.14.1", - "@microsoft/fast-tooling": "^0.14.0", - "@microsoft/fast-tooling-react": "^2.5.2", + "@microsoft/fast-components": "^1.15.0", + "@microsoft/fast-tooling": "^0.15.0", + "@microsoft/fast-tooling-react": "^2.5.3", "focus-visible": "^4.1.5", "react": "^16.13.1", "react-dnd": "^9.0.0", diff --git a/sites/fast-website/CHANGELOG.md b/sites/fast-website/CHANGELOG.md index f3c807373c8..d3b6913a3a8 100644 --- a/sites/fast-website/CHANGELOG.md +++ b/sites/fast-website/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.9](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.8...@microsoft/fast-website@1.3.9) (2021-01-30) + +**Note:** Version bump only for package @microsoft/fast-website + + + + + ## [1.3.8](https://github.com/Microsoft/fast/compare/@microsoft/fast-website@1.3.7...@microsoft/fast-website@1.3.8) (2020-12-17) **Note:** Version bump only for package @microsoft/fast-website diff --git a/sites/fast-website/package.json b/sites/fast-website/package.json index 2d9bd55fc0c..387fe612932 100644 --- a/sites/fast-website/package.json +++ b/sites/fast-website/package.json @@ -1,17 +1,17 @@ { "name": "@microsoft/fast-website", - "version": "1.3.8", + "version": "1.3.9", "description": "fast website", "main": "temp/index-rollup.js", "types": "temp/index-rollup.d.ts", "private": true, "license": "MIT", "devDependencies": { - "@microsoft/fast-components": "^1.14.1", - "@microsoft/fast-element": "^0.21.1", - "@microsoft/fast-foundation": "^1.11.1", - "@microsoft/fast-web-utilities": "^4.7.0", - "@microsoft/site-utilities": "^0.6.3", + "@microsoft/fast-components": "^1.15.0", + "@microsoft/fast-element": "^0.22.0", + "@microsoft/fast-foundation": "^1.12.0", + "@microsoft/fast-web-utilities": "^4.7.1", + "@microsoft/site-utilities": "^0.7.0", "@rollup/plugin-alias": "^3.1.1", "babel-core": "^6.26.3", "babel-loader": "^8.1.0", diff --git a/sites/site-utilities/CHANGELOG.md b/sites/site-utilities/CHANGELOG.md index d2ab571086f..dc9c9cdf556 100644 --- a/sites/site-utilities/CHANGELOG.md +++ b/sites/site-utilities/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/Microsoft/fast/compare/@microsoft/site-utilities@0.6.3...@microsoft/site-utilities@0.7.0) (2021-01-30) + + +### Bug Fixes + +* address monaco editor incorrect background in high contrast white on Windows in the component explorer ([#4259](https://github.com/Microsoft/fast/issues/4259)) ([8b6db10](https://github.com/Microsoft/fast/commit/8b6db103ea83e1133e815f99a101652a11ebbe1c)), closes [#3980](https://github.com/Microsoft/fast/issues/3980) +* addressed missing images in the high contrast document ([#4216](https://github.com/Microsoft/fast/issues/4216)) ([24f83d2](https://github.com/Microsoft/fast/commit/24f83d243576c484fcf5a543b2483553857539d8)) +* update the component explorer site tab panel padding to include the desktop screen sizes ([#4278](https://github.com/Microsoft/fast/issues/4278)) ([1f5fc2e](https://github.com/Microsoft/fast/commit/1f5fc2e938f4140d9f9329e916640185f712f081)) + + +### Features + +* adding high contrast document to the FAST documentation website ([#4178](https://github.com/Microsoft/fast/issues/4178)) ([d6b5d8e](https://github.com/Microsoft/fast/commit/d6b5d8e062478bd5910e9f8afa232c89b1c5a722)) +* separate out cjs modules from ejs so that utilities may be used in a node environment ([#4277](https://github.com/Microsoft/fast/issues/4277)) ([adffd1e](https://github.com/Microsoft/fast/commit/adffd1e4b275648019a98e14555bbce535053d1e)) + + + + + ## [0.6.3](https://github.com/Microsoft/fast/compare/@microsoft/site-utilities@0.6.2...@microsoft/site-utilities@0.6.3) (2020-12-17) **Note:** Version bump only for package @microsoft/site-utilities diff --git a/sites/site-utilities/package.json b/sites/site-utilities/package.json index eaff6ebbde1..5443b4fb3d6 100644 --- a/sites/site-utilities/package.json +++ b/sites/site-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/site-utilities", - "version": "0.6.3", + "version": "0.7.0", "description": "Utilities for the Creator and Component Explorer sites", "sideEffects": false, "private": true, @@ -55,11 +55,11 @@ "vscode-web-custom-data": "^0.3.1" }, "dependencies": { - "@microsoft/fast-components": "^1.14.1", + "@microsoft/fast-components": "^1.15.0", "@microsoft/fast-components-react-msft": "^4.32.0", - "@microsoft/fast-foundation": "^1.11.1", - "@microsoft/fast-tooling": "^0.14.0", - "@microsoft/fast-tooling-react": "^2.5.2", + "@microsoft/fast-foundation": "^1.12.0", + "@microsoft/fast-tooling": "^0.15.0", + "@microsoft/fast-tooling-react": "^2.5.3", "monaco-editor": "^0.21.2", "vscode-html-languageservice": "^3.1.3" } diff --git a/sites/website/CHANGELOG.md b/sites/website/CHANGELOG.md index 955a3a4bfed..65c7750c5f5 100644 --- a/sites/website/CHANGELOG.md +++ b/sites/website/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/microsoft/fast-dna/compare/fast-site@0.4.0...fast-site@0.5.0) (2021-01-30) + + +### Bug Fixes + +* addressed missing images in the high contrast document ([#4216](https://github.com/microsoft/fast-dna/issues/4216)) ([24f83d2](https://github.com/microsoft/fast-dna/commit/24f83d243576c484fcf5a543b2483553857539d8)) + + +### Features + +* add fast-number-field component for data applications ([#4204](https://github.com/microsoft/fast-dna/issues/4204)) ([7196215](https://github.com/microsoft/fast-dna/commit/7196215344e0f6141dbc7dff69fc4c0bde8b586a)) +* add select spec ([#4194](https://github.com/microsoft/fast-dna/issues/4194)) ([7af127a](https://github.com/microsoft/fast-dna/commit/7af127aa1e41d4a379cc8b5ce15798d9423b3726)) +* adding high contrast document to the FAST documentation website ([#4178](https://github.com/microsoft/fast-dna/issues/4178)) ([d6b5d8e](https://github.com/microsoft/fast-dna/commit/d6b5d8e062478bd5910e9f8afa232c89b1c5a722)) + + + + + # [0.4.0](https://github.com/microsoft/fast-dna/compare/fast-site@0.3.0...fast-site@0.4.0) (2020-11-19) diff --git a/sites/website/package.json b/sites/website/package.json index 8f40f531dd8..e3ce00d7d66 100644 --- a/sites/website/package.json +++ b/sites/website/package.json @@ -1,6 +1,6 @@ { "name": "fast-site", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "clean": "node ../../build/clean.js docs",