Skip to content

Commit 78b1c14

Browse files
authored
Merge pull request #1085 from flatcar/update/changelog-2.11.0
chore(release): Update CHANGELOG for v2.11.0
2 parents 142b6a6 + f18f80c commit 78b1c14

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Security
10+
11+
### Added
12+
13+
### Changed
14+
15+
### Bugfixes
16+
17+
## [v2.11.0] - 17/06/2025
18+
919
### Security
1020
- **Dependency Audit & Vulnerability Mitigation:**
11-
- Initially pursued a clean `npm audit` outcome free of vulnerabilities. This goal was re-evaluated as legacy CRA/Webpack dependencies rely on unmaintained libraries, posing ongoing security risks.
21+
- In the pursuite of a clean `npm audit` outcome free of vulnerabilities removed legacy CRA/Webpack dependencies that relied on unmaintained libraries, posing ongoing security risks. [See the Internal / Maintenance Notes](#internal--maintenance-notes) for further details.
1222
- **golang.org/x/net → v0.38.0**
1323
- Fixes CVE-2025-22870 and CVE-2025-22872 in the HTML tokenizer/parser (https://github.com/flatcar/nebraska/pull/1016)
1424
- **golang.org/x/crypto → v0.35.0**
@@ -39,11 +49,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3949
- Add badges to README for CI/status/integration (https://github.com/flatcar/nebraska/pull/993)
4050

4151
### Refactors & Improvements
42-
- **Icon Management:**
43-
- Refactored the icon builder to utilize the new Iconify API for improved performance and maintainability.
4452
- **MUI Upgrade:**
4553
- Minor visual improvements
4654
by upgrading @mui/material, @mui/system, @mui/icons-material, @mui/utils, @mui/styles, @mui/styled-engine-sc to ^7.0.0 (https://github.com/flatcar/nebraska/pull/1040/files)
55+
- **Icon Management:**
56+
- Refactored the icon builder to utilize the new Iconify API for improved performance and maintainability.
4757

4858
- **General Codebase Improvements:**
4959
- Optimized import arrangements and removed unused parameters across multiple functions.

0 commit comments

Comments
 (0)