Kevin Schaaf
722790b60c
Add mixin @summary's and more API docs.
2017-02-28 03:17:30 -08:00
Kevin Schaaf
f4691e2c7f
Add @summary to all @namespaces and more API docs.
2017-02-28 03:03:15 -08:00
Kevin Schaaf
0cd7704c9c
Remove use of block instead of iffe.
2017-02-27 22:39:58 -08:00
Kevin Schaaf
23371c7787
Remove use of block instead of iffy.
2017-02-27 22:39:58 -08:00
Daniel Freedman
a10d466169
Add type definitions for Polymer.Element
...
Fixes #4292
2017-02-27 22:39:58 -08:00
Kevin Schaaf
2df89570b0
API docs for async
2017-02-27 22:35:03 -08:00
Kevin Schaaf
5602cfdbe3
API docs for array-splice
2017-02-27 22:35:03 -08:00
Kevin Schaaf
9974f5ce19
API docs for property-effects
2017-02-27 22:35:03 -08:00
Kevin Schaaf
c4122e4c8e
API docs for property-accessors
2017-02-27 22:35:03 -08:00
Kevin Schaaf
1c29973cf0
API docs for templatizer-behavior
2017-02-27 22:35:03 -08:00
Kevin Schaaf
3f0a1977b9
API docs for class & polymer-fn
2017-02-27 22:35:03 -08:00
Kevin Schaaf
8b2ef275a0
API docs for dom-module.
2017-02-27 22:35:03 -08:00
Kevin Schaaf
290596a3d3
Add @namespace annotations & "TODOC" todo's
2017-02-27 22:35:03 -08:00
Kevin Schaaf
b9f5b4c271
Add @polymerMixin and @memberof annotations. Misc doc cleanup.
...
* `TODOC` indicates docs that need further elaboration/review.
2017-02-27 22:10:43 -08:00
Steve Orvell
25f5a55346
Merge pull request #4347 from Polymer/2.0-direction-map
...
Add back legacy touch-action direction mapping for setTouchAction
2017-02-27 18:20:52 -08:00
Steve Orvell
caa5fb90be
Merge pull request #4344 from Polymer/2.0-import-type-css
...
Enable gathering styles from link rel="import" type="css" inside element dom-module
2017-02-27 17:54:36 -08:00
Daniel Freedman
9f11bc6115
add test
2017-02-27 17:21:47 -08:00
Daniel Freedman
f79cdf0ab4
Add back legacy touch-action direction mapping for setTouchAction
...
Fixes #4033
2017-02-27 17:08:00 -08:00
Steven Orvell
4943f865a7
style dom-module
's support only 1 template.
2017-02-27 17:06:24 -08:00
Steven Orvell
6c51b2a0e7
update bower.
2017-02-27 17:01:34 -08:00
Steven Orvell
a75bdda8e2
Merge branch '2.0-preview' into 2.0-import-type-css
2017-02-27 16:56:40 -08:00
Steven Orvell
81ebd801e8
Only allow styles inside templates and inside <link rel="import" type="css">
.
2017-02-27 16:54:09 -08:00
Daniel Freedman
0d06359621
Merge pull request #4346 from Polymer/2.0-gestures-deprecated-api
...
Add back deprecated Polymer.Gestures.add and Polymer.Gestures.remove
2017-02-27 16:49:09 -08:00
Steven Orvell
208bae2d08
remove superfluous ShadyDOM.patch
2017-02-27 16:48:41 -08:00
Daniel Freedman
c6589a10ca
fix test-fixture dependency
2017-02-27 16:44:49 -08:00
Daniel Freedman
6170835236
Add back deprecated Polymer.Gestures.add and Polymer.Gestures.remove
...
Add tests
Fixes #3936
2017-02-27 16:32:42 -08:00
Steven Orvell
3dc5d81ab0
update test-fixture dependency.
2017-02-27 15:49:47 -08:00
Steven Orvell
f555412856
Fixes #3837 .
...
Enable support for obtaining styles via `<link rel="import" type="css">` inside an element `dom-module`.
2017-02-27 15:29:14 -08:00
Steve Orvell
c8fd3f6a3e
Merge pull request #4339 from Polymer/4170-kschaaf-dom-if-model
...
Only add event.model for instances that introduce scoped instance props
2017-02-27 14:02:13 -08:00
Daniel Freedman
990b8d912d
Merge pull request #4342 from Polymer/2.0-move-customstyle
...
Move CustomStyle constructor to Polymer.CustomStyle
2017-02-27 11:40:14 -08:00
Kevin Schaaf
c205c2d320
Additional parentModel checks
2017-02-27 11:31:03 -08:00
Kevin Schaaf
91457ef131
Add get() parentModel
and parentModel
option; privatize __templateInstance
2017-02-27 11:27:31 -08:00
Kevin Schaaf
106b53cdd7
Merge pull request #4337 from Polymer/2.0-issue-blitz
...
Fixes a number of issues
2017-02-27 11:03:15 -08:00
Daniel Freedman
9ad58e3199
Move CustomStyle constructor to Polymer.CustomStyle
...
Fixes #4333
2017-02-27 11:02:37 -08:00
Steve Orvell
aab3a8f110
Merge pull request #4340 from Polymer/4208-kschaaf-double-null
...
Treat `null` as a primitive for dirty-checking purposes. Fixes #4208
2017-02-27 10:39:25 -08:00
Steven Orvell
ae34824c94
flush without recursion
2017-02-27 10:20:48 -08:00
Kevin Schaaf
6027647a69
Use querySelector instead of getElementById
2017-02-27 01:42:09 -08:00
Kevin Schaaf
fefa560e56
Treat null
as a primitive for dirty-checking purposes. Fixes #4208
2017-02-27 01:37:30 -08:00
Kevin Schaaf
1017cfe9c9
Only add event.model for instances that introduce scoped instance props. Fixes #4170
2017-02-27 01:11:56 -08:00
Steven Orvell
f20cc83f7f
more test fixes.
2017-02-24 21:02:37 -08:00
Steven Orvell
e07f9e1d61
test fixes
2017-02-24 20:59:45 -08:00
Steven Orvell
29ea17754d
Fixes #4198 . Adds legacy settings for polyfill status.
2017-02-24 20:04:11 -08:00
Steven Orvell
48298d6c1f
Fixes #4336 . Exposes Polymer.FlattenedNodesObserver
.
2017-02-24 19:45:45 -08:00
Steven Orvell
c677ad5b29
Fixes #3963 . Adds test for domHost
.
2017-02-24 19:43:58 -08:00
Steven Orvell
8c8793cc86
Fixes #4335 . Exposes Polymer.RenderStatus.flush
.
2017-02-24 19:43:23 -08:00
Steven Orvell
934d1acb5f
Fixes #4036 by explaining that users must call flush
on return value from Polymer.dom().observerNodes
.
2017-02-24 19:42:30 -08:00
Kevin Schaaf
af5eae716c
Merge pull request #4306 from Polymer/2.0-preview-debouncer-classes
...
Clean up Async and Debouncer interfaces with ES6
2017-02-24 14:52:09 -08:00
Kevin Schaaf
aa87a7cf15
Merge pull request #4246 from dimon-durak/patch-1
...
fix README.md
2017-02-24 14:33:45 -08:00
Kevin Schaaf
b7ed57d61e
Merge pull request #4332 from Polymer/2.0-config
...
2.0 config
2017-02-24 14:17:45 -08:00
Steven Orvell
f600b82ef2
Polymer.Element
...
* remove reliance on `static is` getter for style scoping. This is now only needed if users are locating `template` via `dom-module`
* add support for string based template (fixes #3994 )
2017-02-24 13:17:25 -08:00