universal_html 1.1.19 copy "universal_html: ^1.1.19" to clipboard
universal_html: ^1.1.19 copied to clipboard

outdated

Cross-platform 'dart:html' that works in all platforms (browser, Dart VM, and Flutter).

1.1.19 #

  • Fixes bug in FileReader that caused compile-time errors.
  • Updates DIFFERENCES.md

1.1.18 #

  • Fixes parsing of non-standard HTML attribute names (#15) and various other issues.

1.1.17 #

  • Restores old conditional exports because of a bug in dartdevc (#16).

1.1.16 #

  • Fixes conditional imports in Node.JS when developer imports 'package:universal_io/X.dart' or 'package:universal_io/prefer_sdk/X.dart'.

1.1.15 #

  • Improved documentation.
  • Removed 'package:universal_html/browser/html.dart', which has been marked with @Deprecated for long time. This is a breaking change, but unlikely to affect anyone.

1.1.14 #

  • Fixes bugs related to HTML attributes and namespaces.

1.1.13 #

  • Fixes 'universal_io' dependency constraint so that it supports 1.x.x.

1.1.12 #

  • Fixed a CSS printing issue.

1.1.11 #

  • Fixed pedantic warnings.

1.1.10 #

  • Raised minimum SDK to 2.6 and updated dependencies.

1.1.9 #

  • Improved test coverage.
  • Fixed a bug in window.localStorage.
  • Fixed an analysis error in JsArray (issue #8).

1.1.8 #

  • A large number of linter fixes.
  • Some additional assertions/tests.

1.1.7 #

  • Fixed element.innerHtml.
  • Added PositionError and a test for navigator.geolocation.

1.1.6 #

  • Implemented anchor clicks and form submission.

1.1.5 #

  • Made it easier to implement file access APIs.

1.1.3 #

  • Fixed problematic dependency constraints.
  • Improved documentation and developer scripts.

1.1.2 #

  • Fixed a test failure caused by Dart SDK 2.5.0-dev-2.0.
  • Improved documentation.

1.1.1 #

  • EventTarget now has a private getter _htmlDriver.
  • BrowserImplementation now receives events unless event.preventDefault() is called.
  • Replaced BrowserImplementation getter browserClassFactory with getter browserImplementation. Deprecated the old method.
  • Improved tests of various elements and fixed a few small bugs.
  • Improved tests that compare 'dart:html' and 'package:universal_html'.
  • Added various missing classes/class members.
  • Improved documentation and formatting.
  • Improved explanation that 'src/html/html_common/*.dart' were adopted from Dart SDK without much modifications.

1.1.0 #

  • The sole copyright owner (except for code derived from the Dart SDK as noted in the relevant files) decided to publish the source code the Apache License 2.0. to make the project more enterprise-happy. Previous versions were published under the MIT License.
  • Many new tests and bug fixes.
  • Many new dart:html APIs.
  • Removed class factory APIs in HtmlDriver in favor of separate BrowserImplementation and BrowserImplementationUtils.
  • Deprecated "package:universal_html/browser/(library).dart" in favor of more descriptive "package:universal_html/prefer_sdk/(library).dart". Deprecated APIs will be removed in future.
  • Added "package:universal_html/prefer_universal/(library).dart".

1.0.13 #

  • Fixed dependencies.

1.0.12 #

  • A fix related to Dart SDK 2.5.

1.0.11 #

  • Fixes compatibility with Dart SDK 2.5.
  • EventSource support.

1.0.10 #

  • Eliminated the following error that Dart build system threw in some cases: Unsupported conditional import of dart:html found in universal_html|lib/html.dart

1.0.9 #

  • Fixed bugs related to XML handling.

1.0.8 #

  • Fixed various bugs.

1.0.7 #

  • Fixed various bugs.

1.0.6 #

  • Fixed various bugs.
  • Added browser/html.dart and related documentation.
  • Added ServerSideRenderer.

1.0.5 #

  • Fixed a dependency.

1.0.4 #

  • Fixed various bugs and added dart:html APIs.

1.0.3 #

  • Fixed various bugs.

1.0.2 #

  • Added dart:html APIs (HttpRequest, etc.) and new libraries (js.dart, js_util.dart, etc.).

1.0.1 #

  • Fixed various bugs and added dart:html APIs.

0.0.1 #

  • Initial release
432
likes
0
pub points
99%
popularity

Publisher

verified publisherdint.dev

Cross-platform 'dart:html' that works in all platforms (browser, Dart VM, and Flutter).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, charcode, collection, csslib, html, meta, typed_data, universal_io, xml, zone_local

More

Packages that depend on universal_html