Include MDN API documentation as class and member dartdoc comments. Docs
sourced from the [MDN Web Docs][] project; attributions and copyright
licensing by Mozilla Contributors is licensed under [CC-BY-SA 2.5][].
Add a constructor for each Element tag onto their respective Element
interfaces.
Remove external Element constructors that would result in a runtime error.
Redeprecate APIs that were deprecated in 0.4.1 but undeprecated in 0.4.2.
Add support for dart fix migrations from dart:html classes to
package:web classes.
Contribute a markdown file for the renamed classes from dart:html to
package:web (see renames.md).
Migrate classes to use interop extension types that implement JSObject.
Add generics to APIs that use JSArray and JSPromise. Typedefs of a Dart
primitive type are instead replaced with their JS type equivalent if they
appear as a type parameter in order to conform with the type bounds of
JSArray and JSPromise.
Changed record types to be JSObject instead of JSAny.
Reduce the number of DOM APIs we generate code for. Currently, the API needs
to be standards-track, and be supported by Safari, Chrome, and Firefox.
Updated the source IDL version to 3.43.1.
Deprecate a few type aliases in favor of their standardized versions:
Deprecated
Preferred
AudioElement
HTMLAudioElement
HtmlElement
HTMLElement
CanvasElement
HTMLCanvasElement
ImageElement
HTMLImageElement
VideoElement
HTMLVideoElement
CssStyleDeclaration
CSSStyleDeclaration
ContextEvent
WebGLContextEvent
WebGL
WebGLRenderingContext
Deprecate the top-level createElementTag, createCanvasElement,
createIFrameElement, and querySelector functions.
Instead, use the standard creation and query methods on document.
Deprecate the client extension methods on MouseEvent and Touch.
Instead, directly use the clientX and clientY properties.
Deprecate the HttpRequest API borrowed from dart:html.
Consider migrating to package:http instead.
Include MDN API documentation as class and member dartdoc comments. Docs
sourced from the MDN Web Docs project; attributions and copyright
licensing by Mozilla Contributors is licensed under CC-BY-SA 2.5.
Add a constructor for each Element tag onto their respective Element
interfaces.
Remove external Element constructors that would result in a runtime error.
Deprecate createAudioElement in favor of the HTMLAudioElement constructor.
0.5.0
Redeprecate APIs that were deprecated in 0.4.1 but undeprecated in 0.4.2.
Add support for dart fix migrations from dart:html classes to
package:web classes.
Contribute a markdown file for the renamed classes from dart:html to
package:web (see renames.md).
Migrate classes to use interop extension types that implement JSObject.
Add generics to APIs that use JSArray and JSPromise. Typedefs of a Dart
primitive type are instead replaced with their JS type equivalent if they
appear as a type parameter in order to conform with the type bounds of
JSArray and JSPromise.
Changed record types to be JSObject instead of JSAny.
Reduce the number of DOM APIs we generate code for. Currently, the API needs
to be standards-track, and be supported by Safari, Chrome, and Firefox.
Updated the source IDL version to 3.43.1.
Deprecate a few type aliases in favor of their standardized versions:
Deprecated
Preferred
AudioElement
HTMLAudioElement
HtmlElement
HTMLElement
CanvasElement
HTMLCanvasElement
ImageElement
HTMLImageElement
VideoElement
HTMLVideoElement
CssStyleDeclaration
CSSStyleDeclaration
ContextEvent
WebGLContextEvent
WebGL
WebGLRenderingContext
Deprecate the top-level createElementTag, createCanvasElement,
createIFrameElement, and querySelector functions.
Instead, use the standard creation and query methods on document.
Deprecate the client extension methods on MouseEvent and Touch.
Instead, directly use the clientX and clientY properties.
Deprecate the HttpRequest API borrowed from dart:html.
Consider migrating to package:http instead.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps web from 0.4.2 to 0.5.1.
Release notes
Sourced from web's releases.
Changelog
Sourced from web's changelog.
Commits
4af904f
Publish 0.5.1 (#196)c72ec1a
add instructions for re-generating the package (#195)8870d04
update the format of the web idl versions file (#194)641a8df
Add generated element constructors (#185)5e5adc8
Use URI instead of library name (#191)2f00226
Move IDL version details (#189)23475c0
Include MDN API documentation as class and member dartdoc comments (#143)fa4280c
mention the migration guide in the readme (#187)d96c01d
Use extension types and generics internally (#184)975e55c
Add TrustedTypes (#173)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show