Daniel Freedman
|
bf2f6941a7
|
add test to ensure unlisten events do not fire
|
2015-10-06 15:07:30 -07:00 |
|
Daniel Freedman
|
900d82b42f
|
add tests
|
2015-10-06 15:04:06 -07:00 |
|
Daniel Freedman
|
8bd380ab85
|
Only one real listener per listen call
Actually use event listener cache correctly
Fixes #2534 Polymer Gestures creates a new bound handler for every `listen` call
|
2015-10-06 14:39:18 -07:00 |
|
Eric Bidelman
|
45b1e5fcd1
|
Merge pull request #2503 from Polymer/arthurevans-patch-1
Added note about including a clear repro case.
|
2015-10-02 14:45:28 -07:00 |
|
Arthur Evans
|
e18f009740
|
Added note about including a clear repro case.
|
2015-09-30 12:27:07 -07:00 |
|
Taylor Savage
|
6ed836f9ac
|
added request to submit an issue before sending a PR
|
2015-09-30 12:15:39 -07:00 |
|
Daniel Freedman
|
c2b7c31b8e
|
update CHANGELOG to 1.1.4
|
2015-09-25 15:54:37 -07:00 |
|
Daniel Freedman
|
fe467cd62d
|
prepare for 1.1.4
|
2015-09-25 15:52:42 -07:00 |
|
Eric Bidelman
|
72a30543fe
|
Merge pull request #2204 from nazar-pc/patch-1
Typo
|
2015-09-24 14:28:01 -07:00 |
|
Eric Bidelman
|
16425d912f
|
Merge pull request #2211 from jakemac53/patch-1
Fix docs for stamp method
|
2015-09-24 14:27:31 -07:00 |
|
Eric Bidelman
|
14b9e4bcda
|
Merge pull request #2209 from marcus7777/patch-1
http to https for jsbin
|
2015-09-24 14:25:41 -07:00 |
|
Eric Bidelman
|
577aeca92e
|
Merge pull request #2400 from samccone/sjs/work
🍕 package.json fixups
|
2015-09-24 14:17:20 -07:00 |
|
Sam Saccone
|
6afb8bed6f
|
📝 Update description
This is the offical description that comes up in google for the site :)
|
2015-09-24 14:16:19 -07:00 |
|
Eric Bidelman
|
0ac21d012f
|
Merge pull request #2290 from abdonrd/update_the_readme_to_polymer_1.1
Update the README.md to Polymer 1.1
|
2015-09-24 14:02:07 -07:00 |
|
Eric Bidelman
|
ea78716a64
|
Merge pull request #2197 from tomalec/PRIMER.md-typos
Fix typos in PRIMER.md
|
2015-09-24 13:41:52 -07:00 |
|
Kevin Schaaf
|
55afcf876d
|
Merge pull request #2471 from Polymer/fix-mem-leak
Reset handlers queue after finished replaying events
|
2015-09-24 11:13:20 -07:00 |
|
Sam Saccone
|
84258d40b6
|
🎨 Use npm command bin lookup
This way it will look up the bin alias that the gulp dependency defines
for itself.
|
2015-09-24 10:36:06 -07:00 |
|
Sam Saccone
|
5726b8ead4
|
🍇 Add missing test dependency
Without this... there was no wct bin anywhere
|
2015-09-24 10:36:05 -07:00 |
|
Daniel Freedman
|
76a5f17cc0
|
Reset handlers queue after finished replaying events
Holding on to an array of CustomEvents can leak memory across page refreshes in
Chrome: https://crbug.com/529941
Fixes #2452
|
2015-09-23 21:27:29 -07:00 |
|
Abdón Rodríguez Davila
|
40c455aa3c
|
Update the README.md to Polymer 1.1
|
2015-09-10 10:52:18 +02:00 |
|
Kevin Schaaf
|
453cae589a
|
Merge pull request #2428 from Polymer/arthurevans-patch-1
Add note on arrayDelete with array vs. path
|
2015-09-09 21:31:42 -07:00 |
|
Arthur Evans
|
d2b71a5d78
|
Add note on arrayDelete with array vs. path
Fixes #2427.
|
2015-09-09 17:18:55 -07:00 |
|
Steve Orvell
|
83cce66ece
|
Merge pull request #2409 from Polymer/2408-multiple-linkPath
Allow multiple paths to be linked using linkPath. Fixes #2048
|
2015-09-04 19:27:37 -07:00 |
|
Kevin Schaaf
|
bee110b52d
|
Add unlinkPath tests.
|
2015-09-04 19:13:58 -07:00 |
|
Daniel Freedman
|
573ca29385
|
Update changelog
|
2015-09-04 17:27:42 -07:00 |
|
Daniel Freedman
|
7fafc6a159
|
prepare 1.1.3
|
2015-09-04 17:19:17 -07:00 |
|
Kevin Schaaf
|
ab85884411
|
Remove dead code; add tests.
|
2015-09-03 21:36:44 -07:00 |
|
Kevin Schaaf
|
b221dbe63d
|
Allow multiple paths to be linked using linkPath. Fixes #2048
|
2015-09-03 20:18:54 -07:00 |
|
Kevin Schaaf
|
649d24fd05
|
Merge pull request #2404 from Polymer/fix-2403
Fixes #2403
|
2015-09-03 14:26:43 -07:00 |
|
Steven Orvell
|
a6694b7f7a
|
Fixes #2403
|
2015-09-03 12:56:27 -07:00 |
|
Daniel Freedman
|
8886e8c3fc
|
Only try to decrement gesture dependency counter if dependency exists
Fixes #2397
|
2015-09-02 15:44:51 -07:00 |
|
Daniel Freedman
|
d3a7c93a46
|
update changelog with v1.1.2
|
2015-08-28 16:43:58 -07:00 |
|
Daniel Freedman
|
e78be4fe89
|
prepare v1.1.2
|
2015-08-28 16:40:59 -07:00 |
|
Steve Orvell
|
bffa3527bb
|
Merge pull request #2384 from Polymer/2382-kschaaf-beforeRegister
Add beforeRegister; ES6 class must set proto metadata here. Fixes #2382
|
2015-08-28 16:16:44 -07:00 |
|
Kevin Schaaf
|
7a1814f58a
|
Add beforeRegister; ES6 class must set proto metadata here. Fixes #2382
|
2015-08-28 16:10:30 -07:00 |
|
Frankie Fu
|
73e88d9774
|
Merge pull request #2340 from Polymer/fix-2334
Fixes #2334: when composing nodes in shady dom, check if a node is wh…
|
2015-08-26 18:23:05 -07:00 |
|
Steven Orvell
|
4d15789118
|
Improve composed parent tracking.
|
2015-08-26 18:21:12 -07:00 |
|
Steve Orvell
|
617f4e2b74
|
Merge pull request #2379 from Polymer/desugar-behavior-mixdown
move the mixing-in of behaviors so that it happens before `register`is invoked
|
2015-08-26 17:05:21 -07:00 |
|
Scott J Miles
|
637367c990
|
move the mixing-in of behaviors so that it happens before register behaviors are invoked
|
2015-08-26 16:29:37 -07:00 |
|
Steven Orvell
|
8751b68f28
|
Merge branch 'master' into fix-2334
|
2015-08-26 16:28:01 -07:00 |
|
Steven Orvell
|
a9f081b524
|
Fixes #2378
|
2015-08-26 16:24:53 -07:00 |
|
Frankie Fu
|
e00bd6aa69
|
Merge pull request #2375 from Polymer/fix-2356,2357
Fixes #2356, #2357
|
2015-08-26 13:01:08 -07:00 |
|
Steven Orvell
|
a16ada11e5
|
Fixes #2356: issue a warning and don't throw an exception when a style include cannot be found.
Fixes #2357: include data now comes before any textContent in a style element.
|
2015-08-26 12:47:05 -07:00 |
|
Steve Orvell
|
9bb6fdc16b
|
Merge pull request #2365 from Polymer/es6_friendliness
Es6 friendliness
|
2015-08-26 12:20:48 -07:00 |
|
Steven Orvell
|
8eada87542
|
remove unneeded protection code for extends.
|
2015-08-26 12:19:56 -07:00 |
|
Steve Orvell
|
8bce377ab1
|
Merge pull request #2359 from Polymer/fix-inline-vulcanize
Remove forceUpgraded check in dom-module.import
|
2015-08-25 16:59:19 -07:00 |
|
Daniel Freedman
|
47ff0e8322
|
Add test
|
2015-08-25 16:38:12 -07:00 |
|
Scott J Miles
|
230528c8c9
|
add test for registered behavior affecting a value then used by features
|
2015-08-24 18:45:00 -07:00 |
|
Scott J Miles
|
9734a3aff4
|
add tests for new Polymer() argument support (and make Base tests aware of new abstract method _desugarBehaviors)
|
2015-08-24 18:38:41 -07:00 |
|
Scott J Miles
|
6224dc3006
|
invoke registration behavior before registering features, so behaviors can alter features, this requires calling behavior flattening as part of prototype desugaring instead of as part of behavior prep, so the flattened list is available early
|
2015-08-24 18:36:57 -07:00 |
|