Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.7.0 #493

Merged
merged 2 commits into from
Jun 1, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
v1.7.0
  • Loading branch information
chrisdholt committed Jun 1, 2018
commit 1e793246d44ea4a431020a31598fe153364d478b
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### 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))
* **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))
* **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))


### 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))
* **form generator:** add focus/hover states ([#449](https://github.com/Microsoft/fast-dna/issues/449)) ([4dbe9a3](https://github.com/Microsoft/fast-dna/commit/4dbe9a3))
* **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))




<a name="1.6.0"></a>
# [1.6.0](https://github.com/Microsoft/fast-dna/compare/v1.2.0...v1.6.0) (2018-05-16)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.6.0",
"version": "1.7.0",
"lerna": "2.9.0"
}
11 changes: 11 additions & 0 deletions packages/fast-animation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### Features

* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871))




<a name="1.6.0"></a>
# [1.6.0](https://github.com/Microsoft/fast-dna/compare/v1.2.0...v1.6.0) (2018-05-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/fast-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-animation",
"description": "An animation library that simplifies interactions and animations using the Web Animation API.",
"version": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
"unit-tests": "jest"
},
"devDependencies": {
"@microsoft/fast-tslint-rules": "^1.6.0",
"@microsoft/fast-tslint-rules": "^1.7.0",
"@types/jest": "^21.1.2",
"@types/node": "^7.0.22",
"@types/react": "^15.0.24",
Expand Down
12 changes: 12 additions & 0 deletions packages/fast-application-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### Features

* **localization:** adds direction rtl/ltr updating ([#485](https://github.com/Microsoft/fast-dna/issues/485)) ([0a5e1e7](https://github.com/Microsoft/fast-dna/commit/0a5e1e7))
20 changes: 19 additions & 1 deletion packages/fast-application-utilities/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# FAST application utilities
A list of any utilities commonly used by FAST applications.
A list of any utilities commonly used by FAST applications.

## Localization
The isRTL utility determines if a string which should correspond to a language or language-locale is right to left.

```
import { isRTL } from "@microsoft/fast-application-utilities";

isRTL("en");
```

### Typescript enum
The Direction enum contains the ltr and rtl enum for use in a Typescript project.

```
import { Direction } from "@microsoft/fast-application-utilities";

let direction: Direction = Direction.ltr;
```
8 changes: 4 additions & 4 deletions packages/fast-application-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-application-utilities",
"version": "1.6.0",
"version": "1.7.0",
"description": "FAST application utilities",
"author": {
"name": "Microsoft",
Expand Down Expand Up @@ -45,16 +45,16 @@
]
},
"devDependencies": {
"@microsoft/fast-tslint-rules": "^1.6.0",
"@microsoft/fast-tslint-rules": "^1.7.0",
"@types/jest": "^22.2.0",
"@types/lodash-es": "^4.17.0",
"babel-core": "^6.26.0",
"babel-jest": "^22.4.1",
"babel-preset-env": "^1.6.1",
"lodash-es": "^4.0.0",
"jest": "^22.4.2",
"ts-loader": "^4.0.1",
"lodash-es": "^4.0.0",
"ts-jest": "^22.4.1",
"ts-loader": "^4.0.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.7.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/fast-browser-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### Features

* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871))




<a name="1.6.0"></a>
# [1.6.0](https://github.com/Microsoft/fast-dna/compare/v1.2.0...v1.6.0) (2018-05-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/fast-browser-extensions/package.json
Original file line number Diff line number Diff line change
@@ -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.6.0",
"version": "1.7.0",
"author": {
"name": "Microsoft",
"email": "fwq@microsoft.com"
Expand All @@ -23,7 +23,7 @@
"tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts'"
},
"devDependencies": {
"@microsoft/fast-tslint-rules": "^1.6.0",
"@microsoft/fast-tslint-rules": "^1.7.0",
"@types/chrome": "0.0.56",
"@types/node": "^8.5.1",
"copy-webpack-plugin": "^4.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/fast-colors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### Features

* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871))




