Skip to content

Commit

Permalink
2.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyrmilligan committed Sep 23, 2013
2 parents 8ca5035 + 33b50b1 commit 853d7cd
Show file tree
Hide file tree
Showing 145 changed files with 794 additions and 13,359 deletions.
12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

25 changes: 12 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
.DS_Store

/libs/atnotate/atnotate.pyc
.idea

/src/android/.classpath
/src/android/.project
/src/android/bin/*
/src/android/gen/*

/src/ios/App.xcodeproj/project.xcworkspace/xcuserdata
/src/ios/App.xcodeproj/xcuserdata
/src/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata

/node_modules
/docs
/doc
/pkg
/tmp
/build
/log
npm-debug.log

.tern-port
.DS_Store
.idea

#### files installed via npm then symlinked ######
src/js/libs/dust-full-2.0.3.js
src/js/libs/dust-helpers-1.1.1.js
src/js/libs/es5-shim.js
src/js/libs/iscroll-lite.js
src/js/libs/less-1.4.2.js
src/js/libs/mout
src/js/libs/require.js
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Changed in 2.2.0
======
* Combined PageView and View into a single class
* Add ability to pass in custom arguments using the mapWidget() method
* Add 'redrawsuccess' event
* Fix bug with using the dot-syntax for mapping events to a view's model (ex. mapEvent({model: { 'change.attr' : myHandler }})
* Add ability to specify a default 'layer' property on a PageView-derived class' prototype
* Fix bug with remove() not getting called on all models when clearModels() is called.
* Fix issue with where initial URL may be URI encoded, such as when a site is saved to the home screen on iOS
* Add transitionEndEvent method to Transition class
* Fixed local ajax requests when offline

Changed in 2.1.1
======
* Separated lavaca core files in NPM module

Changed in 2.0.4
======
* Fix for Disposing of childviews and widgets in View.js
Expand Down
Loading

0 comments on commit 853d7cd

Please sign in to comment.