Skip to content

Commit

Permalink
1.4.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Dec 7, 2015
1 parent b49a65a commit 59d34d4
Show file tree
Hide file tree
Showing 21 changed files with 4,180 additions and 419 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Framework7":true,
"Template7":true,
"Dom7":true,
"jQuery":true,
"Swiper":true,
"Modernizr":true,
"Event":true,
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## Framework7 v1.4.0 - Updated on December 7, 2015
* New mobile-friendly "Autocomplete" component. Comes with 2 modifications as Dropdown or Standalone autocomplete
* New "Progress Bar" component. Includes 3 different types of progress bar for each theme: "Determinate", "Indeterminate" and "Indeterminate Multi-color"
* New "Swipeable Tabs" component which allows you to change Tabs by swiping left/right
* Material Theme
* Fixed issue with Notifications closing without animation in webkit browsers
* New "Scrollable Tabbar" Tabbar modification. Allows to swipe/scroll through tab links if they all don't fit into view
* New "Bottom Toolbar" Toolbar modification. It allows to use Toolbar on the bottom of screen instead of only on the top
* New "Speed dial" Floating Action Button transition when it shows additional action buttons by tapping on it
* New "Popover Morph" Floating Action Button transition when it morphs to Popover by tapping on it
* Reworked "Preloader" in favor of plain HTML elements animation instead of SVG which has visual issues on "slow" devices.
* `materialPreloaderSvg` parameter is deprectated and replaced with the new one `materialPreloaderHtml`
* Dom7
* Added option to trigger multiple events using space separated syntax `.trigger('event1 event2 event3')`
* Calendar
* Fixed Calendar dates ordering on iOS in Date Range Picker mode
* Swiper updated to latest 3.2.7 version:
* New "Auto Height" mode when container/wrapper adopts to the height of currently active slide. Can be enabled with `autoHeight: true` parameter
* Numerous minor improvements
* Custom Build
* Added "progressbar" and "autcomplete" modules
* Numerous minor fixes and improvements

## Framework7 v1.3.5 - Updated on November 8, 2015
* Material Theme:
* Fixed issue with not disappearing "ripples" in hidden elements
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/nolimits4web/Framework7.git"
},
"description": "Full Featured Mobile HTML Framework For Building iOS & Android Apps",
"version": "1.3.5",
"version": "1.4.0",
"author": "Vladimir Kharlampidi",
"homepage": "http://www.idangero.us/framework7",
"keywords": ["mobile", "framework", "ios 7", "ios7", "ios8", "ios 8", "iphone", "ipad", "apple", "phonegap", "native", "touch", "appstore", "app", "f7", "material", "android", "google", "googleplay"],
Expand Down
Loading

0 comments on commit 59d34d4

Please sign in to comment.