fix: bump @equinor/eds-core-react from 0.36.1 to 0.40.0 in /typescript
Bumps @equinor/eds-core-react from 0.36.1 to 0.40.0.
Release notes
Sourced from @equinor/eds-core-react's releases.
[email protected]
[0.40.0] - 2024-06-21
Fixed
- 💄
DatePicker: use correct token for text color by@oddvernesin equinor/design-system#3520- 🐛
DatePicker: exportDatePickerPropstype by@oddvernesin equinor/design-system#3538- 🐛
Autocomplete: reverted changes from equinor/design-system#3408 (conditionaloptionLabeltype) due to typescript issues when wrapping the component. Also madeoptionstypereadonlyby@oddvernesin equinor/design-system#3515- 🚸
Autocomplete: return focus to input after pressing 'clear' button by@oddvernesin equinor/design-system#3531- 🐛
Autocomplete: crash triggered by opening dropdown using keyboard if all items are disabled by@oddvernesin equinor/design-system#3534Added
- 🧑💻
Datepickertype: allow passing standard html attributes by@oddvernesin equinor/design-system#3509- ✨
Datepicker/DateRangepicker: addedhideClearButtonprop, and also hide clear button if no date is set by@oddvernesin equinor/design-system#3537[email protected]
[0.39.0] - 2024-05-27
Fixed
- 🐛
DatePicker: Datetime-input was formatted with/instead of:by@yusijsin equinor/design-system#3450- 🐛
Autocomplete: added explicit transparent background-color to [popover]::backdrop by@oddvernesin https://github.com/equinor/design-system/commit/af36ebd06c7c5bd5770e37f26abc9302e2b7aa26Added
- ✨
Autocomplete: Solution for object-checking by value instead of reference with newitemCompareprop by@yusijsin equinor/design-system#3455Changed
- 📌 Changed required
styled-componentsversion to 5.1 in peer dependencies by@oddvernesin equinor/design-system#3459[email protected]
[0.38.0] - 2024-05-14
Added
- ✨
DatePicker: Enable custom date-formats in the input segments when they are not focused. Also added support for custom locale by@yusijsin equinor/design-system#3415Changed
🧑💻 Autocomplete: improved type safety for autocomplete whenoptionLabelis required by@FredrikMWoldin equinor/design-system#3408- 🚸
Autocomplete: implement nativepopoverfor better compatability withDialogby@oddvernesin equinor/design-system#3416- ⬆️ Updated prod dependencies by
@oddvernesin equinor/design-system#3425Fixed
- 🐛
Autocomplete"Select all" toggle causing crashes under certain circumstances with controlledAutocompleteby@mhwaagein equinor/design-system#3428- 🐛
Autocompletewhen toggling "Select all" or clicking the "clear" button, disabled items are now left unchanged. The "x/y selected" text in the input has changed "y" from "total non-disabled items length" to "all items length" by@oddvernesin equinor/design-system#3429- 🐛
Autocomplete: dragging scrollbar and then switching to using up/down arrow navigation should now work as expected by@oddvernesin equinor/design-system#3441
... (truncated)
Changelog
Sourced from @equinor/eds-core-react's changelog.
[0.40.0] - 2024-06-21
Fixed
- 💄
DatePicker: use correct token for text color by@oddvernesin equinor/design-system#3520- 🐛
DatePicker: exportDatePickerPropstype by@oddvernesin equinor/design-system#3538- 🐛
Autocomplete: reverted changes from equinor/design-system#3408 (conditionaloptionLabeltype) due to typescript issues when wrapping the component. Also madeoptionstypereadonlyby@oddvernesin equinor/design-system#3515- 🚸
Autocomplete: return focus to input after pressing 'clear' button by@oddvernesin equinor/design-system#3531- 🐛
Autocomplete: crash triggered by opening dropdown using keyboard if all items are disabled by@oddvernesin equinor/design-system#3534Added
- 🧑💻
Datepickertype: allow passing standard html attributes by@oddvernesin equinor/design-system#3509- ✨
Datepicker/DateRangepicker: addedhideClearButtonprop, and also hide clear button if no date is set by@oddvernesin equinor/design-system#3537[0.39.0] - 2024-05-27
Fixed
- 🐛
DatePicker: Datetime-input was formatted with/instead of:by@yusijsin equinor/design-system#3450- 🐛
Autocomplete: added explicit transparent background-color to [popover]::backdrop by@oddvernesin https://github.com/equinor/design-system/commit/af36ebd06c7c5bd5770e37f26abc9302e2b7aa26Added
- ✨
Autocomplete: Solution for object-checking by value instead of reference with newitemCompareprop by@yusijsin equinor/design-system#3455Changed
- 📌 Changed required
styled-componentsversion to 5.1 in peer dependencies by@oddvernesin equinor/design-system#3459[0.38.0] - 2024-05-14
Added
- ✨
DatePicker: Enable custom date-formats in the input segments when they are not focused. Also added support for custom locale by@yusijsin equinor/design-system#3415Changed
🧑💻 Autocomplete: improved type safety for autocomplete whenoptionLabelis required by@FredrikMWoldin equinor/design-system#3408- 🚸
Autocomplete: implement nativepopoverfor better compatability withDialogby@oddvernesin equinor/design-system#3416- ⬆️ Updated prod dependencies by
@oddvernesin equinor/design-system#3425Fixed
- 🐛
Autocomplete"Select all" toggle causing crashes under certain circumstances with controlledAutocompleteby@mhwaagein equinor/design-system#3428- 🐛
Autocompletewhen toggling "Select all" or clicking the "clear" button, disabled items are now left unchanged. The "x/y selected" text in the input has changed "y" from "total non-disabled items length" to "all items length" by@oddvernesin equinor/design-system#3429- 🐛
Autocomplete: dragging scrollbar and then switching to using up/down arrow navigation should now work as expected by@oddvernesin equinor/design-system#3441Notes
... (truncated)
Commits
60bd3b4🔖 Release [email protected] (#3540)9edf978🐛 export DatePickerProps type (#3538)619edfb✨Date/Daterange: hideClearButton prop (#3537)a4c180b🐛 Autocomplete: handle case all items disabled (#3534)ea6cc27🚸Autocomplete: return focus to input on clear (#3531)f5c08b2💄datePicker: use correct token for text color (#3520)06c3166🧑💻 Datepicker type: allow standard html attributes (#3509)baf7e51🐛 Autocomplete: revert 3408 type change + readonly (#3515)69463eb🔧🔥 Remove 'engines' field from package.json (#3511)92604e8📝 Autocomplete: testing vscode minimap labels- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
A newer version of @equinor/eds-core-react exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
Close to regenerate it
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.