Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ashworth committed Jan 14, 2015
1 parent 95bd435 commit f3d5120
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.4.0 (1/14/2015)

### Features

* New `event.currentTarget` in delegated event handlers https://github.com/flightjs/flight/pull/329
* npm support — `npm install flightjs`
* Multi-function advice https://github.com/flightjs/flight/pull/299

### Bug fixes and tweaks

* IE9 debug fix https://github.com/flightjs/flight/pull/318
* Allow mixing into a null-based object https://github.com/flightjs/flight/pull/323
* Various documentation & smaller bug fixes

## v1.3.0 (9/22/2014)

###features
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flight",
"description": "Clientside component infrastructure",
"main": "index.js",
"version": "1.3.0",
"version": "1.4.0",
"ignore": [
".*",
"doc",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flightjs",
"version": "1.3.0",
"version": "1.4.0",
"main": "build/flight.js",
"files": [
"build/flight.js"
Expand Down

0 comments on commit f3d5120

Please sign in to comment.