@fluentui/web-components 2.5.1 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,112 @@
2
2
  "name": "@fluentui/web-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 17 May 2022 07:43:36 GMT",
5
+ "date": "Tue, 30 Aug 2022 07:41:19 GMT",
6
+ "tag": "@fluentui/web-components_v2.5.4",
7
+ "version": "2.5.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "chhol@microsoft.com",
12
+ "package": "@fluentui/web-components",
13
+ "commit": "9e86978c43db785ec3f40ee9e0bd35693e26189d",
14
+ "comment": "update FAST packages to resolve issues with form constraint validation on form associated elements"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 10 Aug 2022 07:37:33 GMT",
21
+ "tag": "@fluentui/web-components_v2.5.3",
22
+ "version": "2.5.3",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/web-components",
28
+ "commit": "5a44edc603012847bbe5cc7b29d65bb86c7fb8b2",
29
+ "comment": "chore: use only 1 instance of ts-node in monorepo"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 25 Jul 2022 07:36:55 GMT",
36
+ "tag": "@fluentui/web-components_v2.5.3",
37
+ "version": "2.5.3",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "martinhochel@microsoft.com",
42
+ "package": "@fluentui/web-components",
43
+ "commit": "5aa33cbb283143f8dda9a836faa1b69d94c1ca64",
44
+ "comment": "chore(storybook): remove deprecated --static-dir CLI flag usage"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 16 Jun 2022 23:03:44 GMT",
51
+ "tag": "@fluentui/web-components_v2.5.3",
52
+ "version": "2.5.3",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "chhol@microsoft.com",
57
+ "package": "@fluentui/web-components",
58
+ "commit": "5d8b70afcccb439ffb41c4442860b61212da2492",
59
+ "comment": "update to latest stable versions of FAST packages"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Tue, 14 Jun 2022 07:52:10 GMT",
66
+ "tag": "@fluentui/web-components_v2.5.2",
67
+ "version": "2.5.2",
68
+ "comments": {
69
+ "none": [
70
+ {
71
+ "author": "47367562+bheston@users.noreply.github.com",
72
+ "package": "@fluentui/web-components",
73
+ "commit": "71cf20976f873e7aed3abd2aa3daf953d06941f9",
74
+ "comment": "Fixed Storybook loading page name check"
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "date": "Tue, 07 Jun 2022 07:48:04 GMT",
81
+ "tag": "@fluentui/web-components_v2.5.2",
82
+ "version": "2.5.2",
83
+ "comments": {
84
+ "patch": [
85
+ {
86
+ "author": "47367562+bheston@users.noreply.github.com",
87
+ "package": "@fluentui/web-components",
88
+ "commit": "8949b3e8dcdb3dcb4b987fcb08ff48e549133828",
89
+ "comment": "(web-components) Fix issue loading Color Explorer values"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Thu, 02 Jun 2022 07:38:04 GMT",
96
+ "tag": "@fluentui/web-components_v2.5.1",
97
+ "version": "2.5.1",
98
+ "comments": {
99
+ "none": [
100
+ {
101
+ "author": "mgodbolt@microsoft.com",
102
+ "package": "@fluentui/web-components",
103
+ "commit": "d989caf6db389bb92221f372c8028cf7a85210b4",
104
+ "comment": "upgrade storybook to 6.5"
105
+ }
106
+ ]
107
+ }
108
+ },
109
+ {
110
+ "date": "Tue, 17 May 2022 07:45:01 GMT",
6
111
  "tag": "@fluentui/web-components_v2.5.1",
7
112
  "version": "2.5.1",
8
113
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Tue, 17 May 2022 07:43:36 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 30 Aug 2022 07:41:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
8
+
9
+ Tue, 30 Aug 2022 07:41:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
11
+
12
+ ### Patches
13
+
14
+ - update FAST packages to resolve issues with form constraint validation on form associated elements ([PR #24557](https://github.com/microsoft/fluentui/pull/24557) by chhol@microsoft.com)
15
+
16
+ ## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
17
+
18
+ Thu, 16 Jun 2022 23:03:44 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
20
+
21
+ ### Patches
22
+
23
+ - update to latest stable versions of FAST packages ([PR #23585](https://github.com/microsoft/fluentui/pull/23585) by chhol@microsoft.com)
24
+
25
+ ## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
26
+
27
+ Tue, 07 Jun 2022 07:48:04 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
29
+
30
+ ### Patches
31
+
32
+ - (web-components) Fix issue loading Color Explorer values ([PR #23392](https://github.com/microsoft/fluentui/pull/23392) by 47367562+bheston@users.noreply.github.com)
33
+
7
34
  ## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
8
35
 
9
- Tue, 17 May 2022 07:43:36 GMT
36
+ Tue, 17 May 2022 07:45:01 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
11
38
 
12
39
  ### Patches
@@ -6,6 +6,5 @@ export declare class AppColorBlock extends FASTElement {
6
6
  color: string;
7
7
  private colorChanged;
8
8
  layerName?: string;
9
- connectedCallback(): void;
10
9
  private updateColor;
11
10
  }
@@ -377,10 +377,6 @@ const styles = css `
377
377
  `;
378
378
  let AppColorBlock = class AppColorBlock extends FASTElement {
379
379
  colorChanged() {
380
- this.updateColor();
381
- }
382
- connectedCallback() {
383
- super.connectedCallback();
384
380
  DOM.queueUpdate(() => this.updateColor());
385
381
  }
386
382
  updateColor() {
@@ -70,6 +70,12 @@ let AppSwatch = class AppSwatch extends FoundationElement {
70
70
  }
71
71
  connectedCallback() {
72
72
  super.connectedCallback();
73
+ const fillColorChangeHandler = () => {
74
+ this.updateObservables();
75
+ };
76
+ fillColor.subscribe({
77
+ handleChange: fillColorChangeHandler,
78
+ }, this);
73
79
  this.updateObservables();
74
80
  }
75
81
  updateObservables() {
@@ -4,7 +4,7 @@ import { DesignSystemProvider, StandardLuminance } from '../index-rollup';
4
4
  import CardTemplate from './fixtures/card.html';
5
5
  import './index';
6
6
  addons.getChannel().addListener(DOCS_RENDERED, name => {
7
- if (name.toLowerCase() === 'components/card') {
7
+ if (name.toLowerCase().includes('card')) {
8
8
  const els = document.getElementsByClassName('darkMode');
9
9
  for (let i = 0; i < els.length; i++) {
10
10
  const el = els[i];
@@ -40,7 +40,7 @@ const customHeaderCellItemTemplate = html `
40
40
  ></fast-data-grid-header-cell>
41
41
  `;
42
42
  addons.getChannel().addListener(DOCS_RENDERED, (name) => {
43
- if (name.toLowerCase().includes('components/data grid')) {
43
+ if (name.toLowerCase().includes('data-grid')) {
44
44
  defaultGridElement = document.getElementById('defaultGrid');
45
45
  reset();
46
46
  const defaultGridRow = document.getElementById('defaultGridRow');