diff --git a/CHANGELOG.md b/CHANGELOG.md index f99eec892c9..f6f1981d99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,90 @@ - -# 1.0.0 (2018-03-08) +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) ### Bug Fixes +* **naming:** fix component names to align to repo standard ([#202](https://github.com/Microsoft/fast-dna/issues/202)) ([298836e](https://github.com/Microsoft/fast-dna/commit/298836e)) * corrects typing of ICSS rules ([#15](https://github.com/Microsoft/fast-dna/issues/15)) ([44dc167](https://github.com/Microsoft/fast-dna/commit/44dc167)) +* **animation:** refactor animate sequence and group to remove code duplication ([#325](https://github.com/Microsoft/fast-dna/issues/325)) ([2beeb98](https://github.com/Microsoft/fast-dna/commit/2beeb98)) +* **build:** fixes an issue where npm install was failing due to mismatched package dependency versions ([#21](https://github.com/Microsoft/fast-dna/issues/21)) ([1dda250](https://github.com/Microsoft/fast-dna/commit/1dda250)) +* **button:** fixes button import which caused issues using the framework outside the monorepository ([#377](https://github.com/Microsoft/fast-dna/issues/377)) ([e39c178](https://github.com/Microsoft/fast-dna/commit/e39c178)) +* **dev-site:** add design system provider to component example factory ([#359](https://github.com/Microsoft/fast-dna/issues/359)) ([7f01fd5](https://github.com/Microsoft/fast-dna/commit/7f01fd5)) +* **package:** rename fast-development-site to fast-react-development-site ([#115](https://github.com/Microsoft/fast-dna/issues/115)) ([196d6bb](https://github.com/Microsoft/fast-dna/commit/196d6bb)) +* **package:** rename fast-react-components-fluent to fast-react-components-msft ([#117](https://github.com/Microsoft/fast-dna/issues/117)) ([c0e735a](https://github.com/Microsoft/fast-dna/commit/c0e735a)) +* **permutator:** fix duplicate code for handling required and optional data ([#323](https://github.com/Microsoft/fast-dna/issues/323)) ([e5817dc](https://github.com/Microsoft/fast-dna/commit/e5817dc)) +* **permutator:** refactor repeated code to check if a location is recursive into a new utility ([#327](https://github.com/Microsoft/fast-dna/issues/327)) ([4e5e093](https://github.com/Microsoft/fast-dna/commit/4e5e093)) +* **tests:** fix polymer issue during lerna run test ([#261](https://github.com/Microsoft/fast-dna/issues/261)) ([1142a6a](https://github.com/Microsoft/fast-dna/commit/1142a6a)) +* **tslint:** fix tslint errors ([#114](https://github.com/Microsoft/fast-dna/issues/114)) ([78fea3e](https://github.com/Microsoft/fast-dna/commit/78fea3e)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) ### Features +* add color utility package ([#138](https://github.com/Microsoft/fast-dna/issues/138)) ([f666c23](https://github.com/Microsoft/fast-dna/commit/f666c23)) +* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add hypertext component ([#210](https://github.com/Microsoft/fast-dna/issues/210)) ([9e363ff](https://github.com/Microsoft/fast-dna/commit/9e363ff)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* add tabbed navigation for development site ([#343](https://github.com/Microsoft/fast-dna/issues/343)) ([dcab3bc](https://github.com/Microsoft/fast-dna/commit/dcab3bc)) * adds button boilerplate ([#11](https://github.com/Microsoft/fast-dna/issues/11)) ([5048f41](https://github.com/Microsoft/fast-dna/commit/5048f41)) * adds fast-development-site for testing component libraries ([#7](https://github.com/Microsoft/fast-dna/issues/7)) ([53ce962](https://github.com/Microsoft/fast-dna/commit/53ce962)) * adds fast-react-component-base directory ([#10](https://github.com/Microsoft/fast-dna/issues/10)) ([c4a2acb](https://github.com/Microsoft/fast-dna/commit/c4a2acb)) +* **typography:** add typography as a new base component and style ([#247](https://github.com/Microsoft/fast-dna/issues/247)) ([df3804e](https://github.com/Microsoft/fast-dna/commit/df3804e)) * adds fast-react-jss-manager project ([#2](https://github.com/Microsoft/fast-dna/issues/2)) ([e70acfd](https://github.com/Microsoft/fast-dna/commit/e70acfd)) +* **angular:** add preliminary JSS manager for angular ([#140](https://github.com/Microsoft/fast-dna/issues/140)) ([0799251](https://github.com/Microsoft/fast-dna/commit/0799251)) +* **build:** add development site and automated example path generation ([#98](https://github.com/Microsoft/fast-dna/issues/98)) ([1c7e7d4](https://github.com/Microsoft/fast-dna/commit/1c7e7d4)) +* **build:** add development site to fast react components fluent ([#101](https://github.com/Microsoft/fast-dna/issues/101)) ([951f894](https://github.com/Microsoft/fast-dna/commit/951f894)) +* **button:** allows button to be rendered as an HTML button or an anchor element ([#93](https://github.com/Microsoft/fast-dna/issues/93)) ([96db63d](https://github.com/Microsoft/fast-dna/commit/96db63d)) +* **button:** updates to current msft styles ([#314](https://github.com/Microsoft/fast-dna/issues/314)) ([0029e06](https://github.com/Microsoft/fast-dna/commit/0029e06)) +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* **development site:** update the styling to reflect the new comps ([#275](https://github.com/Microsoft/fast-dna/issues/275)) ([e4c5609](https://github.com/Microsoft/fast-dna/commit/e4c5609)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* **docs:** add development site tools panel ([#383](https://github.com/Microsoft/fast-dna/issues/383)) ([86b491a](https://github.com/Microsoft/fast-dna/commit/86b491a)) +* **fluent:** adds fluent breakpoints and typographic ramp for heading, subheading, paragraph and caption ([#110](https://github.com/Microsoft/fast-dna/issues/110)) ([8450514](https://github.com/Microsoft/fast-dna/commit/8450514)) +* **form:** add the form generator to the development site ([#362](https://github.com/Microsoft/fast-dna/issues/362)) ([b4c97bf](https://github.com/Microsoft/fast-dna/commit/b4c97bf)) +* **form generator:** adds JSS ([#392](https://github.com/Microsoft/fast-dna/issues/392)) ([aee1084](https://github.com/Microsoft/fast-dna/commit/aee1084)) +* **form generator:** adds styling scaffolding and JSS for select ([#363](https://github.com/Microsoft/fast-dna/issues/363)) ([4aeef73](https://github.com/Microsoft/fast-dna/commit/4aeef73)) +* **Foundation:** adds base functionality to Foundation component ([#23](https://github.com/Microsoft/fast-dna/issues/23)) ([d4e1685](https://github.com/Microsoft/fast-dna/commit/d4e1685)) +* update utility to include localized spacing and direction ([#308](https://github.com/Microsoft/fast-dna/issues/308)) ([e45ea1a](https://github.com/Microsoft/fast-dna/commit/e45ea1a)) +* **heading:** add heading as a new msft component ([#280](https://github.com/Microsoft/fast-dna/issues/280)) ([b7ee1ab](https://github.com/Microsoft/fast-dna/commit/b7ee1ab)) +* **hypertext:** remove code duplication in hypertext styles ([#321](https://github.com/Microsoft/fast-dna/issues/321)) ([911572f](https://github.com/Microsoft/fast-dna/commit/911572f)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **jss-manager-react:** add stylesheet overrides as props ([#282](https://github.com/Microsoft/fast-dna/issues/282)) ([8610f35](https://github.com/Microsoft/fast-dna/commit/8610f35)) +* **label:** add new component and msft styles ([#265](https://github.com/Microsoft/fast-dna/issues/265)) ([0328028](https://github.com/Microsoft/fast-dna/commit/0328028)) +* **markdown:** add utility to convert markdown to msft component strings ([#346](https://github.com/Microsoft/fast-dna/issues/346)) ([67bca5f](https://github.com/Microsoft/fast-dna/commit/67bca5f)) +* **packages:** adds the data permutator, react viewer and browser extensions packages ([#51](https://github.com/Microsoft/fast-dna/issues/51)) ([f5268b8](https://github.com/Microsoft/fast-dna/commit/f5268b8)) +* **structure:** updates the structure for the development site ([#217](https://github.com/Microsoft/fast-dna/issues/217)) ([e153b0b](https://github.com/Microsoft/fast-dna/commit/e153b0b)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* **utilities:** add package for jss utilities ([#286](https://github.com/Microsoft/fast-dna/issues/286)) ([e1e9caf](https://github.com/Microsoft/fast-dna/commit/e1e9caf)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* Forked Class name contracts so we can have one for Base and one for MSFT ([#262](https://github.com/Microsoft/fast-dna/issues/262)) ([a4c54c0](https://github.com/Microsoft/fast-dna/commit/a4c54c0)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* update to React 16.3 ([#251](https://github.com/Microsoft/fast-dna/issues/251)) ([1fe77ef](https://github.com/Microsoft/fast-dna/commit/1fe77ef)) + + + + + +# 1.0.0 (2018-03-08) +### Bug Fixes + +* corrects typing of ICSS rules ([#15](https://github.com/Microsoft/fast-dna/issues/15)) ([44dc167](https://github.com/Microsoft/fast-dna/commit/44dc167)) + + +### Features +* adds button boilerplate ([#11](https://github.com/Microsoft/fast-dna/issues/11)) ([5048f41](https://github.com/Microsoft/fast-dna/commit/5048f41)) +* adds fast-development-site for testing component libraries ([#7](https://github.com/Microsoft/fast-dna/issues/7)) ([53ce962](https://github.com/Microsoft/fast-dna/commit/53ce962)) +* adds fast-react-component-base directory ([#10](https://github.com/Microsoft/fast-dna/issues/10)) ([c4a2acb](https://github.com/Microsoft/fast-dna/commit/c4a2acb)) +* adds fast-react-jss-manager project ([#2](https://github.com/Microsoft/fast-dna/issues/2)) ([e70acfd](https://github.com/Microsoft/fast-dna/commit/e70acfd)) diff --git a/lerna.json b/lerna.json index 82dceb08d7d..a502af29a35 100644 --- a/lerna.json +++ b/lerna.json @@ -2,14 +2,6 @@ "packages": [ "packages/*" ], - "version": "1.0.4", - "command": { - "publish": { - "allowBranch": "master", - "conventionalCommits": true, - "gitRemote": "upstream", - "message": "chore(release): publish %s" - } - }, + "version": "1.1.0", "lerna": "2.9.0" } diff --git a/packages/fast-animation/CHANGELOG.md b/packages/fast-animation/CHANGELOG.md new file mode 100644 index 00000000000..961c9106ddf --- /dev/null +++ b/packages/fast-animation/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* **animation:** refactor animate sequence and group to remove code duplication ([#325](https://github.com/Microsoft/fast-dna/issues/325)) ([2beeb98](https://github.com/Microsoft/fast-dna/commit/2beeb98)) +* **tslint:** fix tslint errors ([#114](https://github.com/Microsoft/fast-dna/issues/114)) ([78fea3e](https://github.com/Microsoft/fast-dna/commit/78fea3e)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-animation/package.json b/packages/fast-animation/package.json index 21d4d80a4c9..243ffcf9bef 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.0.4", + "version": "1.1.0", "license": "MIT", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "unit-tests": "jest" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "@types/jest": "^21.1.2", "@types/node": "^7.0.22", "@types/react": "^15.0.24", diff --git a/packages/fast-browser-extensions/CHANGELOG.md b/packages/fast-browser-extensions/CHANGELOG.md new file mode 100644 index 00000000000..96a18c3110f --- /dev/null +++ b/packages/fast-browser-extensions/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* **tslint:** fix tslint errors ([#114](https://github.com/Microsoft/fast-dna/issues/114)) ([78fea3e](https://github.com/Microsoft/fast-dna/commit/78fea3e)) +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38)) +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **packages:** adds the data permutator, react viewer and browser extensions packages ([#51](https://github.com/Microsoft/fast-dna/issues/51)) ([f5268b8](https://github.com/Microsoft/fast-dna/commit/f5268b8)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-browser-extensions/package.json b/packages/fast-browser-extensions/package.json index d8f3fd61509..c05c23512d2 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.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -23,7 +23,7 @@ "tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts'" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.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 new file mode 100644 index 00000000000..70dbcda9016 --- /dev/null +++ b/packages/fast-colors/CHANGELOG.md @@ -0,0 +1,25 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add color utility package ([#138](https://github.com/Microsoft/fast-dna/issues/138)) ([f666c23](https://github.com/Microsoft/fast-dna/commit/f666c23)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-colors/package.json b/packages/fast-colors/package.json index 79a5dd04549..75f005d8a78 100644 --- a/packages/fast-colors/package.json +++ b/packages/fast-colors/package.json @@ -1,10 +1,10 @@ { "name": "@microsoft/fast-colors", "description": "A color utility for generating a range of colors from a single color", - "version": "1.0.4", + "version": "1.1.0", "author": { - "name": "Microsoft", - "email": "fwq@microsoft.com" + "name": "Microsoft", + "email": "fwq@microsoft.com" }, "license": "MIT", "repository": { @@ -37,13 +37,13 @@ ] }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "@types/jest": "^22.2.0", + "chroma-js": "^1.3.0", "jest": "^22.4.2", "ts-jest": "^22.4.2", "tslint": "^5.9.1", - "typescript": "^2.7.2", - "chroma-js": "^1.3.0" + "typescript": "^2.7.2" }, "peerDependencies": { "chroma-js": "^1.3.0" diff --git a/packages/fast-components-class-name-contracts-base/CHANGELOG.md b/packages/fast-components-class-name-contracts-base/CHANGELOG.md new file mode 100644 index 00000000000..1d5a6ec57e5 --- /dev/null +++ b/packages/fast-components-class-name-contracts-base/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add hypertext component ([#210](https://github.com/Microsoft/fast-dna/issues/210)) ([9e363ff](https://github.com/Microsoft/fast-dna/commit/9e363ff)) +* Forked Class name contracts so we can have one for Base and one for MSFT ([#262](https://github.com/Microsoft/fast-dna/issues/262)) ([a4c54c0](https://github.com/Microsoft/fast-dna/commit/a4c54c0)) +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* **label:** add new component and msft styles ([#265](https://github.com/Microsoft/fast-dna/issues/265)) ([0328028](https://github.com/Microsoft/fast-dna/commit/0328028)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-components-class-name-contracts-base/package.json b/packages/fast-components-class-name-contracts-base/package.json index a9d88a877b0..e01ebef3e6a 100644 --- a/packages/fast-components-class-name-contracts-base/package.json +++ b/packages/fast-components-class-name-contracts-base/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-components-class-name-contracts-base", "description": "Type descriptions for the classnames that any given component can expect as props.", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -21,7 +21,7 @@ }, "license": "MIT", "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.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 new file mode 100644 index 00000000000..49b978ec425 --- /dev/null +++ b/packages/fast-components-class-name-contracts-msft/CHANGELOG.md @@ -0,0 +1,20 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* Forked Class name contracts so we can have one for Base and one for MSFT ([#262](https://github.com/Microsoft/fast-dna/issues/262)) ([a4c54c0](https://github.com/Microsoft/fast-dna/commit/a4c54c0)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* **button:** updates to current msft styles ([#314](https://github.com/Microsoft/fast-dna/issues/314)) ([0029e06](https://github.com/Microsoft/fast-dna/commit/0029e06)) +* **heading:** add heading as a new msft component ([#280](https://github.com/Microsoft/fast-dna/issues/280)) ([b7ee1ab](https://github.com/Microsoft/fast-dna/commit/b7ee1ab)) diff --git a/packages/fast-components-class-name-contracts-msft/package.json b/packages/fast-components-class-name-contracts-msft/package.json index 851e111c9e2..47be3bcfc0c 100644 --- a/packages/fast-components-class-name-contracts-msft/package.json +++ b/packages/fast-components-class-name-contracts-msft/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-components-class-name-contracts-msft", "description": "Type descriptions for the classnames that any given component can expect as props.", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -21,11 +21,11 @@ }, "license": "MIT", "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "tslint": "^5.9.1", "typescript": "^2.7.2" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.0.4" + "@microsoft/fast-components-class-name-contracts-base": "^1.1.0" } } diff --git a/packages/fast-components-react-base/CHANGELOG.md b/packages/fast-components-react-base/CHANGELOG.md new file mode 100644 index 00000000000..4dda8d68635 --- /dev/null +++ b/packages/fast-components-react-base/CHANGELOG.md @@ -0,0 +1,36 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* **naming:** fix component names to align to repo standard ([#202](https://github.com/Microsoft/fast-dna/issues/202)) ([298836e](https://github.com/Microsoft/fast-dna/commit/298836e)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add hypertext component ([#210](https://github.com/Microsoft/fast-dna/issues/210)) ([9e363ff](https://github.com/Microsoft/fast-dna/commit/9e363ff)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* Forked Class name contracts so we can have one for Base and one for MSFT ([#262](https://github.com/Microsoft/fast-dna/issues/262)) ([a4c54c0](https://github.com/Microsoft/fast-dna/commit/a4c54c0)) +* **typography:** add typography as a new base component and style ([#247](https://github.com/Microsoft/fast-dna/issues/247)) ([df3804e](https://github.com/Microsoft/fast-dna/commit/df3804e)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* **button:** updates to current msft styles ([#314](https://github.com/Microsoft/fast-dna/issues/314)) ([0029e06](https://github.com/Microsoft/fast-dna/commit/0029e06)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **label:** add new component and msft styles ([#265](https://github.com/Microsoft/fast-dna/issues/265)) ([0328028](https://github.com/Microsoft/fast-dna/commit/0328028)) +* **structure:** updates the structure for the development site ([#217](https://github.com/Microsoft/fast-dna/issues/217)) ([e153b0b](https://github.com/Microsoft/fast-dna/commit/e153b0b)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* update to React 16.3 ([#251](https://github.com/Microsoft/fast-dna/issues/251)) ([1fe77ef](https://github.com/Microsoft/fast-dna/commit/1fe77ef)) diff --git a/packages/fast-components-react-base/package.json b/packages/fast-components-react-base/package.json index 4f30e3edbb6..72ba1e83a8e 100644 --- a/packages/fast-components-react-base/package.json +++ b/packages/fast-components-react-base/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-components-react-base", "description": "FAST base components implemented in React.", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -44,9 +44,9 @@ ] }, "devDependencies": { - "@microsoft/fast-development-site-react": "1.0.4", - "@microsoft/fast-jest-snapshots-react": "^1.0.4", - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-development-site-react": "^1.1.0", + "@microsoft/fast-jest-snapshots-react": "^1.1.0", + "@microsoft/fast-tslint-rules": "^1.1.0", "@types/jest": "^22.2.0", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -79,6 +79,6 @@ "react-dom": "^16.3.0" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.0.4" + "@microsoft/fast-components-class-name-contracts-base": "^1.1.0" } } diff --git a/packages/fast-components-react-msft/CHANGELOG.md b/packages/fast-components-react-msft/CHANGELOG.md new file mode 100644 index 00000000000..5f04fc82a95 --- /dev/null +++ b/packages/fast-components-react-msft/CHANGELOG.md @@ -0,0 +1,40 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) +* **button:** fixes button import which caused issues using the framework outside the monorepository ([#377](https://github.com/Microsoft/fast-dna/issues/377)) ([e39c178](https://github.com/Microsoft/fast-dna/commit/e39c178)) +* **dev-site:** add design system provider to component example factory ([#359](https://github.com/Microsoft/fast-dna/issues/359)) ([7f01fd5](https://github.com/Microsoft/fast-dna/commit/7f01fd5)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) + + +### Features + +* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add hypertext component ([#210](https://github.com/Microsoft/fast-dna/issues/210)) ([9e363ff](https://github.com/Microsoft/fast-dna/commit/9e363ff)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* add tabbed navigation for development site ([#343](https://github.com/Microsoft/fast-dna/issues/343)) ([dcab3bc](https://github.com/Microsoft/fast-dna/commit/dcab3bc)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* **button:** updates to current msft styles ([#314](https://github.com/Microsoft/fast-dna/issues/314)) ([0029e06](https://github.com/Microsoft/fast-dna/commit/0029e06)) +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* **heading:** add heading as a new msft component ([#280](https://github.com/Microsoft/fast-dna/issues/280)) ([b7ee1ab](https://github.com/Microsoft/fast-dna/commit/b7ee1ab)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* update to React 16.3 ([#251](https://github.com/Microsoft/fast-dna/issues/251)) ([1fe77ef](https://github.com/Microsoft/fast-dna/commit/1fe77ef)) +* update utility to include localized spacing and direction ([#308](https://github.com/Microsoft/fast-dna/issues/308)) ([e45ea1a](https://github.com/Microsoft/fast-dna/commit/e45ea1a)) +* **jss-manager-react:** add stylesheet overrides as props ([#282](https://github.com/Microsoft/fast-dna/issues/282)) ([8610f35](https://github.com/Microsoft/fast-dna/commit/8610f35)) +* **label:** add new component and msft styles ([#265](https://github.com/Microsoft/fast-dna/issues/265)) ([0328028](https://github.com/Microsoft/fast-dna/commit/0328028)) +* **structure:** updates the structure for the development site ([#217](https://github.com/Microsoft/fast-dna/issues/217)) ([e153b0b](https://github.com/Microsoft/fast-dna/commit/e153b0b)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* **typography:** add typography as a new base component and style ([#247](https://github.com/Microsoft/fast-dna/issues/247)) ([df3804e](https://github.com/Microsoft/fast-dna/commit/df3804e)) diff --git a/packages/fast-components-react-msft/package.json b/packages/fast-components-react-msft/package.json index 3b714d235dd..3f91fd8dea8 100644 --- a/packages/fast-components-react-msft/package.json +++ b/packages/fast-components-react-msft/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-components-react-msft", - "version": "1.0.4", + "version": "1.1.0", "description": "FAST Microsoft components implemented in React", "author": { "name": "Microsoft", @@ -50,10 +50,10 @@ ] }, "devDependencies": { - "@microsoft/fast-development-site-react": "^1.0.4", - "@microsoft/fast-glyphs-msft": "^1.0.4", - "@microsoft/fast-jest-snapshots-react": "^1.0.4", - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-development-site-react": "^1.1.0", + "@microsoft/fast-glyphs-msft": "^1.1.0", + "@microsoft/fast-jest-snapshots-react": "^1.1.0", + "@microsoft/fast-tslint-rules": "^1.1.0", "@types/jest": "^22.2.0", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -85,9 +85,9 @@ "react-dom": "^16.3.0" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-msft": "^1.0.4", - "@microsoft/fast-components-react-base": "^1.0.4", - "@microsoft/fast-components-styles-msft": "^1.0.4", - "@microsoft/fast-jss-manager-react": "^1.0.4" + "@microsoft/fast-components-class-name-contracts-msft": "^1.1.0", + "@microsoft/fast-components-react-base": "^1.1.0", + "@microsoft/fast-components-styles-msft": "^1.1.0", + "@microsoft/fast-jss-manager-react": "^1.1.0" } } diff --git a/packages/fast-components-styles-msft/CHANGELOG.md b/packages/fast-components-styles-msft/CHANGELOG.md new file mode 100644 index 00000000000..3a6d1da0275 --- /dev/null +++ b/packages/fast-components-styles-msft/CHANGELOG.md @@ -0,0 +1,32 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38)) +* add hypertext component ([#210](https://github.com/Microsoft/fast-dna/issues/210)) ([9e363ff](https://github.com/Microsoft/fast-dna/commit/9e363ff)) +* **label:** add new component and msft styles ([#265](https://github.com/Microsoft/fast-dna/issues/265)) ([0328028](https://github.com/Microsoft/fast-dna/commit/0328028)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* Forked Class name contracts so we can have one for Base and one for MSFT ([#262](https://github.com/Microsoft/fast-dna/issues/262)) ([a4c54c0](https://github.com/Microsoft/fast-dna/commit/a4c54c0)) +* **button:** updates to current msft styles ([#314](https://github.com/Microsoft/fast-dna/issues/314)) ([0029e06](https://github.com/Microsoft/fast-dna/commit/0029e06)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* update utility to include localized spacing and direction ([#308](https://github.com/Microsoft/fast-dna/issues/308)) ([e45ea1a](https://github.com/Microsoft/fast-dna/commit/e45ea1a)) +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* **heading:** add heading as a new msft component ([#280](https://github.com/Microsoft/fast-dna/issues/280)) ([b7ee1ab](https://github.com/Microsoft/fast-dna/commit/b7ee1ab)) +* **hypertext:** remove code duplication in hypertext styles ([#321](https://github.com/Microsoft/fast-dna/issues/321)) ([911572f](https://github.com/Microsoft/fast-dna/commit/911572f)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* **typography:** add typography as a new base component and style ([#247](https://github.com/Microsoft/fast-dna/issues/247)) ([df3804e](https://github.com/Microsoft/fast-dna/commit/df3804e)) +* **utilities:** add package for jss utilities ([#286](https://github.com/Microsoft/fast-dna/issues/286)) ([e1e9caf](https://github.com/Microsoft/fast-dna/commit/e1e9caf)) diff --git a/packages/fast-components-styles-msft/package.json b/packages/fast-components-styles-msft/package.json index fd08749941d..8d2f4a5f07f 100644 --- a/packages/fast-components-styles-msft/package.json +++ b/packages/fast-components-styles-msft/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-components-styles-msft", "description": "Javascript style sheets for FAST components", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -22,7 +22,7 @@ "prepare": "npm run clean:dist && tsc -p ./tsconfig.json" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "chroma-js": "^1.3.0", @@ -30,10 +30,10 @@ "typescript": "^2.7.2" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.0.4", - "@microsoft/fast-components-class-name-contracts-msft": "^1.0.4", - "@microsoft/fast-jss-manager": "^1.0.4", - "@microsoft/fast-jss-utilities": "^1.0.4" + "@microsoft/fast-components-class-name-contracts-base": "^1.1.0", + "@microsoft/fast-components-class-name-contracts-msft": "^1.1.0", + "@microsoft/fast-jss-manager": "^1.1.0", + "@microsoft/fast-jss-utilities": "^1.1.0" }, "peerDependencies": { "chroma-js": "^1.3.0" diff --git a/packages/fast-development-site-react/CHANGELOG.md b/packages/fast-development-site-react/CHANGELOG.md new file mode 100644 index 00000000000..777d90e349b --- /dev/null +++ b/packages/fast-development-site-react/CHANGELOG.md @@ -0,0 +1,39 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) +* **dev-site:** add design system provider to component example factory ([#359](https://github.com/Microsoft/fast-dna/issues/359)) ([7f01fd5](https://github.com/Microsoft/fast-dna/commit/7f01fd5)) +* **tests:** fix polymer issue during lerna run test ([#261](https://github.com/Microsoft/fast-dna/issues/261)) ([1142a6a](https://github.com/Microsoft/fast-dna/commit/1142a6a)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) + + +### Features + +* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* add tabbed navigation for development site ([#343](https://github.com/Microsoft/fast-dna/issues/343)) ([dcab3bc](https://github.com/Microsoft/fast-dna/commit/dcab3bc)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* **label:** add new component and msft styles ([#265](https://github.com/Microsoft/fast-dna/issues/265)) ([0328028](https://github.com/Microsoft/fast-dna/commit/0328028)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* **development site:** update the styling to reflect the new comps ([#275](https://github.com/Microsoft/fast-dna/issues/275)) ([e4c5609](https://github.com/Microsoft/fast-dna/commit/e4c5609)) +* **docs:** add development site tools panel ([#383](https://github.com/Microsoft/fast-dna/issues/383)) ([86b491a](https://github.com/Microsoft/fast-dna/commit/86b491a)) +* **form:** add the form generator to the development site ([#362](https://github.com/Microsoft/fast-dna/issues/362)) ([b4c97bf](https://github.com/Microsoft/fast-dna/commit/b4c97bf)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **jss-manager-react:** add stylesheet overrides as props ([#282](https://github.com/Microsoft/fast-dna/issues/282)) ([8610f35](https://github.com/Microsoft/fast-dna/commit/8610f35)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* update to React 16.3 ([#251](https://github.com/Microsoft/fast-dna/issues/251)) ([1fe77ef](https://github.com/Microsoft/fast-dna/commit/1fe77ef)) +* **structure:** updates the structure for the development site ([#217](https://github.com/Microsoft/fast-dna/issues/217)) ([e153b0b](https://github.com/Microsoft/fast-dna/commit/e153b0b)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* **utilities:** add package for jss utilities ([#286](https://github.com/Microsoft/fast-dna/issues/286)) ([e1e9caf](https://github.com/Microsoft/fast-dna/commit/e1e9caf)) diff --git a/packages/fast-development-site-react/package.json b/packages/fast-development-site-react/package.json index ebee17ac4f7..0e18da2d391 100644 --- a/packages/fast-development-site-react/package.json +++ b/packages/fast-development-site-react/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-development-site-react", "description": "FAST development testing site for React", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -24,13 +24,13 @@ "tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'" }, "dependencies": { - "@microsoft/fast-form-generator-react": "^1.0.4", - "@microsoft/fast-glyphs-msft": "^1.0.4", - "@microsoft/fast-jss-manager-react": "^1.0.4", - "@microsoft/fast-jss-utilities": "^1.0.4" + "@microsoft/fast-form-generator-react": "^1.1.0", + "@microsoft/fast-glyphs-msft": "^1.1.0", + "@microsoft/fast-jss-manager-react": "^1.1.0", + "@microsoft/fast-jss-utilities": "^1.1.0" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.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 new file mode 100644 index 00000000000..97cc0744202 --- /dev/null +++ b/packages/fast-form-generator-react/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Features + +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* **button:** updates to current msft styles ([#314](https://github.com/Microsoft/fast-dna/issues/314)) ([0029e06](https://github.com/Microsoft/fast-dna/commit/0029e06)) +* **form:** add the form generator to the development site ([#362](https://github.com/Microsoft/fast-dna/issues/362)) ([b4c97bf](https://github.com/Microsoft/fast-dna/commit/b4c97bf)) +* **form generator:** adds JSS ([#392](https://github.com/Microsoft/fast-dna/issues/392)) ([aee1084](https://github.com/Microsoft/fast-dna/commit/aee1084)) +* **form generator:** adds styling scaffolding and JSS for select ([#363](https://github.com/Microsoft/fast-dna/issues/363)) ([4aeef73](https://github.com/Microsoft/fast-dna/commit/4aeef73)) +* **markdown:** add utility to convert markdown to msft component strings ([#346](https://github.com/Microsoft/fast-dna/issues/346)) ([67bca5f](https://github.com/Microsoft/fast-dna/commit/67bca5f)) diff --git a/packages/fast-form-generator-react/package.json b/packages/fast-form-generator-react/package.json index 988234af044..8687de00136 100644 --- a/packages/fast-form-generator-react/package.json +++ b/packages/fast-form-generator-react/package.json @@ -5,7 +5,7 @@ "name": "Microsoft", "email": "fwq@microsoft.com" }, - "version": "1.0.4", + "version": "1.1.0", "repository": { "type": "git", "url": "git+https://github.com/Microsoft/fast-dna.git" @@ -57,13 +57,13 @@ "tv4": "^1.3.0" }, "devDependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.0.4", - "@microsoft/fast-jest-snapshots-react": "^1.0.4", - "@microsoft/fast-jss-manager": "^1.0.4", - "@microsoft/fast-jss-manager-react": "^1.0.4", - "@microsoft/fast-jss-utilities": "^1.0.4", - "@microsoft/fast-permutator": "^1.0.4", - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-components-class-name-contracts-base": "^1.1.0", + "@microsoft/fast-jest-snapshots-react": "^1.1.0", + "@microsoft/fast-jss-manager": "^1.1.0", + "@microsoft/fast-jss-manager-react": "^1.1.0", + "@microsoft/fast-jss-utilities": "^1.1.0", + "@microsoft/fast-permutator": "^1.1.0", + "@microsoft/fast-tslint-rules": "^1.1.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 new file mode 100644 index 00000000000..e2a37ddb279 --- /dev/null +++ b/packages/fast-glyphs-msft/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **structure:** updates the structure for the development site ([#217](https://github.com/Microsoft/fast-dna/issues/217)) ([e153b0b](https://github.com/Microsoft/fast-dna/commit/e153b0b)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add tabbed navigation for development site ([#343](https://github.com/Microsoft/fast-dna/issues/343)) ([dcab3bc](https://github.com/Microsoft/fast-dna/commit/dcab3bc)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-glyphs-msft/package.json b/packages/fast-glyphs-msft/package.json index 8526078ae31..f1c97c999b6 100644 --- a/packages/fast-glyphs-msft/package.json +++ b/packages/fast-glyphs-msft/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-glyphs-msft", "description": "Microsoft SVG Glyphs", - "version": "1.0.4", + "version": "1.1.0", "keywords": [ "svg" ], @@ -25,7 +25,7 @@ "readme": "README.md", "homepage": "https://github.com/Microsoft/fast-tslint-rules#readme", "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.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 new file mode 100644 index 00000000000..d3bf0024a74 --- /dev/null +++ b/packages/fast-jest-snapshots-react/CHANGELOG.md @@ -0,0 +1,23 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* update to React 16.3 ([#251](https://github.com/Microsoft/fast-dna/issues/251)) ([1fe77ef](https://github.com/Microsoft/fast-dna/commit/1fe77ef)) diff --git a/packages/fast-jest-snapshots-react/package.json b/packages/fast-jest-snapshots-react/package.json index 6a69fe182b8..ec23c81f6bc 100644 --- a/packages/fast-jest-snapshots-react/package.json +++ b/packages/fast-jest-snapshots-react/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-jest-snapshots-react", "description": "A small utility for automating Jest snapshot creation of React components", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -22,7 +22,7 @@ "tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts{,x}'" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "@types/jest": "^22.2.2", "jest": "^22.4.3", "react": "^16.3.0", @@ -31,11 +31,11 @@ "typescript": "^2.8.1" }, "dependencies": { - "@types/react": "^16.3.0", - "react-test-renderer": "^16.3.0" + "@types/react": "^16.3.0", + "react-test-renderer": "^16.3.0" }, "peerDependencies": { - "react": "^16.3.0", - "jest": "^22.0.0" + "jest": "^22.0.0", + "react": "^16.3.0" } } diff --git a/packages/fast-jss-manager-angular/CHANGELOG.md b/packages/fast-jss-manager-angular/CHANGELOG.md new file mode 100644 index 00000000000..43de7f2cf02 --- /dev/null +++ b/packages/fast-jss-manager-angular/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* **angular:** add preliminary JSS manager for angular ([#140](https://github.com/Microsoft/fast-dna/issues/140)) ([0799251](https://github.com/Microsoft/fast-dna/commit/0799251)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **label:** add new component and msft styles ([#265](https://github.com/Microsoft/fast-dna/issues/265)) ([0328028](https://github.com/Microsoft/fast-dna/commit/0328028)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-jss-manager-angular/package.json b/packages/fast-jss-manager-angular/package.json index 5f0cb54c81a..7139d3d6bd8 100644 --- a/packages/fast-jss-manager-angular/package.json +++ b/packages/fast-jss-manager-angular/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-jss-manager-angular", "description": "Angular directive and component for managing component JSS stylesheets", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -51,7 +51,7 @@ "@angular/core": "^5.2.0", "@angular/platform-browser": "^5.2.9", "@angular/platform-browser-dynamic": "^5.2.9", - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "@types/jest": "^22.1.2", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -81,6 +81,6 @@ "zone.js": "^0.8.19" }, "dependencies": { - "@microsoft/fast-jss-manager": "^1.0.4" + "@microsoft/fast-jss-manager": "^1.1.0" } } diff --git a/packages/fast-jss-manager-react/CHANGELOG.md b/packages/fast-jss-manager-react/CHANGELOG.md new file mode 100644 index 00000000000..6712c660baf --- /dev/null +++ b/packages/fast-jss-manager-react/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* **angular:** add preliminary JSS manager for angular ([#140](https://github.com/Microsoft/fast-dna/issues/140)) ([0799251](https://github.com/Microsoft/fast-dna/commit/0799251)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **jss-manager-react:** add stylesheet overrides as props ([#282](https://github.com/Microsoft/fast-dna/issues/282)) ([8610f35](https://github.com/Microsoft/fast-dna/commit/8610f35)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* update to React 16.3 ([#251](https://github.com/Microsoft/fast-dna/issues/251)) ([1fe77ef](https://github.com/Microsoft/fast-dna/commit/1fe77ef)) diff --git a/packages/fast-jss-manager-react/package.json b/packages/fast-jss-manager-react/package.json index 46c88397f8f..a19ee3fc302 100644 --- a/packages/fast-jss-manager-react/package.json +++ b/packages/fast-jss-manager-react/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-jss-manager-react", "description": "React HOC for managing component JSS stylesheets", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -57,7 +57,7 @@ "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "@types/jest": "^22.1.2", "@types/lodash-es": "^4.17.0", "@types/node": "^9.4.6", @@ -84,13 +84,13 @@ }, "peerDependencies": { "hoist-non-react-statics": "^2.5.0", - "react": "^16.3.0", "jss": "^9.8.0", "jss-preset-default": "^4.3.0", "lodash-es": "^4.0.0", - "prop-types": "^15.0.0" + "prop-types": "^15.0.0", + "react": "^16.3.0" }, "dependencies": { - "@microsoft/fast-jss-manager": "^1.0.4" + "@microsoft/fast-jss-manager": "^1.1.0" } } diff --git a/packages/fast-jss-manager/CHANGELOG.md b/packages/fast-jss-manager/CHANGELOG.md new file mode 100644 index 00000000000..7cd71a730bf --- /dev/null +++ b/packages/fast-jss-manager/CHANGELOG.md @@ -0,0 +1,25 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* Forked Class name contracts so we can have one for Base and one for MSFT ([#262](https://github.com/Microsoft/fast-dna/issues/262)) ([a4c54c0](https://github.com/Microsoft/fast-dna/commit/a4c54c0)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* **utilities:** add package for jss utilities ([#286](https://github.com/Microsoft/fast-dna/issues/286)) ([e1e9caf](https://github.com/Microsoft/fast-dna/commit/e1e9caf)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-jss-manager/package.json b/packages/fast-jss-manager/package.json index 9325acfd087..822dd83fa2e 100644 --- a/packages/fast-jss-manager/package.json +++ b/packages/fast-jss-manager/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-jss-manager", "description": "Provides common code to all JSS manager implementations.", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -22,13 +22,13 @@ "test": "npm run tslint" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "csstype": "^2.3.0", "tslint": "^5.9.1", "typescript": "^2.7.2" }, "dependencies": { - "@microsoft/fast-components-class-name-contracts-base": "^1.0.4" + "@microsoft/fast-components-class-name-contracts-base": "^1.1.0" }, "peerDependencies": { "csstype": "^2.3.0" diff --git a/packages/fast-jss-utilities/CHANGELOG.md b/packages/fast-jss-utilities/CHANGELOG.md new file mode 100644 index 00000000000..36189bc8e59 --- /dev/null +++ b/packages/fast-jss-utilities/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* update utility to include localized spacing and direction ([#308](https://github.com/Microsoft/fast-dna/issues/308)) ([e45ea1a](https://github.com/Microsoft/fast-dna/commit/e45ea1a)) +* **button:** updates to current msft styles ([#314](https://github.com/Microsoft/fast-dna/issues/314)) ([0029e06](https://github.com/Microsoft/fast-dna/commit/0029e06)) +* **heading:** add heading as a new msft component ([#280](https://github.com/Microsoft/fast-dna/issues/280)) ([b7ee1ab](https://github.com/Microsoft/fast-dna/commit/b7ee1ab)) +* **utilities:** add package for jss utilities ([#286](https://github.com/Microsoft/fast-dna/issues/286)) ([e1e9caf](https://github.com/Microsoft/fast-dna/commit/e1e9caf)) diff --git a/packages/fast-jss-utilities/package.json b/packages/fast-jss-utilities/package.json index 7495ae80c0c..d2e8df7a6f1 100644 --- a/packages/fast-jss-utilities/package.json +++ b/packages/fast-jss-utilities/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-jss-utilities", "description": "Utilities for use with JSS", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -42,10 +42,10 @@ ] }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", + "@types/jest": "^22.2.3", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", - "@types/jest": "^22.2.3", "csstype": "^2.3.0", "jest": "^22.4.3", "ts-jest": "^22.4.4", @@ -53,7 +53,7 @@ "typescript": "^2.7.2" }, "dependencies": { - "@microsoft/fast-jss-manager": "^1.0.4" + "@microsoft/fast-jss-manager": "^1.1.0" }, "peerDependencies": { "csstype": "^2.3.0" diff --git a/packages/fast-markdown-msft-react/CHANGELOG.md b/packages/fast-markdown-msft-react/CHANGELOG.md new file mode 100644 index 00000000000..98b6e497760 --- /dev/null +++ b/packages/fast-markdown-msft-react/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* **dev-site:** add design system provider to component example factory ([#359](https://github.com/Microsoft/fast-dna/issues/359)) ([7f01fd5](https://github.com/Microsoft/fast-dna/commit/7f01fd5)) + + +### Features + +* **form:** add the form generator to the development site ([#362](https://github.com/Microsoft/fast-dna/issues/362)) ([b4c97bf](https://github.com/Microsoft/fast-dna/commit/b4c97bf)) +* **markdown:** add utility to convert markdown to msft component strings ([#346](https://github.com/Microsoft/fast-dna/issues/346)) ([67bca5f](https://github.com/Microsoft/fast-dna/commit/67bca5f)) diff --git a/packages/fast-markdown-msft-react/package.json b/packages/fast-markdown-msft-react/package.json index c5e18f3cb2f..cd047152627 100644 --- a/packages/fast-markdown-msft-react/package.json +++ b/packages/fast-markdown-msft-react/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-markdown-msft-react", "description": "Converter for markdown files to JSX as a string which can be embedded in a site", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Microsoft", "email": "fwq@microsoft.com" @@ -49,8 +49,8 @@ "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)$" }, "devDependencies": { - "@microsoft/fast-jest-snapshots-react": "^1.0.4", - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-jest-snapshots-react": "^1.1.0", + "@microsoft/fast-tslint-rules": "^1.1.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 new file mode 100644 index 00000000000..5991fd93884 --- /dev/null +++ b/packages/fast-permutator/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* **permutator:** fix duplicate code for handling required and optional data ([#323](https://github.com/Microsoft/fast-dna/issues/323)) ([e5817dc](https://github.com/Microsoft/fast-dna/commit/e5817dc)) +* **permutator:** refactor repeated code to check if a location is recursive into a new utility ([#327](https://github.com/Microsoft/fast-dna/issues/327)) ([4e5e093](https://github.com/Microsoft/fast-dna/commit/4e5e093)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **packages:** adds the data permutator, react viewer and browser extensions packages ([#51](https://github.com/Microsoft/fast-dna/issues/51)) ([f5268b8](https://github.com/Microsoft/fast-dna/commit/f5268b8)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-permutator/package.json b/packages/fast-permutator/package.json index b2b77c960c0..9f110671088 100644 --- a/packages/fast-permutator/package.json +++ b/packages/fast-permutator/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-permutator", "description": "Creates all possible permutations of a component based on its JSON Schema.", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Fluent Web", "email": "fwq@microsoft.com" @@ -28,7 +28,7 @@ "functions": 95, "lines": 85, "statements": 85 - } + } }, "moduleFileExtensions": [ "js" diff --git a/packages/fast-tslint-rules/CHANGELOG.md b/packages/fast-tslint-rules/CHANGELOG.md new file mode 100644 index 00000000000..5202e3b62d2 --- /dev/null +++ b/packages/fast-tslint-rules/CHANGELOG.md @@ -0,0 +1,26 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* **tslint:** fix tslint errors ([#114](https://github.com/Microsoft/fast-dna/issues/114)) ([78fea3e](https://github.com/Microsoft/fast-dna/commit/78fea3e)) +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) diff --git a/packages/fast-tslint-rules/package.json b/packages/fast-tslint-rules/package.json index 5021ffec0ec..1e495b6a562 100644 --- a/packages/fast-tslint-rules/package.json +++ b/packages/fast-tslint-rules/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-tslint-rules", "description": "tslint rules for FAST projects", - "version": "1.0.4", + "version": "1.1.0", "keywords": [ "tslint", "typescript" diff --git a/packages/fast-viewer-react/CHANGELOG.md b/packages/fast-viewer-react/CHANGELOG.md new file mode 100644 index 00000000000..3e758b6ba63 --- /dev/null +++ b/packages/fast-viewer-react/CHANGELOG.md @@ -0,0 +1,28 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 1.1.0 (2018-05-09) + + +### Bug Fixes + +* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953)) +* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30)) +* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90)) +* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e)) + + +### Features + +* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38)) +* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988)) +* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed)) +* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0)) +* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c)) +* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe)) +* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a)) +* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4)) +* update to React 16.3 ([#251](https://github.com/Microsoft/fast-dna/issues/251)) ([1fe77ef](https://github.com/Microsoft/fast-dna/commit/1fe77ef)) diff --git a/packages/fast-viewer-react/package.json b/packages/fast-viewer-react/package.json index 832f8e6b43f..9f3d58f4b6c 100644 --- a/packages/fast-viewer-react/package.json +++ b/packages/fast-viewer-react/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/fast-viewer-react", "description": "An implementation of a React iframe that is self-contained.", - "version": "1.0.4", + "version": "1.1.0", "author": { "name": "Fluent Web", "email": "fwq@microsoft.com" @@ -70,7 +70,7 @@ "react-dom": "^16.3.0" }, "devDependencies": { - "@microsoft/fast-tslint-rules": "^1.0.4", + "@microsoft/fast-tslint-rules": "^1.1.0", "@types/jest": "^22.1.1", "@types/lodash-es": "^4.17.0", "@types/node": "^9.6.7",