@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
8+ ## [4.4.0] - April, 3rd, 2025
9+
10+ ### React
11+
12+ #### Changed
13+
14+ - [Notification] `autoCloseDuration` is now calculated automatically if not provided (displayed a minimum of 4000ms)
15+
16+ #### Fixed
17+
18+ - [FileInput] `defaultValue` triggered the `onChange` prop function
19+ - [FileInput] display the "No file selected" only when `required` prop is given and no file(s) selected
20+ - [Footer] fix `Footer.Base` logo tabIndex issue, it was falsely given zero which prevented focus
21+
22+ ### Documentation
23+
24+ #### Fixed
25+
26+ - Bug of anchor links on the documentation page
27+ - Page footer Helsinki logo link
28+ - Focus follows anchor links
29+ - Permalinks of headings are fixed better for screen readers
30+
31+ ### Figma
32+
33+ #### Fixed
34+
35+ - [Header] UniversalBar properties mix-up and responsiveness issues.
36+
837## [4.3.0] - March, 7, 2025
938
1039### React
@@ -15,7 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1544
1645#### Fixed
1746
18- - [Component] What bugs/typos are fixed?
1947- [Login] Fix issue when cancelling logging in by browser back-button which caused the state to remain in "logging in", disabling the button.
2048- [SelectionGroup] Fix warnings about groups with no selections since the new guideline is not to have a preselected value.
2149- [Header] Keyboard navigation in mobile menu allows navigation to browser controls, but not to page contents under mobile menu
0 commit comments