Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for package:web v1.0.0 #3821

Merged
merged 3 commits into from
Jul 17, 2024
Merged

Add support for package:web v1.0.0 #3821

merged 3 commits into from
Jul 17, 2024

Conversation

srujzs
Copy link
Contributor

@srujzs srujzs commented Jul 16, 2024

  • Expands version range to >=0.5.1 <2.0.0.
  • In order to do this, we add an innerHtml extension interop member both so we can support both major
    versions and so we don't need to do manual conversions of JSAny.
  • Also updates createElement calls to use the constructors supplied in package:web 0.5.1 onwards.
  • Publishes version 8.0.12.

- Expands version range to >=0.5.1 <2.0.0.
- In order to do this, we add an `innerHtml` extension
interop member both so we can support both major
versions and so we don't need to do manual conversions
of JSAny.
- Also updates `createElement` calls to use the constructors
supplied in package:web 0.5.1 onwards.
- Publishes version 8.0.13.
@srujzs srujzs requested review from kevmoo and srawlins July 16, 2024 23:26
CHANGELOG.md Outdated Show resolved Hide resolved
pubspec.yaml Outdated Show resolved Hide resolved
Copy link
Member

@srawlins srawlins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a million, very cool!

@srawlins srawlins merged commit 5230f8f into dart-lang:main Jul 17, 2024
9 checks passed
copybara-service bot pushed a commit to dart-lang/sdk that referenced this pull request Jul 19, 2024
Revisions updated by `dart tools/rev_sdk_deps.dart`.

dartdoc (https://github.com/dart-lang/dartdoc/compare/1d00523..5230f8f):
  5230f8fd  2024-07-16  Srujan Gaddam  Add support for package:web v1.0.0 (dart-lang/dartdoc#3821)

http (https://github.com/dart-lang/http/compare/757438e..a0781c5):
  a0781c5  2024-07-18  Anikate De  pkgs/ok_http: JNIgen fixes and added WebSocket support (dart-lang/http#1257)

sse (https://github.com/dart-lang/sse/compare/52d042f..af2c5c5):
  af2c5c5  2024-07-17  Kevin Moore  Bump to latest lints (dart-archive/sse#114)
  a6ae8dc  2024-07-16  Srujan Gaddam  Add support for package:web v1.0.0 (dart-archive/sse#113)

tools (https://github.com/dart-lang/tools/compare/6a07a16..55dbd6e):
  55dbd6e  2024-07-18  Devon Carew  rev to 2.3.2 in prep for publishing (dart-lang/tools#287)
  f957dd2  2024-07-17  Konstantin Scheglov  Stop using deprecated ContextLocator and ContextBuilder. (dart-lang/tools#285)

Change-Id: I6f51418c424a3b1400ab245f557a53e92da44848
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/376700
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Devon Carew <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants