Skip to content

Commit

Permalink
4.4.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 29, 2019
1 parent 3b62337 commit 80dc463
Show file tree
Hide file tree
Showing 30 changed files with 53 additions and 33 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

# Change Log

# [v4.4.8](https://github.com/framework7io/framework7/compare/v4.4.7...v4.4.8) - July 29, 2019
# [v4.4.9](https://github.com/framework7io/framework7/compare/v4.4.7...v4.4.9) - July 29, 2019
* Core
* Infinite Scroll
* Fixed issue when destroying infinite scroll could detach all other `scroll` event listeners
* Navbar/Toolbar
* Fixed issue with enabled `hideNavbar/ToolbarOnScroll` could hide toolbar on nested elements scrolling
* Device
* On desktop `device.os` will contain `macos` or `windows` if it is running under these OS
* Phenome
* Card
* Added `backdropEl` property to specify custom card backdrop
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.bundle.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.bundle.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/css/framework7.bundle.rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.bundle.rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/css/framework7.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/css/framework7.rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/css/framework7.rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/framework7.bundle.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/framework7.esm.bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/framework7.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/core/framework7.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down
8 changes: 7 additions & 1 deletion packages/core/js/framework7.bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down Expand Up @@ -3052,6 +3052,12 @@
device.electron = electron;
device.macos = macos;
device.windows = windows;
if (device.macos) {
device.os = 'macos';
}
if (device.windows) {
device.os = 'windows';
}
}

// Meta statusbar
Expand Down
4 changes: 2 additions & 2 deletions packages/core/js/framework7.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/js/framework7.bundle.min.js.map

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion packages/core/js/framework7.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 4.4.8
* Framework7 4.4.9
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
Expand Down Expand Up @@ -3052,6 +3052,12 @@
device.electron = electron;
device.macos = macos;
device.windows = windows;
if (device.macos) {
device.os = 'macos';
}
if (device.windows) {
device.os = 'windows';
}
}

// Meta statusbar
Expand Down
4 changes: 2 additions & 2 deletions packages/core/js/framework7.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/js/framework7.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "4.4.8",
"version": "4.4.9",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"main": "js/framework7.js",
"typings": "js/framework7.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/utils/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ const Device = (function Device() {
device.electron = electron;
device.macos = macos;
device.windows = windows;
if (device.macos) {
device.os = 'macos';
}
if (device.windows) {
device.os = 'windows';
}
}

// Meta statusbar
Expand Down
4 changes: 2 additions & 2 deletions packages/react/framework7-react.bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 React 4.4.8
* Framework7 React 4.4.9
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
Expand Down Expand Up @@ -13813,7 +13813,7 @@
};

/**
* Framework7 React 4.4.8
* Framework7 React 4.4.9
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/react/framework7-react.bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/framework7-react.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 React 4.4.8
* Framework7 React 4.4.9
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-react",
"version": "4.4.8",
"version": "4.4.9",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"main": "framework7-react.bundle.js",
"typings": "framework7-react.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/framework7-vue.bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 Vue 4.4.8
* Framework7 Vue 4.4.9
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
Expand Down Expand Up @@ -12298,7 +12298,7 @@
};

/**
* Framework7 Vue 4.4.8
* Framework7 Vue 4.4.9
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/framework7-vue.bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vue/framework7-vue.esm.bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 Vue 4.4.8
* Framework7 Vue 4.4.9
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/framework7-vue.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Framework7 Vue 4.4.8
* Framework7 Vue 4.4.9
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7-vue",
"version": "4.4.8",
"version": "4.4.9",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
"main": "framework7-vue.bundle.js",
"typings": "framework7-vue.d.ts",
Expand Down

0 comments on commit 80dc463

Please sign in to comment.