Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 9, 2015
2 parents fe4f2b2 + 0b5624e commit 553cfcf
Show file tree
Hide file tree
Showing 21 changed files with 1,536 additions and 65 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
doc/
node_modules
npm-debug.log
.idea/*
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
demo
doc
less
test
gruntfile.js
dist/*.js
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ Once you feel comfortable with the custom widget creation, you can create widget

## Changelog:

* **1.2.0:**
* TabItem can now have icons
* Touch support on Window and Slider
* Window: fullscreen option added
* Fixes "click" wEvent triggered twice on ToggleButton (issue #17)
* Translation abstraction added to MouseManager
* FluidLayout: re-implemented using CSS flexbox, new properties and layoutOptions available,
* Stone.js updated

* **1.1.0:**
* Classy replaced by Abitbol
* Scaling support added to MouseManager
Expand Down
4 changes: 2 additions & 2 deletions dist/photonui-base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/photonui-theme-particle.css

Large diffs are not rendered by default.

Loading

0 comments on commit 553cfcf

Please sign in to comment.