From cd458b917064bbd571aecf8176ccc5f09a44962b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Frisch?= Date: Thu, 27 Feb 2014 11:30:10 -0800 Subject: [PATCH] Add release notes of v0.14.1 --- CHANGES.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1805a767a9..642e05f1ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,23 @@ +### v0.14.1 + +- **Component** + + Fixes a regression where the component was allowed to draw before the stylesheets were loaded. + Fixes a broken shim for requestAnimationFrame. + +- **Template** + + Fixes a bug when two nested aliased template objects using `:iteration` had the same label or alias. + +- **DocumentResources** + + Fixes preloading css file contents as soon as possible. + ### v0.14.0 - **Montage** - Better JSDoc annotations. + Better JSDoc annotations. `super()` methods are now cached for better performance. `addRangeAtPathChangeListener()` is more tolerant changes along the path. Existing document resources are now taken into account when loading the page for the first time. (#1397)