@equinor/fusion-framework-dev-portal 1.0.3 → 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 +77 -0
- package/dist/main.js +30107 -29627
- package/package.json +14 -14
- package/src/version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,82 @@
|
|
|
1
1
|
# @equinor/fusion-framework-dev-portal
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3349](https://github.com/equinor/fusion-framework/pull/3349) [`c511123`](https://github.com/equinor/fusion-framework/commit/c511123c835e24e9ddefcc4c47c2455f5df12087) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump vite from 6.x to 7.1.5
|
|
8
|
+
|
|
9
|
+
Major version update of Vite build tool across all packages. This update includes:
|
|
10
|
+
|
|
11
|
+
- Enhanced build performance and caching
|
|
12
|
+
- Better error reporting with code frames
|
|
13
|
+
- Improved TypeScript integration
|
|
14
|
+
- Updated plugin ecosystem compatibility
|
|
15
|
+
- New development server features
|
|
16
|
+
|
|
17
|
+
### Links
|
|
18
|
+
|
|
19
|
+
- [Vite 7.1.5 Release Notes](https://github.com/vitejs/vite/releases/tag/v7.1.5)
|
|
20
|
+
- [Vite 7.x Migration Guide](https://vitejs.dev/guide/migration)
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- [#3365](https://github.com/equinor/fusion-framework/pull/3365) [`6eeef2f`](https://github.com/equinor/fusion-framework/commit/6eeef2f2033dfacf7c972295c8c2cc2d4cd83976) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated @equinor/eds-tokens from 0.9.2 to 0.10.0
|
|
25
|
+
|
|
26
|
+
- Added support for CSS custom properties via variables-static.css and variables-dynamic.css
|
|
27
|
+
- Improved design token integration for better CSS compatibility
|
|
28
|
+
- Updated dependencies and internal tooling (pnpm v10, node v22)
|
|
29
|
+
|
|
30
|
+
This is a minor version update with new features and no breaking changes.
|
|
31
|
+
|
|
32
|
+
- [#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
|
|
33
|
+
|
|
34
|
+
### New Features
|
|
35
|
+
|
|
36
|
+
- ✨ Always show "add new option" in Autocomplete when onAddNewOption is provided
|
|
37
|
+
- ✨ Tabs call onChange with provided value if present
|
|
38
|
+
- ✨ Add disabled prop to Tooltip
|
|
39
|
+
- ✨ Autocomplete allow option-label prop to be used without type of object
|
|
40
|
+
- ✨ Add support for adding new options in Autocomplete
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
- 🐛 Autocomplete - Don't call onOptionsChange when clicking "Add new"
|
|
45
|
+
- 🐛 Table - Fix Firefox table header wrapping issue
|
|
46
|
+
- 🐛 Tabs documentation type mismatch - update onChange parameter from number to number | string
|
|
47
|
+
- 🐛 DatePicker Disable back button in year range based on year, not month
|
|
48
|
+
- 🐛 Tabs now allow 'null' value as child element 'Tabs.List' and 'Tabs.Panel'
|
|
49
|
+
- 🐛 Autocomplete prevent onAddNewOption from being called twice in Strict Mode
|
|
50
|
+
- 🐛 Table export table row with pascal case
|
|
51
|
+
- 🐛 Autocomplete: Improvements to placeholder text
|
|
52
|
+
- 🐛 Menu: Ensure onClose is called when a MenuItem without onClick is clicked
|
|
53
|
+
|
|
54
|
+
### Links
|
|
55
|
+
|
|
56
|
+
- [GitHub releases](https://github.com/equinor/design-system/releases/tag/eds-core-react%400.49.0)
|
|
57
|
+
- [npm changelog](https://www.npmjs.com/package/@equinor/eds-core-react?activeTab=versions)
|
|
58
|
+
|
|
59
|
+
- [#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
|
|
60
|
+
|
|
61
|
+
### Changes
|
|
62
|
+
|
|
63
|
+
- Updated @equinor/eds-core-react dependency to latest version across all packages
|
|
64
|
+
- Fixed peerDependencies version mismatch in bookmark package
|
|
65
|
+
- Includes bug fixes for Autocomplete and Table components
|
|
66
|
+
- Adds new Autocomplete features for "add new option" functionality
|
|
67
|
+
|
|
68
|
+
### Affected Packages
|
|
69
|
+
|
|
70
|
+
- packages/dev-portal
|
|
71
|
+
- packages/react/components/bookmark
|
|
72
|
+
- cookbooks/app-react-feature-flag
|
|
73
|
+
- cookbooks/app-react-people
|
|
74
|
+
|
|
75
|
+
### Links
|
|
76
|
+
|
|
77
|
+
- [GitHub releases](https://github.com/equinor/design-system/releases)
|
|
78
|
+
- [Full Changelog](https://github.com/equinor/design-system/compare/eds-core-react@0.48.0...eds-core-react@0.49.0)
|
|
79
|
+
|
|
3
80
|
## 1.0.3
|
|
4
81
|
|
|
5
82
|
### Patch Changes
|