Stable release 2013-09-05
Pre-release
Pre-release
dfreedm
released this
05 Sep 22:03
·
5816 commits
to master
since this release
CustomElements
- Address same issue as PR 57. Android browser is not supported, but implemented fix since it's trivial. (commit)
- Remove
CustomElements.watchAllShadows
. Platform repo now overridescreateShadowRoot()
and handles this automatically. Fixes issue #24. (commit)
ShadowDOM
- Use
eval()
for default generated getters, setters and methods. (commit) - Fix issues related to tree changes. (commit)
- Optimization for wrapping code (commit)
observe-js
- Changed
hasEval
logic to always test foreval
when CSPsecurityPolicy.allowsEval
istrue
(commit) - Remove
Path.isValid
, exposepath.valid
. MakeinvalidPath
a singleton (commit) - Expose
Path.get
and support Paths as arguments toPathObserver
andCompoundPath
observer (commit) - Dirty-check underlying value -- not computed value (commit)
NodeBind
TemplateBinding
getInstanceModel()
renamed toprepareInstanceModel()
(commit)- Avoid calling
isTemplate
for every instance created (commit) getBinding
renamed toprepareBinding/bindingFn
(commit)- Fixes IE (commit)
polymer-expressions
platform
- Remove deprecated
window.dirtyCheck()
; usePlatform.flush()
instead. Fixes issue #10 (commit) - Added
@polyfill-rule
directive for polyfills styling; helps address issue #36 (commit)
polymer
polymer-elements
- fire
polymer-grid-layout
event after performing layout (commit) - Added documentation for
<polymer-layout>
(commit)
polymer-ui-elements
- Improved theme handling code for
<polymer-ui-icon>
(commit)
more-elements
<flatiron-director>
routing regex now accepts all characters (commit)
toolkit-ui
- Using
Platform.flush()
instead of deprecated dirtyCheck (commit)