@atlaskit/react-ufo 5.1.2 → 5.1.3

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.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/ufo-interaction-ignore
2
2
 
3
+ ## 5.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`376606c3c8197`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/376606c3c8197) -
8
+ FG cleanup - platform_ufo_enable_media_for_ttvc_v3
9
+
3
10
  ## 5.1.2
4
11
 
5
12
  ### Patch Changes
@@ -34,9 +34,7 @@ var getConsideredEntryTypes = function getConsideredEntryTypes(include3p, exclud
34
34
  entryTypes.push('mutation:smart-answers-element');
35
35
  entryTypes.push('mutation:smart-answers-attribute');
36
36
  }
37
- if ((0, _platformFeatureFlags.fg)('platform_ufo_enable_media_for_ttvc_v3')) {
38
- entryTypes.push('mutation:media');
39
- }
37
+ entryTypes.push('mutation:media');
40
38
 
41
39
  // Still included as part of TTVC v3
42
40
  entryTypes.push('mutation:attribute:non-visual-input-name');
@@ -20,9 +20,7 @@ const getConsideredEntryTypes = (include3p, excludeSmartAnswersInSearch) => {
20
20
  entryTypes.push('mutation:smart-answers-element');
21
21
  entryTypes.push('mutation:smart-answers-attribute');
22
22
  }
23
- if (fg('platform_ufo_enable_media_for_ttvc_v3')) {
24
- entryTypes.push('mutation:media');
25
- }
23
+ entryTypes.push('mutation:media');
26
24
 
27
25
  // Still included as part of TTVC v3
28
26
  entryTypes.push('mutation:attribute:non-visual-input-name');
@@ -27,9 +27,7 @@ var getConsideredEntryTypes = function getConsideredEntryTypes(include3p, exclud
27
27
  entryTypes.push('mutation:smart-answers-element');
28
28
  entryTypes.push('mutation:smart-answers-attribute');
29
29
  }
30
- if (fg('platform_ufo_enable_media_for_ttvc_v3')) {
31
- entryTypes.push('mutation:media');
32
- }
30
+ entryTypes.push('mutation:media');
33
31
 
34
32
  // Still included as part of TTVC v3
35
33
  entryTypes.push('mutation:attribute:non-visual-input-name');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/react-ufo",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "Parts of React UFO that are publicly available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -89,9 +89,6 @@
89
89
  "platform_ufo_canvas_heatmap_full_precision": {
90
90
  "type": "boolean"
91
91
  },
92
- "platform_ufo_enable_media_for_ttvc_v3": {
93
- "type": "boolean"
94
- },
95
92
  "platform_ufo_remove_deprecated_config_fields": {
96
93
  "type": "boolean"
97
94
  },