We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85c1c7 commit c2eccbdCopy full SHA for c2eccbd
CHANGELOG.md
@@ -1,7 +1,17 @@
1
+## v1.1.1 (10/15/2013)
2
+
3
+###features
4
+* better docs
5
6
+###bug fixes and tweaks
7
+* new Function -> function declaration to avoid CSP issues
8
+* more tests
9
+* normalize all references to the utils module
10
11
## v1.1.0 (07/26/2013)
12
13
##api changes
-* new \<Component\> (not recommended) no longer auto-calls initialize
14
+* new \<Component\> (not recommended) no longer auto-calls initialize
15
(use \<Component\>.attachTo)
16
17
###features
bower.json
@@ -2,7 +2,7 @@
"name": "flight",
"description": "Clientside component infrastructure",
"main": "lib/index.js",
- "version": "1.1.0",
+ "version": "1.1.1",
"ignore": [
"tools/standalone",
"test",
0 commit comments