[pkg:js] Update changelog to better comment breaking change in 0.7.0

Change-Id: Ib949f1b08a4e147258364d7ab9660a8dc6a88f23
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345140
Commit-Queue: Jake Macdonald <jakemac@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
Auto-Submit: Srujan Gaddam <srujzs@google.com>
This commit is contained in:
Srujan Gaddam 2024-01-05 21:16:11 +00:00 committed by Commit Queue
parent 7933cd741d
commit 121d54f1e0

View file

@ -3,8 +3,11 @@
- Remove dependency on `dart:js`.
- Update SDK lower constraint to 3.1.0-66.0.dev.
- Update SDK upper constraint to 4.0.0.
- Moved annotations to single location in `dart:_js_annotations`. This makes it
easier to avoid collisions with `dart:js_interop`'s `@JS`.
- **Breaking Change**: Moved annotations to single location in
`dart:_js_annotations`. This makes it easier to avoid collisions with
`dart:js_interop`'s `@JS`, as you will now see a static error instead of it
resolving in favor of the package definition. However, since this may result
in breakages in previously working code, this is treated as a breaking change.
## 0.6.7