Skip to content

Commit aeecabe

Browse files
committed
5.4.0-beta.1 release
1 parent 02e8895 commit aeecabe

File tree

1,378 files changed

+10085
-293599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,378 files changed

+10085
-293599
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
# Change Log
44

5+
# [v5.4.0-beta.1](https://github.com/framework7io/framework7/compare/v5.3.2...v5.4.0-beta.1) - January 25, 2020
6+
* Card
7+
* New `scrollabelEl` parameter that allows to define child scrollable element (if used) to correctly handle expandable card close with touch move
8+
* React/Vue
9+
* Card
10+
* New `scrollabelEl` prop that allows to define child scrollable element (if used) to correctly handle expandable card close with touch move
11+
* Framework7 Svelte 🎉
12+
* Minor fixes
13+
514
# [v5.3.2](https://github.com/framework7io/framework7/compare/v5.3.0...v5.3.2) - January 18, 2020
615
* Core
716
* Component

package-lock.json

Lines changed: 35 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,23 @@
8484
"glob": "^7.1.6",
8585
"gulp": "^4.0.2",
8686
"gulp-connect": "^5.7.0",
87-
"husky": "^4.0.10",
87+
"husky": "^4.2.1",
8888
"less": "^3.10.3",
8989
"opn": "^6.0.0",
9090
"phenome": "0.1.9",
9191
"postcss": "^7.0.26",
9292
"prop-types": "^15.7.2",
9393
"react": "^16.12.0",
9494
"react-dom": "^16.12.0",
95-
"rollup": "^1.29.0",
95+
"rollup": "^1.29.1",
9696
"rollup-plugin-babel": "^4.3.3",
9797
"rollup-plugin-buble": "^0.19.8",
9898
"rollup-plugin-svelte": "^5.1.1",
99-
"svelte": "^3.16.4",
99+
"svelte": "^3.17.3",
100100
"@rollup/plugin-commonjs": "^11.0.1",
101101
"@rollup/plugin-node-resolve": "^7.0.0",
102102
"@rollup/plugin-replace": "^2.3.0",
103-
"rollup-plugin-vue": "^5.1.5",
103+
"rollup-plugin-vue": "^5.1.6",
104104
"terser": "^4.6.3",
105105
"vue": "^2.6.11",
106106
"vue-template-compiler": "^2.6.11"

packages/core/components/accordion.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/core/components/accordion.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)