@equinor/fusion-framework-react-components-bookmark 1.0.30 → 1.1.0

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,80 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3363](https://github.com/equinor/fusion-framework/pull/3363) [`adb5176`](https://github.com/equinor/fusion-framework/commit/adb5176d2e4d14fb4c055ecd43d4c21c751a9a1d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated @equinor/eds-utils from 0.8.5 to 0.9.0
8
+
9
+ ### Changes
10
+
11
+ - Updated @equinor/eds-utils dependency to latest version
12
+ - Added Firefox detection utility support
13
+
14
+ ### Links
15
+
16
+ - [GitHub releases](https://github.com/equinor/design-system/releases)
17
+ - [Changelog](https://github.com/equinor/design-system/blob/develop/packages/eds-utils/CHANGELOG.md)
18
+
19
+ ### Patch Changes
20
+
21
+ - [#3400](https://github.com/equinor/fusion-framework/pull/3400) [`aed6c53`](https://github.com/equinor/fusion-framework/commit/aed6c5385df496a86d06dc0af9dacafc255ea605) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump @equinor/eds-core-react from 0.45.1 to 0.49.0
22
+
23
+ ### New Features
24
+
25
+ - ✨ Always show "add new option" in Autocomplete when onAddNewOption is provided
26
+ - ✨ Tabs call onChange with provided value if present
27
+ - ✨ Add disabled prop to Tooltip
28
+ - ✨ Autocomplete allow option-label prop to be used without type of object
29
+ - ✨ Add support for adding new options in Autocomplete
30
+
31
+ ### Bug Fixes
32
+
33
+ - 🐛 Autocomplete - Don't call onOptionsChange when clicking "Add new"
34
+ - 🐛 Table - Fix Firefox table header wrapping issue
35
+ - 🐛 Tabs documentation type mismatch - update onChange parameter from number to number | string
36
+ - 🐛 DatePicker Disable back button in year range based on year, not month
37
+ - 🐛 Tabs now allow 'null' value as child element 'Tabs.List' and 'Tabs.Panel'
38
+ - 🐛 Autocomplete prevent onAddNewOption from being called twice in Strict Mode
39
+ - 🐛 Table export table row with pascal case
40
+ - 🐛 Autocomplete: Improvements to placeholder text
41
+ - 🐛 Menu: Ensure onClose is called when a MenuItem without onClick is clicked
42
+
43
+ ### Links
44
+
45
+ - [GitHub releases](https://github.com/equinor/design-system/releases/tag/eds-core-react%400.49.0)
46
+ - [npm changelog](https://www.npmjs.com/package/@equinor/eds-core-react?activeTab=versions)
47
+
48
+ - [#3366](https://github.com/equinor/fusion-framework/pull/3366) [`daa362e`](https://github.com/equinor/fusion-framework/commit/daa362e7d92ad362e46d666c434d0f09687abad5) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update @equinor/eds-core-react from 0.48.0 to 0.49.0
49
+
50
+ ### Changes
51
+
52
+ - Updated @equinor/eds-core-react dependency to latest version across all packages
53
+ - Fixed peerDependencies version mismatch in bookmark package
54
+ - Includes bug fixes for Autocomplete and Table components
55
+ - Adds new Autocomplete features for "add new option" functionality
56
+
57
+ ### Affected Packages
58
+
59
+ - packages/dev-portal
60
+ - packages/react/components/bookmark
61
+ - cookbooks/app-react-feature-flag
62
+ - cookbooks/app-react-people
63
+
64
+ ### Links
65
+
66
+ - [GitHub releases](https://github.com/equinor/design-system/releases)
67
+ - [Full Changelog](https://github.com/equinor/design-system/compare/eds-core-react@0.48.0...eds-core-react@0.49.0)
68
+
69
+ - Updated dependencies [[`29f6710`](https://github.com/equinor/fusion-framework/commit/29f6710238baf9b29f42394b30cb8b97f25462c3), [`7bb88c6`](https://github.com/equinor/fusion-framework/commit/7bb88c6247f3d93eccf363d610116c519f1ecff4), [`11143fa`](https://github.com/equinor/fusion-framework/commit/11143fa3002fb8a6c095052a04c7e596c56bafa8)]:
70
+ - @equinor/fusion-observable@8.5.3
71
+
72
+ ## 1.0.31
73
+
74
+ ### Patch Changes
75
+
76
+ - [#3298](https://github.com/equinor/fusion-framework/pull/3298) [`6480bf1`](https://github.com/equinor/fusion-framework/commit/6480bf197db9428fed80299c235f0608db0ca6a3) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump @equinor/eds-core-react from 0.43.0 to 0.48.0
77
+
3
78
  ## 1.0.30
4
79
 
5
80
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '1.0.30';
2
+ export const version = '1.1.0';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}