template_binding 0.14.0+6
template_binding: ^0.14.0+6 copied to clipboard
Extends the capabilities of the HTML Template Element by enabling it to create, manage, and remove instances of content bound to data defined in Dart.
Pub version 0.14.0+6
- Fixed bug whereby too much code was pruned in 0.14.0+5
Pub version 0.14.0+5
- Updated to use package:observable
Pub version 0.14.0+4
- Fixed test for new dartium, chrome changed order of click/change events on checkboxes.
Pub version 0.14.0+3
- Update
web_components
dependency.
Pub version 0.14.0+2
- Update
web_components
dependency.
Pub version 0.14.0+1
- Update
observe
dependency.
Pub version 0.14.0
- Up to date with release 0.5.1 ([TemplateBinding#d2bddc4][d2bddc4]).
- The
js/patches_mdv.js
file is now namedjs/flush.js
.
Pub version 0.13.1
- Up to date with release 0.4.2 (TemplateBinding#35b7880).
- Widen web_components version constraint to include 0.9.0.
Pub version 0.13.0+1
- Widen web_components version constraint.
Pub version 0.13.0
- Up to date with TemplateBinding#41e95ea (release 0.4.0)
- Using this package now requires some additional javascript polyfills, that were moved out of platform.js. These files are listed under lib/js, and all are required in addition to platform.js from the web_components package.
Pub version 0.12.1
- Up to date with [TemplateBinding#6a2808c][6a2808c] (release 0.3.5)
Pub version 0.12.0+4
- Widen the dependency constraint on
observe
.
Pub version 0.12.0+3
- fix bug in interop layer to ensure callbacks are run in the dirty-checking zone (this only affected running code directly in Dartium without running pub-build or pub-serve)
Pub version 0.12.0
- NodeBind interop support. This allows elements such as Polymer's core-elements and paper-elements to work properly with Dart binding paths, including using Elements and functions as values, and two-way bindings.
- NodeBind is no longer ported. It now comes from packages/web_components/platform.js
- Up to date with TemplateBinding#d9f4543 (release 0.3.4)
Pub version 0.11.0
- Ported up to commit TemplateBinding#5b9a3b and NodeBind#c47bc1.
Pub version 0.10.0
- Applied patch to throw errors asynchronously if property path evaluation fails.
- Applied patch matching commit 51df59 (fix parser to avoid allocating PropertyPath if there is a non-null delegateFn).
- Ported up to commit TemplateBinding#99e52d and NodeBind#f7cc76.