Skip to content

Commit

Permalink
Merge pull request #1440 from francoisfrisch/release-notes-14-1
Browse files Browse the repository at this point in the history
Add release notes of v0.14.1
  • Loading branch information
francoisfrisch committed Feb 27, 2014
2 parents a772dce + cd458b9 commit 2efe2ca
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 2efe2ca

Please sign in to comment.