Daniel Freedman
ace0f72712
[ci skip] Add instructions to issue template
2016-02-22 11:11:16 -08:00
Daniel Freedman
d1ee1423cb
Merge pull request #3447 from Polymer/config-noeffect
...
Make sure to configure properties on polymer elements that do not have property effects
2016-02-19 15:24:56 -08:00
Steven Orvell
f93c3e5c48
Make sure to configure properties on polymer elements that do not have property effects.
2016-02-19 14:34:50 -08:00
Steve Orvell
4136a8c972
Merge pull request #3444 from Polymer/3443-kschaaf-attr-ser-desr
...
Serialize before deserialize when configuring attrs. Fixes #3443 .
2016-02-18 19:02:04 -08:00
Kevin Schaaf
5ac5ee780a
Fix lint errors.
2016-02-18 18:47:49 -08:00
Kevin Schaaf
69c7087c8f
Add comment. Ensure Date deserializes to String for correctness.
2016-02-18 18:39:29 -08:00
Kevin Schaaf
ec855827fe
Serialize before deserialize when configuring attrs. Fixes #3433 .
2016-02-18 18:32:36 -08:00
Daniel Freedman
25d4f224d4
Merge pull request #3442 from Polymer/configure-lazy
...
Restrict early property set to properties that have accessors. This a…
2016-02-18 18:03:01 -08:00
Steven Orvell
4cfb245402
Restrict early property set to properties that have accessors. This allows users to set properties in created
which are listed in properties
but which have no accessor.
2016-02-18 16:42:57 -08:00
Daniel Freedman
667a9b60fd
Merge pull request #3437 from Polymer/fix-crlf
...
fix crlf once and for all
2016-02-17 16:40:13 -08:00
Daniel Freedman
6c5afe5810
fix crlf once and for all
2016-02-17 16:03:34 -08:00
Daniel Freedman
37f7157b12
fix test linting from #3350
2016-02-17 15:49:53 -08:00
Daniel Freedman
49d04b0dd7
Merge pull request #3350 from TimvdLippe/fix-binding-with-dash
...
Fix bindings with special characters
2016-02-17 15:44:40 -08:00
Daniel Freedman
65ea5936ab
Merge pull request #3435 from abdonrd/github_folder
...
Use the new .github folder for issue and pull request templates
2016-02-17 15:02:31 -08:00
Daniel Freedman
333f082609
Merge pull request #3358 from kaste/computed-bound-methods
...
Support dynamic functions for computed annotations.
2016-02-17 14:50:18 -08:00
Abdón Rodríguez Davila
58529c28e4
Use the new .github folder for issue and pull request templates
2016-02-17 23:07:13 +01:00
Daniel Freedman
266260a48d
Merge pull request #3433 from Polymer/issue-template
...
[ci skip] Add issue and pr template
2016-02-17 11:50:42 -08:00
Daniel Freedman
3e33fd4776
[ci skip] Use https for jsbin
...
Update CONTRIBUTING jsbin to use polygit
2016-02-17 11:45:28 -08:00
Daniel Freedman
cc1ef9af2c
[ci skip] Add issue and pr template
2016-02-17 11:40:55 -08:00
Daniel Freedman
8f58ff632b
Merge pull request #3352 from TimvdLippe/negated-notifying-bindings
...
Fix negation when a negated binding is changed
2016-02-17 10:18:56 -08:00
Kevin Schaaf
fdd49418c3
Merge pull request #3407 from Polymer/fix-nested-track-tap
...
Disable tap gesture when track gesture is firing for ancestor node
2016-02-16 14:39:31 -08:00
Kevin Schaaf
9b34171e13
Merge pull request #3427 from Polymer/eslint-v2
...
Update to gulp-eslint v2
2016-02-16 14:33:50 -08:00
Daniel Freedman
3a6703f530
Merge pull request #3386 from TimvdLippe/behavior-unique-array
...
Make behaviors array unique
2016-02-16 11:02:16 -08:00
Daniel Freedman
dca0dda6c1
Update to gulp-eslint v2
...
Also update del and lazypipe modules
2016-02-16 10:30:20 -08:00
Kevin Schaaf
9bdfacad72
Merge pull request #3417 from Polymer/nazar-pc-fix-for-2348
...
Nazar-pc fix for #2348
2016-02-12 19:40:26 -08:00
Steven Orvell
b569ea6630
Merge branch 'master' into nazar-pc-fix-for-2348
2016-02-12 19:29:19 -08:00
Kevin Schaaf
596b6901d1
Merge pull request #3413 from Polymer/style-fixes
...
Includes changes from a few style related PRs and adds more tests
2016-02-12 19:26:10 -08:00
Steve Orvell
55876ca2cf
Merge pull request #3408 from Polymer/3063-kschaaf-extend-template
...
Ensure _propertySetter is installed first. Fixes #3063
2016-02-12 19:18:56 -08:00
Steven Orvell
7da9a38fcd
fix lint errors
2016-02-12 19:16:17 -08:00
Steven Orvell
f2c1d4a5eb
Minor fixes based on review.
2016-02-12 19:05:15 -08:00
Steven Orvell
ef629f4c4b
Undo fix on IE10 where the custom elements polyfill's mixin strategy makes this unfeasible.
2016-02-12 18:39:48 -08:00
Steven Orvell
f8289fec8c
Merge branch 'master' into style-fixes
...
Conflicts:
test/unit/styling-scoped-elements.html
test/unit/styling-scoped.html
+ fix test on Safari that uses computed url style.
2016-02-12 17:50:02 -08:00
Steve Orvell
605e5fe24f
Merge pull request #3406 from TimvdLippe/var-with-parenthesis
...
Fix parsing of parenthesis in default of variable declaration
2016-02-12 17:41:16 -08:00
Kevin Schaaf
b870fe0a7b
Update comments.
2016-02-12 17:24:21 -08:00
Kevin Schaaf
d4b53b32a6
Merge pull request #3414 from Polymer/lint-tests
...
Lint the tests
2016-02-12 17:05:15 -08:00
Steven Orvell
d99e6939d6
Merge branch 'fix-for-2348' of https://github.com/nazar-pc/polymer into nazar-pc-fix-for-2348
...
# Conflicts:
# test/unit/configure.html
+ use hasOwnProperty check; benchmarking indicates perf is ok.
+ refine test.
2016-02-12 16:58:19 -08:00
herr kaste
0037c535c8
Add test that late resolved functions don't warn
2016-02-12 23:54:07 +01:00
herr kaste
b6abf26fda
Add support for properties defined in a behavior.
...
For correctness this is implemented using `getPropertyInfo()` though
this is not optimized at all. Note that `_propertyInfo` is not ready
when we parse the annotations (which is the earliest call to
`_parseMethod` right now). There are several options to make this right,
but these are not part of this feature PR.
2016-02-12 23:54:06 +01:00
herr kaste
f4486a263c
Generalized approach supporting compute and observers
2016-02-12 23:54:05 +01:00
herr kaste
3c12178f79
Proper implementation
...
Replace ad hoc hack with a proper implementation.
2016-02-12 23:54:05 +01:00
herr kaste
3f1bc4e33a
Support dynamic functions for computed annotations.
...
Alternate take for #3299
2016-02-12 23:54:04 +01:00
Daniel Freedman
d81f6bc37a
ordering issue for when assert is defined in native html imports
2016-02-12 12:39:39 -08:00
Daniel Freedman
e5063ca643
Lint the tests
...
Also, fix all the lint errors in the tests
2016-02-12 12:25:01 -08:00
Steven Orvell
5a493d84ad
Add support for one-of attribute selector while not breaking support for general sibling combinator. Fixes #3023 . Fix taken from #3067 .
2016-02-12 11:42:59 -08:00
Kevin Schaaf
de039f8603
Merge pull request #3354 from kaste/patch-1
...
Fix: There is no effect of kind 'computedAnnotation'
2016-02-12 09:45:35 -08:00
Tim van der Lippe
d385873e36
Fix bindings with special characters
2016-02-12 14:52:26 +01:00
Steve Orvell
a4cc272320
Merge pull request #3222 from nazar-pc/fix-for-scoping-empty-class
...
Fix for scoping when class is not specified on element
2016-02-11 12:44:05 -08:00
Daniel Freedman
1b5fc9acb7
[ci skip] move linting into before_script stage
...
If lint is in before_script, it will fail before running tests, which
is less confusing
2016-02-11 12:38:48 -08:00
Steven Orvell
c00c47f40e
Fix lint error and uncomment test.
2016-02-11 12:36:32 -08:00
Steven Orvell
71c41ed62d
Add test for overriding property based :host selector from outside.
2016-02-11 11:12:45 -08:00