Stable Release v3.0.3
Meaningful Changes
- Port gestures fixes w.r.t elements with
disabled
property from 2.x - Ignore shady CSS scoping in getComposedHTML
- Typescript typings work again, as in 2.x
- Closure type fixups
Raw Notes
-
rebuild package-lock (commit)
-
Generate typings for Polymer 3. (commit)
-
Revert Promise changes. (commit)
-
Lint fixes. (commit)
-
Restore some externs. (commit)
-
Upstream a bunch of g3 changes. (commit)
-
Add no-unused-vars eslint suppressions. (commit)
-
Annotate another two ephemeral classes. (commit)
-
Mark some ephemeral super classes as private. (commit)
-
Annotate Node parameter as not null. (commit)
-
Annotate some internal classes as private. (commit)
-
Fix some appliesMixin annotations still with Polymer namespace. (commit)
-
TypeScript generator config and extra interfaces for Polymer 3. (commit)
-
Tweaks to make Polymer 3 more amenable to typings generation. (commit)
-
Fix gulp 4 issues (commit)
-
Extend Safari exceptions beyond 10.1 (commit)
-
Ignore shady CSS scoping in getComposedHTML (commit)
-
Fix method to force CE polyfill on in 3.x (commit)
-
Convert object to class for better compilation (commit)
-
regen package-lock.json (commit)
-
Update supported browsers in issue template (commit)
-
Remove modulized comment (commit)
-
Update package.lock (commit)
-
Replace .npmignore with package.json "files" option. (#5245) (commit)
-
Spelling (commit)
-
fix lint (commit)
-
Port disabled fixes from 2.x (commit)
-
Update repo URL (commit)
-
Add badges (commit)
-
[ci skip] update changelog (commit)
-
Closure extern update (commit)
-
Add user-importable files to
bower.json
'smain
field for modulizer. (commit)