From 7d0712380ea260ca6cae16f5fd57915ca745f86a Mon Sep 17 00:00:00 2001 From: Miroslav Stastny Date: Tue, 26 Nov 2019 12:43:17 +0100 Subject: [PATCH] v0.40.4 --- CHANGELOG.md | 14 ++++++++++---- lerna.json | 2 +- packages/code-sandbox/package.json | 4 ++-- packages/react/package.json | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b21a74e97..f977426818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Accessibility `splitButton` & `menuButton` - screen reader fixes @kolaps33 ([#2090](https://github.com/microsoft/fluent-ui-react/pull/2090)) - Accessibility `menuButton` add aria-controls attribute based on `open` prop @kolaps33 ([#2107](https://github.com/microsoft/fluent-ui-react/pull/2107)) - Fix the 500 color variant for `steelLight` in category color scheme @natashamayurshah ([#2089](https://github.com/microsoft/fluent-ui-react/pull/2089)) -- Trigger `whatInput` cleanup when last `Provider` with custom `target` gets removed @silviuavram ([#2127](https://github.com/microsoft/fluent-ui-react/pull/2127)) ### Features - Add `Table` component base implementation @pompomon ([#2099](https://github.com/microsoft/fluent-ui-react/pull/2099)) @@ -42,13 +41,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Expanding experimental accessibility schema to more components @mshoho ([#2052](https://github.com/stardust-ui/react/pull/2052)) - Add base `Carousel` component @silviuavram ([#1979](https://github.com/microsoft/fluent-ui-react/pull/1979)) -### Performance -- Allow suppression of action menu positioning in `ChatMessage` @jurokapsiar ([#2126](https://github.com/microsoft/fluent-ui-react/pull/2126)) - ### Documentation - Add usage example for `Tooltip` on disabled elements @mnajdova ([#2091](https://github.com/microsoft/fluent-ui-react/pull/2091)) - Prototype for hexgonal avatars @mnajdova ([#2093](https://github.com/microsoft/fluent-ui-react/pull/2093)) + +## [v0.40.4](https://github.com/stardust-ui/react/tree/v0.40.4) (2019-11-26) +[Compare changes](https://github.com/stardust-ui/react/compare/v0.40.3...v0.40.4) + +### Fixes +- Trigger `whatInput` cleanup when last `Provider` with custom `target` gets removed @silviuavram ([#2127](https://github.com/microsoft/fluent-ui-react/pull/2127)) + +### Performance +- Allow suppression of action menu positioning in `ChatMessage` @jurokapsiar ([#2126](https://github.com/microsoft/fluent-ui-react/pull/2126)) + ## [v0.40.3](https://github.com/stardust-ui/react/tree/v0.40.3) (2019-11-08) [Compare changes](https://github.com/stardust-ui/react/compare/v0.40.2...v0.40.3) diff --git a/lerna.json b/lerna.json index ba81a1ec56..382e35ff3f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "scripts"], - "version": "0.40.2", + "version": "0.40.4", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/code-sandbox/package.json b/packages/code-sandbox/package.json index d15298816a..47a62a74a5 100644 --- a/packages/code-sandbox/package.json +++ b/packages/code-sandbox/package.json @@ -1,11 +1,11 @@ { "name": "@fluentui/code-sandbox", "description": "Stardust UI tools for CodeSandbox.", - "version": "0.40.3", + "version": "0.40.4", "author": "Oleksandr Fediashov ", "bugs": "https://github.com/stardust-ui/react/issues", "dependencies": { - "@fluentui/react": "^0.40.3" + "@fluentui/react": "^0.40.4" }, "files": [ "dist" diff --git a/packages/react/package.json b/packages/react/package.json index 62ab1f439b..bda131cc96 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@fluentui/react", "description": "A themable React component library.", - "version": "0.40.3", + "version": "0.40.4", "author": "Levi Thomason ", "bugs": "https://github.com/stardust-ui/react/issues", "dependencies": {