Skip to content

Commit 410700d

Browse files
authored
Fix formatting of changelog (#188)
2 parents 1547e0c + 49b009d commit 410700d

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

packages/pluggable-widgets-tools/CHANGELOG.md

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

77
## [Unreleased]
88

9-
### Fixed
10-
11-
- We fixed an issue on Windows where the generated `.mpk` was missing the widget's `.xml` files and icon/tile PNGs.
12-
- We fixed an error thrown by the `audit` command on windows. It would fail when looking up available versions for vulnerable packages.
13-
149
### Changed
1510

1611
- We replaced `ts-jest` with `@swc/jest` as the Jest transform (3–5× faster for TSX-heavy test suites) and switched the test runner from `jest-jasmine2` to `jest-circus`.
1712

18-
### Breaking Changes
13+
- **Breaking:** The `jest-jasmine2` runner has been removed. Tests using Jasmine-specific globals (`jasmine.createSpy()`, `jasmine.objectContaining()`, etc.) will throw `ReferenceError: jasmine is not defined`. Replace with Jest equivalents: `jest.fn()`, `expect.objectContaining()`.
1914

20-
- The `jest-jasmine2` runner has been removed. Tests using Jasmine-specific globals (`jasmine.createSpy()`, `jasmine.objectContaining()`, etc.) will throw `ReferenceError: jasmine is not defined`. Replace with Jest equivalents: `jest.fn()`, `expect.objectContaining()`.
21-
- Consumers who extended the base config with `globals['ts-jest']` options must migrate those settings to the `@swc/jest` transform config.
15+
- **Breaking:** Consumers who extended the base config with `globals['ts-jest']` options must migrate those settings to the `@swc/jest` transform config.
2216

2317
### Fixed
2418

19+
- We fixed an issue on Windows where the generated `.mpk` was missing the widget's `.xml` files and icon/tile PNGs.
20+
21+
- We fixed an error thrown by the `audit` command on windows. It would fail when looking up available versions for vulnerable packages.
22+
2523
- We updated the type generator to format types according to prettier. Inconsistencies would block the `release` command.
2624

2725

0 commit comments

Comments
 (0)