diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a36dd8e887..42ba1002c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,90 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **button:** update to use enum for button types ([#703](https://github.com/Microsoft/fast-dna/issues/703)) ([a172831](https://github.com/Microsoft/fast-dna/commit/a172831)) +* **checkbox:** fix broken indeterminate state UI in Firefox ([#489](https://github.com/Microsoft/fast-dna/issues/489)) ([dd55c0c](https://github.com/Microsoft/fast-dna/commit/dd55c0c)) +* **dev-site:** fixes html5 validation issues with dev site markup ([#463](https://github.com/Microsoft/fast-dna/issues/463)) ([c171e79](https://github.com/Microsoft/fast-dna/commit/c171e79)) +* **divider:** remove hard coded color value on divider to support theming ([#675](https://github.com/Microsoft/fast-dna/issues/675)) ([85d07d7](https://github.com/Microsoft/fast-dna/commit/85d07d7)) +* **fast-components-react-msft:** fix incorrect web address to documentation in readme ([#754](https://github.com/Microsoft/fast-dna/issues/754)) ([4d1aa9e](https://github.com/Microsoft/fast-dna/commit/4d1aa9e)) +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **fast-components-styles-msft:** remove duplicate code and creates a utility to apply mixed colors ([#500](https://github.com/Microsoft/fast-dna/issues/500)) ([179c584](https://github.com/Microsoft/fast-dna/commit/179c584)) +* **fast-development-site:** correctly display component view border ([#595](https://github.com/Microsoft/fast-dna/issues/595)) ([b2725dd](https://github.com/Microsoft/fast-dna/commit/b2725dd)) +* fix imports after updating types ([#644](https://github.com/Microsoft/fast-dna/issues/644)) ([65ed738](https://github.com/Microsoft/fast-dna/commit/65ed738)) +* **fast-css-editor-react:** update the api to accept strings for position ([#707](https://github.com/Microsoft/fast-dna/issues/707)) ([f2a4d83](https://github.com/Microsoft/fast-dna/commit/f2a4d83)) +* **fast-development-site:** fix a pathing issue between the detail and example pages ([#525](https://github.com/Microsoft/fast-dna/issues/525)) ([ef577c4](https://github.com/Microsoft/fast-dna/commit/ef577c4)) +* **fast-development-site:** fix for switching to RTL should only affect component view ([#593](https://github.com/Microsoft/fast-dna/issues/593)) ([ab70f2a](https://github.com/Microsoft/fast-dna/commit/ab70f2a)) +* **fast-development-site:** fix for text field example not rendering ([#590](https://github.com/Microsoft/fast-dna/issues/590)) ([f02de43](https://github.com/Microsoft/fast-dna/commit/f02de43)) +* **fast-development-site:** fixes site component issue where state is expected for theme even if it does not exist ([#697](https://github.com/Microsoft/fast-dna/issues/697)) ([b85bdbf](https://github.com/Microsoft/fast-dna/commit/b85bdbf)) +* **fast-development-site:** remove component name and add presets tab ([#579](https://github.com/Microsoft/fast-dna/issues/579)) ([9266132](https://github.com/Microsoft/fast-dna/commit/9266132)) +* **fast-development-site:** text cursor for non interactable areas should be default cursor ([#715](https://github.com/Microsoft/fast-dna/issues/715)) ([58e4191](https://github.com/Microsoft/fast-dna/commit/58e4191)) +* **fast-development-site:** update background image size ([#606](https://github.com/Microsoft/fast-dna/issues/606)) ([8a2ac45](https://github.com/Microsoft/fast-dna/commit/8a2ac45)) +* **fast-development-site-react:** fix the selection model to always point to a component/item ([#522](https://github.com/Microsoft/fast-dna/issues/522)) ([608f548](https://github.com/Microsoft/fast-dna/commit/608f548)) +* **fast-form-generator:** remove resize behavior and update fontfamily ([#727](https://github.com/Microsoft/fast-dna/issues/727)) ([5d57974](https://github.com/Microsoft/fast-dna/commit/5d57974)) +* **fast-form-generator-react:** correct the validation between oneOf and anyOf checks ([#677](https://github.com/Microsoft/fast-dna/issues/677)) ([f5d185c](https://github.com/Microsoft/fast-dna/commit/f5d185c)) +* **fast-form-generator-react:** entire list item should be clickable when navigating between sections ([#673](https://github.com/Microsoft/fast-dna/issues/673)) ([5504475](https://github.com/Microsoft/fast-dna/commit/5504475)) +* **fast-form-generator-react:** sets the value of the textarea to an empty string if it is undefined ([#683](https://github.com/Microsoft/fast-dna/issues/683)) ([0bc66ac](https://github.com/Microsoft/fast-dna/commit/0bc66ac)) +* **fast-form-generator-react:** update + glyph positioning ([#626](https://github.com/Microsoft/fast-dna/issues/626)) ([4902ea4](https://github.com/Microsoft/fast-dna/commit/4902ea4)) +* **fast-layouts-react:** fix export issue to allow Column, Grid, and Page components to be imported from the root level of the package ([#554](https://github.com/Microsoft/fast-dna/issues/554)) ([83c08b2](https://github.com/Microsoft/fast-dna/commit/83c08b2)) +* **hypertext:** fix hypertext style when no href value exists ([#499](https://github.com/Microsoft/fast-dna/issues/499)) ([cd5d3d2](https://github.com/Microsoft/fast-dna/commit/cd5d3d2)) +* **image:** fix image schema to match the current code implementation ([#671](https://github.com/Microsoft/fast-dna/issues/671)) ([8618cd1](https://github.com/Microsoft/fast-dna/commit/8618cd1)) +* **image:** fix incorrect data causing error in srcSet 'w' value ([#422](https://github.com/Microsoft/fast-dna/issues/422)) ([cb8646e](https://github.com/Microsoft/fast-dna/commit/cb8646e)) +* **label:** fix spelling error in interface name for managed classes ([#755](https://github.com/Microsoft/fast-dna/issues/755)) ([b57b4c1](https://github.com/Microsoft/fast-dna/commit/b57b4c1)) +* **label:** remove label element shift when changing HTML type in configure pane ([#657](https://github.com/Microsoft/fast-dna/issues/657)) ([44d3126](https://github.com/Microsoft/fast-dna/commit/44d3126)) +* **permutator:** fix an issue where lodash was being referred to and not lodash-es ([#509](https://github.com/Microsoft/fast-dna/issues/509)) ([88f4b90](https://github.com/Microsoft/fast-dna/commit/88f4b90)) +* **toggle:** toggle "Selected" option does not work and is missing background color ([#663](https://github.com/Microsoft/fast-dna/issues/663)) ([e05abca](https://github.com/Microsoft/fast-dna/commit/e05abca)) + + +### Features + +* **colors:** add contrast and luminosity utilities ([#751](https://github.com/Microsoft/fast-dna/issues/751)) ([b0e0313](https://github.com/Microsoft/fast-dna/commit/b0e0313)) +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **dev-site:** adds error boundary to dev site component wrapper to prevent entire views from breaking ([#438](https://github.com/Microsoft/fast-dna/issues/438)) ([54918b9](https://github.com/Microsoft/fast-dna/commit/54918b9)) +* **development-site:** add ability to have children as strings in the form generator and development site dev tools ([#518](https://github.com/Microsoft/fast-dna/issues/518)) ([2a4a87f](https://github.com/Microsoft/fast-dna/commit/2a4a87f)) +* **development-site:** add component for title and component for title with brand color applied ([#501](https://github.com/Microsoft/fast-dna/issues/501)) ([d1d9d5c](https://github.com/Microsoft/fast-dna/commit/d1d9d5c)) +* **dialog:** add dialog as a new component ([#752](https://github.com/Microsoft/fast-dna/issues/752)) ([2864021](https://github.com/Microsoft/fast-dna/commit/2864021)) +* **fast-components-react-base:** add horizontal overflow ([#739](https://github.com/Microsoft/fast-dna/issues/739)) ([c6b0ebf](https://github.com/Microsoft/fast-dna/commit/c6b0ebf)) +* **fast-components-react-base:** add unit tests to all components and update code coverage expectations ([#699](https://github.com/Microsoft/fast-dna/issues/699)) ([c476889](https://github.com/Microsoft/fast-dna/commit/c476889)) +* **fast-components-react-msft:** add enzyme and unit tests for MSFT specific components ([#732](https://github.com/Microsoft/fast-dna/issues/732)) ([dea5e3e](https://github.com/Microsoft/fast-dna/commit/dea5e3e)) +* **fast-components-react-msft:** add flipper as a new component ([#642](https://github.com/Microsoft/fast-dna/issues/642)) ([5ac4496](https://github.com/Microsoft/fast-dna/commit/5ac4496)) +* **fast-components-react-msft:** add localized styles and enable ltr/rtl swapping on documentation site ([#517](https://github.com/Microsoft/fast-dna/issues/517)) ([ce939b7](https://github.com/Microsoft/fast-dna/commit/ce939b7)) +* **fast-components-styles-msft:** set default config values as a fallback if there is a missing or incomplete design system ([#633](https://github.com/Microsoft/fast-dna/issues/633)) ([ffeafc7](https://github.com/Microsoft/fast-dna/commit/ffeafc7)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **fast-development-site:** add collapsible titles on configure pane ([#605](https://github.com/Microsoft/fast-dna/issues/605)) ([9ab9af9](https://github.com/Microsoft/fast-dna/commit/9ab9af9)) +* **fast-development-site:** add component theme support ([#655](https://github.com/Microsoft/fast-dna/issues/655)) ([4c4ce6b](https://github.com/Microsoft/fast-dna/commit/4c4ce6b)) +* **fast-development-site:** add component transparency toggle to info bar ([#591](https://github.com/Microsoft/fast-dna/issues/591)) ([f065f6a](https://github.com/Microsoft/fast-dna/commit/f065f6a)) +* **fast-development-site:** add hover and focus states to TOC menu items ([#745](https://github.com/Microsoft/fast-dna/issues/745)) ([b74673f](https://github.com/Microsoft/fast-dna/commit/b74673f)) +* **fast-development-site:** add resize capability to row component ([#559](https://github.com/Microsoft/fast-dna/issues/559)) ([3510400](https://github.com/Microsoft/fast-dna/commit/3510400)) +* add sketch utility and design kit ([#495](https://github.com/Microsoft/fast-dna/issues/495)) ([ce8feb3](https://github.com/Microsoft/fast-dna/commit/ce8feb3)) +* **fast-development-site:** add syntax highlighting to code preview ([#583](https://github.com/Microsoft/fast-dna/issues/583)) ([e763341](https://github.com/Microsoft/fast-dna/commit/e763341)) +* **fast-development-site:** Create infobar for fast site ([#558](https://github.com/Microsoft/fast-dna/issues/558)) ([86335ea](https://github.com/Microsoft/fast-dna/commit/86335ea)) +* **fast-development-site:** update waffle menu style and animations ([#724](https://github.com/Microsoft/fast-dna/issues/724)) ([0eb195c](https://github.com/Microsoft/fast-dna/commit/0eb195c)) +* **fast-development-site-react:** add ability to update component values dynamically from outside the site ([#634](https://github.com/Microsoft/fast-dna/issues/634)) ([3130fdf](https://github.com/Microsoft/fast-dna/commit/3130fdf)) +* **form generator:** add focus/hover states ([#449](https://github.com/Microsoft/fast-dna/issues/449)) ([4dbe9a3](https://github.com/Microsoft/fast-dna/commit/4dbe9a3)) +* **jss:** update manager to support function stylesheets ([#508](https://github.com/Microsoft/fast-dna/issues/508)) ([8e7c947](https://github.com/Microsoft/fast-dna/commit/8e7c947)) +* **jss-manager:** update to enable server-side rendering of stylesheets. ([#516](https://github.com/Microsoft/fast-dna/issues/516)) ([a5072d0](https://github.com/Microsoft/fast-dna/commit/a5072d0)) +* **layouts:** add page, grid, and column layout configuration ([#471](https://github.com/Microsoft/fast-dna/issues/471)) ([97830fb](https://github.com/Microsoft/fast-dna/commit/97830fb)) +* **layouts:** create configurable breakpoint tracker utility ([#467](https://github.com/Microsoft/fast-dna/issues/467)) ([4b1ed8a](https://github.com/Microsoft/fast-dna/commit/4b1ed8a)) +* **localization:** adds direction rtl/ltr updating ([#485](https://github.com/Microsoft/fast-dna/issues/485)) ([0a5e1e7](https://github.com/Microsoft/fast-dna/commit/0a5e1e7)) +* **schema:** add schema view to dev tools ([#448](https://github.com/Microsoft/fast-dna/issues/448)) ([681585d](https://github.com/Microsoft/fast-dna/commit/681585d)) +* **shell:** add shell package with app-grid ([#461](https://github.com/Microsoft/fast-dna/issues/461)) ([dabb3b4](https://github.com/Microsoft/fast-dna/commit/dabb3b4)) +* **utilities:** add fast-web-utilities as a new package ([#686](https://github.com/Microsoft/fast-dna/issues/686)) ([a31a581](https://github.com/Microsoft/fast-dna/commit/a31a581)) +* **utilities:** adds generic acrylic function to `fast-jss-utilites` and MSFT specific implementation to `fast-component-styles-msft` ([#740](https://github.com/Microsoft/fast-dna/issues/740)) ([f8aad89](https://github.com/Microsoft/fast-dna/commit/f8aad89)) +* remove node sass from fast-animations ([#735](https://github.com/Microsoft/fast-dna/issues/735)) ([645f811](https://github.com/Microsoft/fast-dna/commit/645f811)) + + +### BREAKING CHANGES + +* **label:** contains a change to interface names + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/lerna.json b/lerna.json index 062abfc4f06..cc8819fc393 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "packages": [ "packages/*" ], - "version": "1.9.2", + "version": "2.0.0", "lerna": "2.9.0" } diff --git a/packages/fast-animation/CHANGELOG.md b/packages/fast-animation/CHANGELOG.md index cb3945c014e..1f246fcfa74 100644 --- a/packages/fast-animation/CHANGELOG.md +++ b/packages/fast-animation/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* remove node sass from fast-animations ([#735](https://github.com/Microsoft/fast-dna/issues/735)) ([645f811](https://github.com/Microsoft/fast-dna/commit/645f811)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-animation/package.json b/packages/fast-animation/package.json index 8e30494ef7f..80718f9b41e 100644 --- a/packages/fast-animation/package.json +++ b/packages/fast-animation/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-animation", "description": "An animation library that simplifies interactions and animations using the Web Animation API.", - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -46,7 +46,7 @@ ] }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^21.1.2", "@types/node": "^7.0.22", "@types/react": "^15.0.24", diff --git a/packages/fast-application-utilities/CHANGELOG.md b/packages/fast-application-utilities/CHANGELOG.md index 10b45f149bb..69083b770e3 100644 --- a/packages/fast-application-utilities/CHANGELOG.md +++ b/packages/fast-application-utilities/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **localization:** adds direction rtl/ltr updating ([#485](https://github.com/Microsoft/fast-dna/issues/485)) ([0a5e1e7](https://github.com/Microsoft/fast-dna/commit/0a5e1e7)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-application-utilities/package.json b/packages/fast-application-utilities/package.json index 7d2887c2710..a6fac1c556e 100644 --- a/packages/fast-application-utilities/package.json +++ b/packages/fast-application-utilities/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-application-utilities", "description": "FAST application utilities", - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -52,7 +52,7 @@ ] }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.0", "@types/lodash-es": "^4.17.0", "babel-core": "^6.26.0", diff --git a/packages/fast-browser-extensions/CHANGELOG.md b/packages/fast-browser-extensions/CHANGELOG.md index 78c6f4605ce..681048dadf3 100644 --- a/packages/fast-browser-extensions/CHANGELOG.md +++ b/packages/fast-browser-extensions/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-browser-extensions/package.json b/packages/fast-browser-extensions/package.json index 0a4b26dc2d7..9c177d1f520 100644 --- a/packages/fast-browser-extensions/package.json +++ b/packages/fast-browser-extensions/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-browser-extensions", "description": "An extension for testing real-world localization, theming, and other production type scenarios in web development.", - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -23,7 +23,7 @@ "tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts'" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/chrome": "0.0.56", "@types/node": "^8.5.1", "copy-webpack-plugin": "^4.5.1", diff --git a/packages/fast-colors/CHANGELOG.md b/packages/fast-colors/CHANGELOG.md index 51fd796ca82..3f6c690284f 100644 --- a/packages/fast-colors/CHANGELOG.md +++ b/packages/fast-colors/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **colors:** add contrast and luminosity utilities ([#751](https://github.com/Microsoft/fast-dna/issues/751)) ([b0e0313](https://github.com/Microsoft/fast-dna/commit/b0e0313)) +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-colors/package.json b/packages/fast-colors/package.json index e7bd2346b8e..ea66fb348a7 100644 --- a/packages/fast-colors/package.json +++ b/packages/fast-colors/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-colors", "description": "A color utility for generating a range of colors from a single color", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -46,7 +46,7 @@ ] }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.0", "chroma-js": "^1.3.0", "jest": "^22.4.2", diff --git a/packages/fast-components-class-name-contracts-base/CHANGELOG.md b/packages/fast-components-class-name-contracts-base/CHANGELOG.md index d8fc1a784aa..5c5d1c6254f 100644 --- a/packages/fast-components-class-name-contracts-base/CHANGELOG.md +++ b/packages/fast-components-class-name-contracts-base/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **dialog:** add dialog as a new component ([#752](https://github.com/Microsoft/fast-dna/issues/752)) ([2864021](https://github.com/Microsoft/fast-dna/commit/2864021)) +* **fast-components-react-base:** add horizontal overflow ([#739](https://github.com/Microsoft/fast-dna/issues/739)) ([c6b0ebf](https://github.com/Microsoft/fast-dna/commit/c6b0ebf)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-components-class-name-contracts-base/package.json b/packages/fast-components-class-name-contracts-base/package.json index 8e62d0e7105..887f60f573b 100644 --- a/packages/fast-components-class-name-contracts-base/package.json +++ b/packages/fast-components-class-name-contracts-base/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-components-class-name-contracts-base", "description": "Type descriptions for the classnames that any given component can expect as props.", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -22,7 +22,7 @@ "tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "tslint": "^5.9.1", "typescript": "^2.7.2" } diff --git a/packages/fast-components-class-name-contracts-msft/CHANGELOG.md b/packages/fast-components-class-name-contracts-msft/CHANGELOG.md index 46fde901a70..876979e5c7b 100644 --- a/packages/fast-components-class-name-contracts-msft/CHANGELOG.md +++ b/packages/fast-components-class-name-contracts-msft/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-components-react-msft:** add flipper as a new component ([#642](https://github.com/Microsoft/fast-dna/issues/642)) ([5ac4496](https://github.com/Microsoft/fast-dna/commit/5ac4496)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-components-class-name-contracts-msft/package.json b/packages/fast-components-class-name-contracts-msft/package.json index 3d359476a0a..f6af8ec6ff6 100644 --- a/packages/fast-components-class-name-contracts-msft/package.json +++ b/packages/fast-components-class-name-contracts-msft/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-components-class-name-contracts-msft", "description": "Type descriptions for the classnames that any given component can expect as props.", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -22,11 +22,11 @@ "tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "tslint": "^5.9.1", "typescript": "^2.7.2" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.9.2" + "@microsoft/fast-components-class-name-contracts-base": "^2.0.0" } } diff --git a/packages/fast-components-react-base/CHANGELOG.md b/packages/fast-components-react-base/CHANGELOG.md index 97d2d9dd070..8a1a9fe35a1 100644 --- a/packages/fast-components-react-base/CHANGELOG.md +++ b/packages/fast-components-react-base/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* fix imports after updating types ([#644](https://github.com/Microsoft/fast-dna/issues/644)) ([65ed738](https://github.com/Microsoft/fast-dna/commit/65ed738)) +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **image:** fix image schema to match the current code implementation ([#671](https://github.com/Microsoft/fast-dna/issues/671)) ([8618cd1](https://github.com/Microsoft/fast-dna/commit/8618cd1)) +* **label:** fix spelling error in interface name for managed classes ([#755](https://github.com/Microsoft/fast-dna/issues/755)) ([b57b4c1](https://github.com/Microsoft/fast-dna/commit/b57b4c1)) +* **toggle:** toggle "Selected" option does not work and is missing background color ([#663](https://github.com/Microsoft/fast-dna/issues/663)) ([e05abca](https://github.com/Microsoft/fast-dna/commit/e05abca)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* add sketch utility and design kit ([#495](https://github.com/Microsoft/fast-dna/issues/495)) ([ce8feb3](https://github.com/Microsoft/fast-dna/commit/ce8feb3)) +* **development-site:** add component for title and component for title with brand color applied ([#501](https://github.com/Microsoft/fast-dna/issues/501)) ([d1d9d5c](https://github.com/Microsoft/fast-dna/commit/d1d9d5c)) +* **dialog:** add dialog as a new component ([#752](https://github.com/Microsoft/fast-dna/issues/752)) ([2864021](https://github.com/Microsoft/fast-dna/commit/2864021)) +* **fast-components-react-base:** add horizontal overflow ([#739](https://github.com/Microsoft/fast-dna/issues/739)) ([c6b0ebf](https://github.com/Microsoft/fast-dna/commit/c6b0ebf)) +* **fast-components-react-base:** add unit tests to all components and update code coverage expectations ([#699](https://github.com/Microsoft/fast-dna/issues/699)) ([c476889](https://github.com/Microsoft/fast-dna/commit/c476889)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + +### BREAKING CHANGES + +* **label:** contains a change to interface names + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-components-react-base/package.json b/packages/fast-components-react-base/package.json index 2dbd5d4aabd..ee65a4e72d3 100644 --- a/packages/fast-components-react-base/package.json +++ b/packages/fast-components-react-base/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-components-react-base", "description": "FAST base components implemented in React.", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -59,11 +59,11 @@ ] }, "devDependencies": { - "@microsoft/fast-application-utilities": "^1.9.2", - "@microsoft/fast-development-site-react": "^1.9.2", - "@microsoft/fast-jest-snapshots-react": "^1.9.2", - "@microsoft/fast-tslint-rules": "^1.9.2", - "@microsoft/fast-web-utilities": "^1.9.2", + "@microsoft/fast-application-utilities": "^2.0.0", + "@microsoft/fast-development-site-react": "^2.0.0", + "@microsoft/fast-jest-snapshots-react": "^2.0.0", + "@microsoft/fast-tslint-rules": "^2.0.0", + "@microsoft/fast-web-utilities": "^2.0.0", "@types/jest": "^22.2.0", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -105,6 +105,6 @@ "react-dom": "^16.3.0" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.9.2" + "@microsoft/fast-components-class-name-contracts-base": "^2.0.0" } } diff --git a/packages/fast-components-react-msft/CHANGELOG.md b/packages/fast-components-react-msft/CHANGELOG.md index d9270ce3e53..aed3166c57f 100644 --- a/packages/fast-components-react-msft/CHANGELOG.md +++ b/packages/fast-components-react-msft/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* fix imports after updating types ([#644](https://github.com/Microsoft/fast-dna/issues/644)) ([65ed738](https://github.com/Microsoft/fast-dna/commit/65ed738)) +* **button:** update to use enum for button types ([#703](https://github.com/Microsoft/fast-dna/issues/703)) ([a172831](https://github.com/Microsoft/fast-dna/commit/a172831)) +* **fast-components-react-msft:** fix incorrect web address to documentation in readme ([#754](https://github.com/Microsoft/fast-dna/issues/754)) ([4d1aa9e](https://github.com/Microsoft/fast-dna/commit/4d1aa9e)) +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **fast-development-site:** fix for text field example not rendering ([#590](https://github.com/Microsoft/fast-dna/issues/590)) ([f02de43](https://github.com/Microsoft/fast-dna/commit/f02de43)) +* **hypertext:** fix hypertext style when no href value exists ([#499](https://github.com/Microsoft/fast-dna/issues/499)) ([cd5d3d2](https://github.com/Microsoft/fast-dna/commit/cd5d3d2)) +* **image:** fix incorrect data causing error in srcSet 'w' value ([#422](https://github.com/Microsoft/fast-dna/issues/422)) ([cb8646e](https://github.com/Microsoft/fast-dna/commit/cb8646e)) +* **permutator:** fix an issue where lodash was being referred to and not lodash-es ([#509](https://github.com/Microsoft/fast-dna/issues/509)) ([88f4b90](https://github.com/Microsoft/fast-dna/commit/88f4b90)) +* **toggle:** toggle "Selected" option does not work and is missing background color ([#663](https://github.com/Microsoft/fast-dna/issues/663)) ([e05abca](https://github.com/Microsoft/fast-dna/commit/e05abca)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **development-site:** add component for title and component for title with brand color applied ([#501](https://github.com/Microsoft/fast-dna/issues/501)) ([d1d9d5c](https://github.com/Microsoft/fast-dna/commit/d1d9d5c)) +* **dialog:** add dialog as a new component ([#752](https://github.com/Microsoft/fast-dna/issues/752)) ([2864021](https://github.com/Microsoft/fast-dna/commit/2864021)) +* add sketch utility and design kit ([#495](https://github.com/Microsoft/fast-dna/issues/495)) ([ce8feb3](https://github.com/Microsoft/fast-dna/commit/ce8feb3)) +* **fast-components-react-msft:** add enzyme and unit tests for MSFT specific components ([#732](https://github.com/Microsoft/fast-dna/issues/732)) ([dea5e3e](https://github.com/Microsoft/fast-dna/commit/dea5e3e)) +* **fast-components-react-msft:** add flipper as a new component ([#642](https://github.com/Microsoft/fast-dna/issues/642)) ([5ac4496](https://github.com/Microsoft/fast-dna/commit/5ac4496)) +* **fast-components-react-msft:** add localized styles and enable ltr/rtl swapping on documentation site ([#517](https://github.com/Microsoft/fast-dna/issues/517)) ([ce939b7](https://github.com/Microsoft/fast-dna/commit/ce939b7)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **fast-development-site:** add component theme support ([#655](https://github.com/Microsoft/fast-dna/issues/655)) ([4c4ce6b](https://github.com/Microsoft/fast-dna/commit/4c4ce6b)) +* **fast-development-site:** Create infobar for fast site ([#558](https://github.com/Microsoft/fast-dna/issues/558)) ([86335ea](https://github.com/Microsoft/fast-dna/commit/86335ea)) +* **localization:** adds direction rtl/ltr updating ([#485](https://github.com/Microsoft/fast-dna/issues/485)) ([0a5e1e7](https://github.com/Microsoft/fast-dna/commit/0a5e1e7)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-components-react-msft/package.json b/packages/fast-components-react-msft/package.json index 3099ebe36ed..f400d934ffd 100644 --- a/packages/fast-components-react-msft/package.json +++ b/packages/fast-components-react-msft/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-components-react-msft", "description": "FAST Microsoft components implemented in React", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -65,13 +65,13 @@ ] }, "devDependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.9.2", - "@microsoft/fast-development-site-react": "^1.9.2", - "@microsoft/fast-glyphs-msft": "^1.9.2", - "@microsoft/fast-jest-snapshots-react": "^1.9.2", - "@microsoft/fast-jss-manager": "^1.9.2", - "@microsoft/fast-sketch-library": "^1.9.2", - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-components-class-name-contracts-base": "^2.0.0", + "@microsoft/fast-development-site-react": "^2.0.0", + "@microsoft/fast-glyphs-msft": "^2.0.0", + "@microsoft/fast-jest-snapshots-react": "^2.0.0", + "@microsoft/fast-jss-manager": "^2.0.0", + "@microsoft/fast-sketch-library": "^2.0.0", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.0", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -110,10 +110,10 @@ "react-dom": "^16.3.0" }, "dependencies": { - "@microsoft/fast-application-utilities": "^1.9.2", - "@microsoft/fast-components-class-name-contracts-msft": "^1.9.2", - "@microsoft/fast-components-react-base": "^1.9.2", - "@microsoft/fast-components-styles-msft": "^1.9.2", - "@microsoft/fast-jss-manager-react": "^1.9.2" + "@microsoft/fast-application-utilities": "^2.0.0", + "@microsoft/fast-components-class-name-contracts-msft": "^2.0.0", + "@microsoft/fast-components-react-base": "^2.0.0", + "@microsoft/fast-components-styles-msft": "^2.0.0", + "@microsoft/fast-jss-manager-react": "^2.0.0" } } diff --git a/packages/fast-components-styles-msft/CHANGELOG.md b/packages/fast-components-styles-msft/CHANGELOG.md index e0cf00dc2fa..7f45b5c2cfe 100644 --- a/packages/fast-components-styles-msft/CHANGELOG.md +++ b/packages/fast-components-styles-msft/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **checkbox:** fix broken indeterminate state UI in Firefox ([#489](https://github.com/Microsoft/fast-dna/issues/489)) ([dd55c0c](https://github.com/Microsoft/fast-dna/commit/dd55c0c)) +* **divider:** remove hard coded color value on divider to support theming ([#675](https://github.com/Microsoft/fast-dna/issues/675)) ([85d07d7](https://github.com/Microsoft/fast-dna/commit/85d07d7)) +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **fast-components-styles-msft:** remove duplicate code and creates a utility to apply mixed colors ([#500](https://github.com/Microsoft/fast-dna/issues/500)) ([179c584](https://github.com/Microsoft/fast-dna/commit/179c584)) +* **hypertext:** fix hypertext style when no href value exists ([#499](https://github.com/Microsoft/fast-dna/issues/499)) ([cd5d3d2](https://github.com/Microsoft/fast-dna/commit/cd5d3d2)) +* **label:** remove label element shift when changing HTML type in configure pane ([#657](https://github.com/Microsoft/fast-dna/issues/657)) ([44d3126](https://github.com/Microsoft/fast-dna/commit/44d3126)) +* **toggle:** toggle "Selected" option does not work and is missing background color ([#663](https://github.com/Microsoft/fast-dna/issues/663)) ([e05abca](https://github.com/Microsoft/fast-dna/commit/e05abca)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **dialog:** add dialog as a new component ([#752](https://github.com/Microsoft/fast-dna/issues/752)) ([2864021](https://github.com/Microsoft/fast-dna/commit/2864021)) +* **fast-components-react-msft:** add flipper as a new component ([#642](https://github.com/Microsoft/fast-dna/issues/642)) ([5ac4496](https://github.com/Microsoft/fast-dna/commit/5ac4496)) +* **fast-components-react-msft:** add localized styles and enable ltr/rtl swapping on documentation site ([#517](https://github.com/Microsoft/fast-dna/issues/517)) ([ce939b7](https://github.com/Microsoft/fast-dna/commit/ce939b7)) +* **fast-components-styles-msft:** set default config values as a fallback if there is a missing or incomplete design system ([#633](https://github.com/Microsoft/fast-dna/issues/633)) ([ffeafc7](https://github.com/Microsoft/fast-dna/commit/ffeafc7)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **utilities:** adds generic acrylic function to `fast-jss-utilites` and MSFT specific implementation to `fast-component-styles-msft` ([#740](https://github.com/Microsoft/fast-dna/issues/740)) ([f8aad89](https://github.com/Microsoft/fast-dna/commit/f8aad89)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-components-styles-msft/package.json b/packages/fast-components-styles-msft/package.json index f3d45c3e30d..bb87e27278e 100644 --- a/packages/fast-components-styles-msft/package.json +++ b/packages/fast-components-styles-msft/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-components-styles-msft", "description": "Javascript style sheets for FAST components", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -22,8 +22,8 @@ "prepare": "npm run clean:dist && tsc -p ./tsconfig.json" }, "devDependencies": { - "@microsoft/fast-application-utilities": "^1.9.2", - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-application-utilities": "^2.0.0", + "@microsoft/fast-tslint-rules": "^2.0.0", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "chroma-js": "^1.3.0", @@ -32,10 +32,10 @@ "typescript": "^2.7.2" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.9.2", - "@microsoft/fast-components-class-name-contracts-msft": "^1.9.2", - "@microsoft/fast-jss-manager": "^1.9.2", - "@microsoft/fast-jss-utilities": "^1.9.2" + "@microsoft/fast-components-class-name-contracts-base": "^2.0.0", + "@microsoft/fast-components-class-name-contracts-msft": "^2.0.0", + "@microsoft/fast-jss-manager": "^2.0.0", + "@microsoft/fast-jss-utilities": "^2.0.0" }, "peerDependencies": { "@microsoft/fast-application-utilities": "^1.7.0", diff --git a/packages/fast-css-editor-react/CHANGELOG.md b/packages/fast-css-editor-react/CHANGELOG.md index 20f5afe9a89..96fabb30ba5 100644 --- a/packages/fast-css-editor-react/CHANGELOG.md +++ b/packages/fast-css-editor-react/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **fast-css-editor-react:** update the api to accept strings for position ([#707](https://github.com/Microsoft/fast-dna/issues/707)) ([f2a4d83](https://github.com/Microsoft/fast-dna/commit/f2a4d83)) + + +### Features + +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-css-editor-react/package.json b/packages/fast-css-editor-react/package.json index e09f9cf7d99..a7a7248833e 100644 --- a/packages/fast-css-editor-react/package.json +++ b/packages/fast-css-editor-react/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-css-editor-react", - "version": "1.9.2", + "version": "2.0.0", "description": "A set of React components that allows the user to edit CSS properties", "sideEffects": false, "author": { @@ -53,16 +53,16 @@ ] }, "devDependencies": { - "@microsoft/fast-application-utilities": "^1.9.2", - "@microsoft/fast-components-class-name-contracts-base": "^1.9.2", - "@microsoft/fast-development-site-react": "^1.9.2", - "@microsoft/fast-glyphs-msft": "^1.9.2", - "@microsoft/fast-jest-snapshots-react": "^1.9.2", - "@microsoft/fast-jss-manager": "^1.9.2", - "@microsoft/fast-jss-manager-react": "^1.9.2", - "@microsoft/fast-jss-utilities": "^1.9.2", - "@microsoft/fast-sketch-library": "^1.9.2", - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-application-utilities": "^2.0.0", + "@microsoft/fast-components-class-name-contracts-base": "^2.0.0", + "@microsoft/fast-development-site-react": "^2.0.0", + "@microsoft/fast-glyphs-msft": "^2.0.0", + "@microsoft/fast-jest-snapshots-react": "^2.0.0", + "@microsoft/fast-jss-manager": "^2.0.0", + "@microsoft/fast-jss-manager-react": "^2.0.0", + "@microsoft/fast-jss-utilities": "^2.0.0", + "@microsoft/fast-sketch-library": "^2.0.0", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.0", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", diff --git a/packages/fast-development-site-react/CHANGELOG.md b/packages/fast-development-site-react/CHANGELOG.md index e830840f8a7..934c098a225 100644 --- a/packages/fast-development-site-react/CHANGELOG.md +++ b/packages/fast-development-site-react/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **dev-site:** fixes html5 validation issues with dev site markup ([#463](https://github.com/Microsoft/fast-dna/issues/463)) ([c171e79](https://github.com/Microsoft/fast-dna/commit/c171e79)) +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **fast-development-site:** correctly display component view border ([#595](https://github.com/Microsoft/fast-dna/issues/595)) ([b2725dd](https://github.com/Microsoft/fast-dna/commit/b2725dd)) +* **fast-development-site:** fix a pathing issue between the detail and example pages ([#525](https://github.com/Microsoft/fast-dna/issues/525)) ([ef577c4](https://github.com/Microsoft/fast-dna/commit/ef577c4)) +* **fast-development-site:** fix for switching to RTL should only affect component view ([#593](https://github.com/Microsoft/fast-dna/issues/593)) ([ab70f2a](https://github.com/Microsoft/fast-dna/commit/ab70f2a)) +* **fast-development-site:** fixes site component issue where state is expected for theme even if it does not exist ([#697](https://github.com/Microsoft/fast-dna/issues/697)) ([b85bdbf](https://github.com/Microsoft/fast-dna/commit/b85bdbf)) +* **fast-development-site:** remove component name and add presets tab ([#579](https://github.com/Microsoft/fast-dna/issues/579)) ([9266132](https://github.com/Microsoft/fast-dna/commit/9266132)) +* **fast-development-site:** text cursor for non interactable areas should be default cursor ([#715](https://github.com/Microsoft/fast-dna/issues/715)) ([58e4191](https://github.com/Microsoft/fast-dna/commit/58e4191)) +* **fast-development-site:** update background image size ([#606](https://github.com/Microsoft/fast-dna/issues/606)) ([8a2ac45](https://github.com/Microsoft/fast-dna/commit/8a2ac45)) +* **fast-development-site-react:** fix the selection model to always point to a component/item ([#522](https://github.com/Microsoft/fast-dna/issues/522)) ([608f548](https://github.com/Microsoft/fast-dna/commit/608f548)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **dev-site:** adds error boundary to dev site component wrapper to prevent entire views from breaking ([#438](https://github.com/Microsoft/fast-dna/issues/438)) ([54918b9](https://github.com/Microsoft/fast-dna/commit/54918b9)) +* **development-site:** add ability to have children as strings in the form generator and development site dev tools ([#518](https://github.com/Microsoft/fast-dna/issues/518)) ([2a4a87f](https://github.com/Microsoft/fast-dna/commit/2a4a87f)) +* **development-site:** add component for title and component for title with brand color applied ([#501](https://github.com/Microsoft/fast-dna/issues/501)) ([d1d9d5c](https://github.com/Microsoft/fast-dna/commit/d1d9d5c)) +* **fast-components-react-msft:** add localized styles and enable ltr/rtl swapping on documentation site ([#517](https://github.com/Microsoft/fast-dna/issues/517)) ([ce939b7](https://github.com/Microsoft/fast-dna/commit/ce939b7)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **fast-development-site:** add component theme support ([#655](https://github.com/Microsoft/fast-dna/issues/655)) ([4c4ce6b](https://github.com/Microsoft/fast-dna/commit/4c4ce6b)) +* **fast-development-site:** add component transparency toggle to info bar ([#591](https://github.com/Microsoft/fast-dna/issues/591)) ([f065f6a](https://github.com/Microsoft/fast-dna/commit/f065f6a)) +* **fast-development-site:** add hover and focus states to TOC menu items ([#745](https://github.com/Microsoft/fast-dna/issues/745)) ([b74673f](https://github.com/Microsoft/fast-dna/commit/b74673f)) +* **fast-development-site:** add resize capability to row component ([#559](https://github.com/Microsoft/fast-dna/issues/559)) ([3510400](https://github.com/Microsoft/fast-dna/commit/3510400)) +* **fast-development-site:** add syntax highlighting to code preview ([#583](https://github.com/Microsoft/fast-dna/issues/583)) ([e763341](https://github.com/Microsoft/fast-dna/commit/e763341)) +* **fast-development-site:** Create infobar for fast site ([#558](https://github.com/Microsoft/fast-dna/issues/558)) ([86335ea](https://github.com/Microsoft/fast-dna/commit/86335ea)) +* **fast-development-site:** update waffle menu style and animations ([#724](https://github.com/Microsoft/fast-dna/issues/724)) ([0eb195c](https://github.com/Microsoft/fast-dna/commit/0eb195c)) +* **fast-development-site-react:** add ability to update component values dynamically from outside the site ([#634](https://github.com/Microsoft/fast-dna/issues/634)) ([3130fdf](https://github.com/Microsoft/fast-dna/commit/3130fdf)) +* **localization:** adds direction rtl/ltr updating ([#485](https://github.com/Microsoft/fast-dna/issues/485)) ([0a5e1e7](https://github.com/Microsoft/fast-dna/commit/0a5e1e7)) +* **schema:** add schema view to dev tools ([#448](https://github.com/Microsoft/fast-dna/issues/448)) ([681585d](https://github.com/Microsoft/fast-dna/commit/681585d)) +* **shell:** add shell package with app-grid ([#461](https://github.com/Microsoft/fast-dna/issues/461)) ([dabb3b4](https://github.com/Microsoft/fast-dna/commit/dabb3b4)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-development-site-react/package.json b/packages/fast-development-site-react/package.json index 4ebc3744abc..7ffa102d052 100644 --- a/packages/fast-development-site-react/package.json +++ b/packages/fast-development-site-react/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-development-site-react", "description": "FAST development testing site for React", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -25,18 +25,18 @@ "tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'" }, "dependencies": { - "@microsoft/fast-application-utilities": "^1.9.2", - "@microsoft/fast-form-generator-react": "^1.9.2", - "@microsoft/fast-glyphs-msft": "^1.9.2", - "@microsoft/fast-jss-manager-react": "^1.9.2", - "@microsoft/fast-jss-utilities": "^1.9.2", - "@microsoft/fast-layouts-react": "^1.9.2", + "@microsoft/fast-application-utilities": "^2.0.0", + "@microsoft/fast-form-generator-react": "^2.0.0", + "@microsoft/fast-glyphs-msft": "^2.0.0", + "@microsoft/fast-jss-manager-react": "^2.0.0", + "@microsoft/fast-jss-utilities": "^2.0.0", + "@microsoft/fast-layouts-react": "^2.0.0", "react-syntax-highlighter": "^7.0.4" }, "devDependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.9.2", - "@microsoft/fast-jss-manager": "^1.9.2", - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-components-class-name-contracts-base": "^2.0.0", + "@microsoft/fast-jss-manager": "^2.0.0", + "@microsoft/fast-tslint-rules": "^2.0.0", "@polymer/polymer": "^3.0.0-pre.10", "@types/lodash-es": "^4.17.0", "@types/node": "^9.6.7", diff --git a/packages/fast-form-generator-react/CHANGELOG.md b/packages/fast-form-generator-react/CHANGELOG.md index 790a116e1fc..82520c0dc6a 100644 --- a/packages/fast-form-generator-react/CHANGELOG.md +++ b/packages/fast-form-generator-react/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* fix imports after updating types ([#644](https://github.com/Microsoft/fast-dna/issues/644)) ([65ed738](https://github.com/Microsoft/fast-dna/commit/65ed738)) +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **fast-development-site:** remove component name and add presets tab ([#579](https://github.com/Microsoft/fast-dna/issues/579)) ([9266132](https://github.com/Microsoft/fast-dna/commit/9266132)) +* **fast-form-generator:** remove resize behavior and update fontfamily ([#727](https://github.com/Microsoft/fast-dna/issues/727)) ([5d57974](https://github.com/Microsoft/fast-dna/commit/5d57974)) +* **fast-form-generator-react:** correct the validation between oneOf and anyOf checks ([#677](https://github.com/Microsoft/fast-dna/issues/677)) ([f5d185c](https://github.com/Microsoft/fast-dna/commit/f5d185c)) +* **fast-form-generator-react:** entire list item should be clickable when navigating between sections ([#673](https://github.com/Microsoft/fast-dna/issues/673)) ([5504475](https://github.com/Microsoft/fast-dna/commit/5504475)) +* **fast-form-generator-react:** sets the value of the textarea to an empty string if it is undefined ([#683](https://github.com/Microsoft/fast-dna/issues/683)) ([0bc66ac](https://github.com/Microsoft/fast-dna/commit/0bc66ac)) +* **fast-form-generator-react:** update + glyph positioning ([#626](https://github.com/Microsoft/fast-dna/issues/626)) ([4902ea4](https://github.com/Microsoft/fast-dna/commit/4902ea4)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **development-site:** add ability to have children as strings in the form generator and development site dev tools ([#518](https://github.com/Microsoft/fast-dna/issues/518)) ([2a4a87f](https://github.com/Microsoft/fast-dna/commit/2a4a87f)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **fast-development-site:** add collapsible titles on configure pane ([#605](https://github.com/Microsoft/fast-dna/issues/605)) ([9ab9af9](https://github.com/Microsoft/fast-dna/commit/9ab9af9)) +* **form generator:** add focus/hover states ([#449](https://github.com/Microsoft/fast-dna/issues/449)) ([4dbe9a3](https://github.com/Microsoft/fast-dna/commit/4dbe9a3)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-form-generator-react/package.json b/packages/fast-form-generator-react/package.json index 86f3073dc5f..31096be0f7b 100644 --- a/packages/fast-form-generator-react/package.json +++ b/packages/fast-form-generator-react/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-form-generator-react", "description": "A self generating user interface based on JSON Schemas.", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -65,13 +65,13 @@ "tv4": "^1.3.0" }, "devDependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.9.2", - "@microsoft/fast-jest-snapshots-react": "^1.9.2", - "@microsoft/fast-jss-manager": "^1.9.2", - "@microsoft/fast-jss-manager-react": "^1.9.2", - "@microsoft/fast-jss-utilities": "^1.9.2", - "@microsoft/fast-permutator": "^1.9.2", - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-components-class-name-contracts-base": "^2.0.0", + "@microsoft/fast-jest-snapshots-react": "^2.0.0", + "@microsoft/fast-jss-manager": "^2.0.0", + "@microsoft/fast-jss-manager-react": "^2.0.0", + "@microsoft/fast-jss-utilities": "^2.0.0", + "@microsoft/fast-permutator": "^2.0.0", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.2", "@types/lodash-es": "^4.17.0", "@types/node": "^9.6.2", diff --git a/packages/fast-glyphs-msft/CHANGELOG.md b/packages/fast-glyphs-msft/CHANGELOG.md index 0148bea0d18..6c8cd196ef5 100644 --- a/packages/fast-glyphs-msft/CHANGELOG.md +++ b/packages/fast-glyphs-msft/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **fast-development-site:** add component transparency toggle to info bar ([#591](https://github.com/Microsoft/fast-dna/issues/591)) ([f065f6a](https://github.com/Microsoft/fast-dna/commit/f065f6a)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-glyphs-msft/package.json b/packages/fast-glyphs-msft/package.json index f5930303785..2fc2f610073 100644 --- a/packages/fast-glyphs-msft/package.json +++ b/packages/fast-glyphs-msft/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-glyphs-msft", "description": "Microsoft SVG Glyphs", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/Microsoft/fast-tslint-rules#readme", "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/node": "^9.6.2", "ts-node": "^5.0.1", "tslint": "^5.9.1", diff --git a/packages/fast-jest-snapshots-react/CHANGELOG.md b/packages/fast-jest-snapshots-react/CHANGELOG.md index 0f00e96c605..877dba46331 100644 --- a/packages/fast-jest-snapshots-react/CHANGELOG.md +++ b/packages/fast-jest-snapshots-react/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-jest-snapshots-react/package.json b/packages/fast-jest-snapshots-react/package.json index 7376c070ee3..8763da6280a 100644 --- a/packages/fast-jest-snapshots-react/package.json +++ b/packages/fast-jest-snapshots-react/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-jest-snapshots-react", "description": "A small utility for automating Jest snapshot creation of React components", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -22,7 +22,7 @@ "tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.2", "@types/react": "^16.3.6", "jest": "^22.4.3", diff --git a/packages/fast-jss-manager-angular/CHANGELOG.md b/packages/fast-jss-manager-angular/CHANGELOG.md index 5de9a982185..fb2a119e7d4 100644 --- a/packages/fast-jss-manager-angular/CHANGELOG.md +++ b/packages/fast-jss-manager-angular/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-jss-manager-angular/package.json b/packages/fast-jss-manager-angular/package.json index 4d3af4cbf4a..9b09b4d537f 100644 --- a/packages/fast-jss-manager-angular/package.json +++ b/packages/fast-jss-manager-angular/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-jss-manager-angular", "description": "Angular directive and component for managing component JSS stylesheets", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -60,7 +60,7 @@ "@angular/core": "^5.2.0", "@angular/platform-browser": "^5.2.9", "@angular/platform-browser-dynamic": "^5.2.9", - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.1.2", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -96,6 +96,6 @@ "zone.js": "^0.8.19" }, "dependencies": { - "@microsoft/fast-jss-manager": "^1.9.2" + "@microsoft/fast-jss-manager": "^2.0.0" } } diff --git a/packages/fast-jss-manager-react/CHANGELOG.md b/packages/fast-jss-manager-react/CHANGELOG.md index 98141e48679..ca6f19d1d89 100644 --- a/packages/fast-jss-manager-react/CHANGELOG.md +++ b/packages/fast-jss-manager-react/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **jss:** update manager to support function stylesheets ([#508](https://github.com/Microsoft/fast-dna/issues/508)) ([8e7c947](https://github.com/Microsoft/fast-dna/commit/8e7c947)) +* **jss-manager:** update to enable server-side rendering of stylesheets. ([#516](https://github.com/Microsoft/fast-dna/issues/516)) ([a5072d0](https://github.com/Microsoft/fast-dna/commit/a5072d0)) +* **localization:** adds direction rtl/ltr updating ([#485](https://github.com/Microsoft/fast-dna/issues/485)) ([0a5e1e7](https://github.com/Microsoft/fast-dna/commit/0a5e1e7)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-jss-manager-react/package.json b/packages/fast-jss-manager-react/package.json index 4a0faf2f139..3fbeee7c10b 100644 --- a/packages/fast-jss-manager-react/package.json +++ b/packages/fast-jss-manager-react/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-jss-manager-react", "description": "React HOC for managing component JSS stylesheets", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -52,7 +52,7 @@ "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.1.2", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -86,6 +86,6 @@ "react": "^16.3.0" }, "dependencies": { - "@microsoft/fast-jss-manager": "^1.9.2" + "@microsoft/fast-jss-manager": "^2.0.0" } } diff --git a/packages/fast-jss-manager/CHANGELOG.md b/packages/fast-jss-manager/CHANGELOG.md index eb93a7aeed9..02d092ffe2c 100644 --- a/packages/fast-jss-manager/CHANGELOG.md +++ b/packages/fast-jss-manager/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **jss:** update manager to support function stylesheets ([#508](https://github.com/Microsoft/fast-dna/issues/508)) ([8e7c947](https://github.com/Microsoft/fast-dna/commit/8e7c947)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-jss-manager/package.json b/packages/fast-jss-manager/package.json index ec5648c71d5..be58fc64352 100644 --- a/packages/fast-jss-manager/package.json +++ b/packages/fast-jss-manager/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-jss-manager", "description": "Provides common code to all JSS manager implementations.", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -22,13 +22,13 @@ "test": "npm run tslint" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "csstype": "^2.3.0", "tslint": "^5.9.1", "typescript": "^2.7.2" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.9.2" + "@microsoft/fast-components-class-name-contracts-base": "^2.0.0" }, "peerDependencies": { "csstype": "^2.3.0" diff --git a/packages/fast-jss-utilities/CHANGELOG.md b/packages/fast-jss-utilities/CHANGELOG.md index c01c1e80731..9667ca405e1 100644 --- a/packages/fast-jss-utilities/CHANGELOG.md +++ b/packages/fast-jss-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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-components-react-msft:** add localized styles and enable ltr/rtl swapping on documentation site ([#517](https://github.com/Microsoft/fast-dna/issues/517)) ([ce939b7](https://github.com/Microsoft/fast-dna/commit/ce939b7)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **utilities:** adds generic acrylic function to `fast-jss-utilites` and MSFT specific implementation to `fast-component-styles-msft` ([#740](https://github.com/Microsoft/fast-dna/issues/740)) ([f8aad89](https://github.com/Microsoft/fast-dna/commit/f8aad89)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-jss-utilities/package.json b/packages/fast-jss-utilities/package.json index 2c4fcfa9777..5e22c78a5c8 100644 --- a/packages/fast-jss-utilities/package.json +++ b/packages/fast-jss-utilities/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-jss-utilities", "description": "Utilities for use with JSS", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -42,7 +42,7 @@ ] }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.3", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", @@ -53,7 +53,7 @@ "typescript": "^2.7.2" }, "dependencies": { - "@microsoft/fast-jss-manager": "^1.9.2" + "@microsoft/fast-jss-manager": "^2.0.0" }, "peerDependencies": { "csstype": "^2.3.0" diff --git a/packages/fast-layouts-react/CHANGELOG.md b/packages/fast-layouts-react/CHANGELOG.md index 99db5567d75..7c9ce8ab1b0 100644 --- a/packages/fast-layouts-react/CHANGELOG.md +++ b/packages/fast-layouts-react/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **fast-layouts-react:** fix export issue to allow Column, Grid, and Page components to be imported from the root level of the package ([#554](https://github.com/Microsoft/fast-dna/issues/554)) ([83c08b2](https://github.com/Microsoft/fast-dna/commit/83c08b2)) + + +### Features + +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **fast-development-site:** add resize capability to row component ([#559](https://github.com/Microsoft/fast-dna/issues/559)) ([3510400](https://github.com/Microsoft/fast-dna/commit/3510400)) +* **layouts:** add page, grid, and column layout configuration ([#471](https://github.com/Microsoft/fast-dna/issues/471)) ([97830fb](https://github.com/Microsoft/fast-dna/commit/97830fb)) +* **layouts:** create configurable breakpoint tracker utility ([#467](https://github.com/Microsoft/fast-dna/issues/467)) ([4b1ed8a](https://github.com/Microsoft/fast-dna/commit/4b1ed8a)) +* **shell:** add shell package with app-grid ([#461](https://github.com/Microsoft/fast-dna/issues/461)) ([dabb3b4](https://github.com/Microsoft/fast-dna/commit/dabb3b4)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-layouts-react/package.json b/packages/fast-layouts-react/package.json index 8601f66f8a9..ae48a3a259a 100644 --- a/packages/fast-layouts-react/package.json +++ b/packages/fast-layouts-react/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-layouts-react", - "version": "1.9.2", + "version": "2.0.0", "description": "FAST layout components written in React", "sideEffects": false, "author": { @@ -58,7 +58,7 @@ ] }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.0", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -92,7 +92,7 @@ "react-dom": "^16.3.0" }, "dependencies": { - "@microsoft/fast-jss-manager-react": "^1.9.2", - "@microsoft/fast-jss-utilities": "^1.9.2" + "@microsoft/fast-jss-manager-react": "^2.0.0", + "@microsoft/fast-jss-utilities": "^2.0.0" } } diff --git a/packages/fast-markdown-msft-react/CHANGELOG.md b/packages/fast-markdown-msft-react/CHANGELOG.md index 5ede3319c36..3b75c9135d0 100644 --- a/packages/fast-markdown-msft-react/CHANGELOG.md +++ b/packages/fast-markdown-msft-react/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-markdown-msft-react/package.json b/packages/fast-markdown-msft-react/package.json index 949c3e42737..94827ccbce6 100644 --- a/packages/fast-markdown-msft-react/package.json +++ b/packages/fast-markdown-msft-react/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-markdown-msft-react", "description": "Converter for markdown files to JSX as a string which can be embedded in a site", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -53,10 +53,10 @@ "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)$" }, "devDependencies": { - "@microsoft/fast-components-react-base": "^1.9.2", - "@microsoft/fast-components-react-msft": "^1.9.2", - "@microsoft/fast-jest-snapshots-react": "^1.9.2", - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-components-react-base": "^2.0.0", + "@microsoft/fast-components-react-msft": "^2.0.0", + "@microsoft/fast-jest-snapshots-react": "^2.0.0", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.1.2", "@types/markdown-it": "0.0.4", "@types/node": "^9.4.6", diff --git a/packages/fast-permutator/CHANGELOG.md b/packages/fast-permutator/CHANGELOG.md index ae188216933..50035a53714 100644 --- a/packages/fast-permutator/CHANGELOG.md +++ b/packages/fast-permutator/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **permutator:** fix an issue where lodash was being referred to and not lodash-es ([#509](https://github.com/Microsoft/fast-dna/issues/509)) ([88f4b90](https://github.com/Microsoft/fast-dna/commit/88f4b90)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) +* **jss-manager:** update to enable server-side rendering of stylesheets. ([#516](https://github.com/Microsoft/fast-dna/issues/516)) ([a5072d0](https://github.com/Microsoft/fast-dna/commit/a5072d0)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-permutator/package.json b/packages/fast-permutator/package.json index ad80f643ef3..5cb2317d420 100644 --- a/packages/fast-permutator/package.json +++ b/packages/fast-permutator/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-permutator", "description": "Creates all possible permutations of a component based on its JSON Schema.", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Fluent Web", "url": "https://discord.gg/FcSNfg4" diff --git a/packages/fast-sketch-library/CHANGELOG.md b/packages/fast-sketch-library/CHANGELOG.md index c32c44dc5e2..7d58d1eebd7 100644 --- a/packages/fast-sketch-library/CHANGELOG.md +++ b/packages/fast-sketch-library/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) +* **hypertext:** fix hypertext style when no href value exists ([#499](https://github.com/Microsoft/fast-dna/issues/499)) ([cd5d3d2](https://github.com/Microsoft/fast-dna/commit/cd5d3d2)) + + +### Features + +* add sketch utility and design kit ([#495](https://github.com/Microsoft/fast-dna/issues/495)) ([ce8feb3](https://github.com/Microsoft/fast-dna/commit/ce8feb3)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-sketch-library/package.json b/packages/fast-sketch-library/package.json index 11d9e9033c4..b2c66c8dfbb 100644 --- a/packages/fast-sketch-library/package.json +++ b/packages/fast-sketch-library/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-sketch-library", "description": "A Node.js utility for quickly extracting Sketch symbol libraries from a website", - "version": "1.9.2", + "version": "2.0.0", "private": true, "sideEffects": false, "author": { @@ -24,7 +24,7 @@ }, "devDependencies": { "@brainly/html-sketchapp": "^3.1.0", - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/node": "^9.4.6", "@types/puppeteer": "^1.3.2", "ts-loader": "^4.3.0", diff --git a/packages/fast-tslint-rules/CHANGELOG.md b/packages/fast-tslint-rules/CHANGELOG.md index e021fc08fb5..d5c49244098 100644 --- a/packages/fast-tslint-rules/CHANGELOG.md +++ b/packages/fast-tslint-rules/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-tslint-rules/package.json b/packages/fast-tslint-rules/package.json index fb93a882b6f..ba6e8e4a16e 100644 --- a/packages/fast-tslint-rules/package.json +++ b/packages/fast-tslint-rules/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-tslint-rules", "description": "tslint rules for FAST projects", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" diff --git a/packages/fast-viewer-react/CHANGELOG.md b/packages/fast-viewer-react/CHANGELOG.md index d659a391595..d5b3fe8b2ae 100644 --- a/packages/fast-viewer-react/CHANGELOG.md +++ b/packages/fast-viewer-react/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Bug Fixes + +* **fast-components-react-msft:** fixes error running jest with components that require chroma ([#687](https://github.com/Microsoft/fast-dna/issues/687)) ([140457c](https://github.com/Microsoft/fast-dna/commit/140457c)) + + +### Features + +* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871)) +* **fast-css-editor-react:** add default editor component and position component ([#636](https://github.com/Microsoft/fast-dna/issues/636)) ([72037a8](https://github.com/Microsoft/fast-dna/commit/72037a8)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-viewer-react/package.json b/packages/fast-viewer-react/package.json index 1eb876babd9..d8d0ebe501d 100644 --- a/packages/fast-viewer-react/package.json +++ b/packages/fast-viewer-react/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-viewer-react", "description": "An implementation of a React iframe that is self-contained.", "sideEffects": false, - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Fluent Web", "url": "https://discord.gg/FcSNfg4" @@ -71,7 +71,7 @@ "react-dom": "^16.3.0" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.1.1", "@types/lodash-es": "^4.17.0", "@types/node": "^9.6.7", diff --git a/packages/fast-web-utilities/CHANGELOG.md b/packages/fast-web-utilities/CHANGELOG.md index 8b92d9a61c7..9871d6ad652 100644 --- a/packages/fast-web-utilities/CHANGELOG.md +++ b/packages/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. + +# [2.0.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v2.0.0) (2018-08-02) + + +### Features + +* **utilities:** add fast-web-utilities as a new package ([#686](https://github.com/Microsoft/fast-dna/issues/686)) ([a31a581](https://github.com/Microsoft/fast-dna/commit/a31a581)) + + + + # [1.9.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.9.0) (2018-07-14) diff --git a/packages/fast-web-utilities/package.json b/packages/fast-web-utilities/package.json index 492d91ba2b7..a563840ca70 100644 --- a/packages/fast-web-utilities/package.json +++ b/packages/fast-web-utilities/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-web-utilities", "description": "FAST web utilities", - "version": "1.9.2", + "version": "2.0.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -50,7 +50,7 @@ ] }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.9.2", + "@microsoft/fast-tslint-rules": "^2.0.0", "@types/jest": "^22.2.0", "@types/lodash-es": "^4.17.0", "babel-core": "^6.26.0",