Commit Graph

25 Commits

Author SHA1 Message Date
Scott J Miles
0fe9fe759f rudimentary test for a static effect (annotated computation with only literal arguments) 2015-05-20 16:06:10 -07:00
Scott J Miles
3fd8fbb973 basic test for computed expression containing literal args (must also contain at least one push dependency at this time) 2015-05-20 15:58:34 -07:00
Kevin Schaaf
cdecff422c Avoid undefined in textContent 2015-05-20 11:24:53 -07:00
Scott J Miles
2efcb601a9 test for {{!computed(prop)}} 2015-05-13 11:22:31 -07:00
Scott J Miles
12513df2e1 don't trap id for marshalling if it's a binding directive + test 2015-05-01 10:52:52 -07:00
Kevin Schaaf
4369e724ed Support paths in all effects. Add tests and docs. 2015-04-16 23:45:00 -07:00
Kevin Schaaf
a712acc26a Add test for dashed attribute binding. 2015-04-09 18:48:55 -07:00
Kevin Schaaf
835253c8ab Add test for custom event notification. 2015-04-01 13:00:59 -07:00
Steve Orvell
0c3ac51ddf Add test for ready time shadowdom notification fix. 2015-03-23 13:32:02 -07:00
Kevin Schaaf
cd362bb891 Avoid non-bubbling event gotchas with binding. 2015-03-19 17:55:41 -07:00
Kevin Schaaf
1c9fe35071 Remove special case style binding mapping to cssText 2015-03-19 14:51:04 -07:00
Kevin Schaaf
ce89077914 Add inline computed fn support for annotated bindings. 2015-03-16 16:12:09 -07:00
Kevin Schaaf
c7e101a202 Rename reflect -> reflectToAttribute. 2015-03-13 13:48:26 -07:00
Kevin Schaaf
2ec47acbac Merge branch '0.8-preview' into unique-comp-props
Conflicts:
	test/unit/bind-elements.html
2015-03-04 21:09:32 -08:00
Kevin Schaaf
0158c794bc Rename propertyConfig -> properties. 2015-03-04 18:39:01 -08:00
Ross Allen
d028277f4c Add test for comp values to same method
The test fails without the other change in this branch.
2015-03-02 15:43:15 -08:00
Kevin Schaaf
bee4ee4285 Add computed to propertyConfig, rename bind->observers. Remove published BC. 2015-03-02 15:41:40 -08:00
Kevin Schaaf
9d5ee38f02 Add debounced multiple computed property support. 2015-02-23 20:04:16 -08:00
Scott J. Miles
bc7a23ff29 test dash-case for serializing 2015-02-09 18:35:03 -08:00
Scott J. Miles
dff3b89bb6 add dash-case awareness to tests 2015-02-09 18:13:58 -08:00
Kevin Schaaf
3f95fe3ef2 Add attribute binding. attribute$="{{property}}" 2015-01-28 13:02:43 -08:00
Kevin Schaaf
1807d8656e Add reflect support.
Conflicts:
	src/features/standard/bind.html
2015-01-23 18:08:37 -08:00
Kevin Schaaf
be6f676a1c Add readOnly support. 2015-01-23 17:52:19 -08:00
Steve Orvell
39c68fb5d1 Name an element via is; remove support for name and tag 2015-01-14 15:10:11 -08:00
Kevin Schaaf
cdae3e35c8 Add negation test and fix tests for x-plat. 2015-01-14 12:36:47 -08:00