|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v1.2.0 |
| 4 | + |
| 5 | +[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.1.1...storage-v1.2.0) |
| 6 | + |
| 7 | +### 🚀 Enhancements |
| 8 | + |
| 9 | +- **storage:** Add `onMigrationComplete` callback ([#1514](https://github.com/wxt-dev/wxt/pull/1514)) |
| 10 | +- **storage:** Add `debug` option to enable migration logs ([#1513](https://github.com/wxt-dev/wxt/pull/1513)) |
| 11 | + |
| 12 | +### 🩹 Fixes |
| 13 | + |
| 14 | +- Fix typescript error on `defineItem` fallback ([#1601](https://github.com/wxt-dev/wxt/pull/1601)) |
| 15 | +- Use `@wxt-dev/browser` instead of `@types/chrome` ([#1645](https://github.com/wxt-dev/wxt/pull/1645)) |
| 16 | + |
| 17 | +### 🏡 Chore |
| 18 | + |
| 19 | +- **deps:** Update all dependencies ([#1568](https://github.com/wxt-dev/wxt/pull/1568)) |
| 20 | +- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644)) |
| 21 | +- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647)) |
| 22 | +- Change browser workspace dependency to `^` ([c7335add](https://github.com/wxt-dev/wxt/commit/c7335add)) |
| 23 | +- **deps:** Upgrade oxlint from 0.16.8 to 1.14.0 ([a01928e0](https://github.com/wxt-dev/wxt/commit/a01928e0)) |
| 24 | +- **deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([a6eef643](https://github.com/wxt-dev/wxt/commit/a6eef643)) |
| 25 | +- Create script for managing dependency upgrades ([#1875](https://github.com/wxt-dev/wxt/pull/1875)) |
| 26 | +- **deps:** Upgrade all dev dependencies ([#1876](https://github.com/wxt-dev/wxt/pull/1876)) |
| 27 | + |
| 28 | +### ❤️ Contributors |
| 29 | + |
| 30 | +- Aaron ([@aklinker1](https://github.com/aklinker1)) |
| 31 | +- Anh71me ([@iyume](https://github.com/iyume)) |
| 32 | + |
| 33 | + |
3 | 34 | ## v1.1.1
|
4 | 35 |
|
5 | 36 | [compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.1.0...storage-v1.1.1)
|
@@ -69,4 +100,4 @@ It's still shipped inside WXT and accessible via `wxt/storage`, but now:
|
69 | 100 |
|
70 | 101 | [Read the docs](https://wxt.dev/storage.html) for more details.
|
71 | 102 |
|
72 |
| -> This is apart of the v1.0 initiative for WXT. |
| 103 | +> This is apart of the v1.0 initiative for WXT. |
0 commit comments