<a name="1.6.0"></a>
# [1.6.0](https://github.com/Microsoft/fast-dna/compare/v1.2.0...v1.6.0) (2018-05-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/fast-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0",
"version": "1.7.0",
"author": {
"name": "Microsoft",
"email": "fwq@microsoft.com"
Expand Down Expand Up @@ -38,7 +38,7 @@
]
},
"devDependencies": {
"@microsoft/fast-tslint-rules": "^1.6.0",
"@microsoft/fast-tslint-rules": "^1.7.0",
"@types/jest": "^22.2.0",
"chroma-js": "^1.3.0",
"jest": "^22.4.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/fast-components-class-name-contracts-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### Features

* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871))




<a name="1.6.0"></a>
# [1.6.0](https://github.com/Microsoft/fast-dna/compare/v1.2.0...v1.6.0) (2018-05-16)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0",
"version": "1.7.0",
"author": {
"name": "Microsoft",
"email": "fwq@microsoft.com"
Expand All @@ -22,7 +22,7 @@
},
"license": "MIT",
"devDependencies": {
"@microsoft/fast-tslint-rules": "^1.6.0",
"@microsoft/fast-tslint-rules": "^1.7.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/fast-components-class-name-contracts-msft/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### Features

* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871))




<a name="1.6.0"></a>
# [1.6.0](https://github.com/Microsoft/fast-dna/compare/v1.2.0...v1.6.0) (2018-05-16)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0",
"version": "1.7.0",
"author": {
"name": "Microsoft",
"email": "fwq@microsoft.com"
Expand All @@ -22,11 +22,11 @@
},
"license": "MIT",
"devDependencies": {
"@microsoft/fast-tslint-rules": "^1.6.0",
"@microsoft/fast-tslint-rules": "^1.7.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"dependencies": {
"@microsoft/fast-components-class-name-contracts-base": "^1.6.0"
"@microsoft/fast-components-class-name-contracts-base": "^1.7.0"
}
}
11 changes: 11 additions & 0 deletions packages/fast-components-react-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### Features

* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871))




<a name="1.6.0"></a>
# [1.6.0](https://github.com/Microsoft/fast-dna/compare/v1.2.0...v1.6.0) (2018-05-16)

Expand Down
10 changes: 5 additions & 5 deletions packages/fast-components-react-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-components-react-base",
"description": "FAST base components implemented in React.",
"sideEffects": false,
"version": "1.6.0",
"version": "1.7.0",
"author": {
"name": "Microsoft",
"email": "fwq@microsoft.com"
Expand Down Expand Up @@ -49,9 +49,9 @@
]
},
"devDependencies": {
"@microsoft/fast-development-site-react": "^1.6.0",
"@microsoft/fast-jest-snapshots-react": "^1.6.0",
"@microsoft/fast-tslint-rules": "^1.6.0",
"@microsoft/fast-development-site-react": "^1.7.0",
"@microsoft/fast-jest-snapshots-react": "^1.7.0",
"@microsoft/fast-tslint-rules": "^1.7.0",
"@types/jest": "^22.2.0",
"@types/lodash-es": "^4.17.0",
"@types/node": "^9.4.6",
Expand Down Expand Up @@ -86,6 +86,6 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"@microsoft/fast-components-class-name-contracts-base": "^1.6.0"
"@microsoft/fast-components-class-name-contracts-base": "^1.7.0"
}
}
17 changes: 17 additions & 0 deletions packages/fast-components-react-msft/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/Microsoft/fast-dna/compare/v1.6.0...v1.7.0) (2018-06-01)


### Bug Fixes

* **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))


### Features

* **detail view:** add detail view ([#470](https://github.com/Microsoft/fast-dna/issues/470)) ([665b871](https://github.com/Microsoft/fast-dna/commit/665b871))
* **localization:** adds direction rtl/ltr updating ([#485](https://github.com/Microsoft/fast-dna/issues/485)) ([0a5e1e7](https://github.com/Microsoft/fast-dna/commit/0a5e1e7))




<a name="1.6.0"></a>
# [1.6.0](https://github.com/Microsoft/fast-dna/compare/v1.2.0...v1.6.0) (2018-05-16)

Expand Down
Loading