File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Change Log
4
4
5
+ # [ 6.3.10] ( https://github.com/framework7io/framework7/compare/v6.3.9...v6.3.10 ) (2021-12-08)
6
+
7
+ ### Bug Fixes
8
+
9
+ - ** vue:** fix ` web-types ` path ([ 6fe117a] ( https://github.com/framework7io/framework7/commit/6fe117abe9f8b0b1d44a0fb9f48d0869bd7613d5 ) )
10
+
11
+ ### Features
12
+
13
+ - ** sortable:** new ` sortableMove ` event to trigger during sortable item drag ([ ae055b2] ( https://github.com/framework7io/framework7/commit/ae055b20f11218e181771eaa807b1a9beb2e069c ) )
14
+
5
15
# [ 6.3.9] ( https://github.com/framework7io/framework7/compare/v6.3.8...v6.3.9 ) (2021-11-18)
6
16
7
17
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " framework7" ,
3
- "version" : " 6.3.9 " ,
3
+ "version" : " 6.3.10 " ,
4
4
"description" : " Full featured mobile HTML framework for building iOS & Android apps" ,
5
5
"main" : " cjs/framework7.js" ,
6
6
"module" : " esm/framework7.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " framework7-react" ,
3
- "version" : " 6.3.9 " ,
3
+ "version" : " 6.3.10 " ,
4
4
"description" : " Build full featured iOS & Android apps using Framework7 & React" ,
5
5
"main" : " cjs/framework7-react.js" ,
6
6
"module" : " esm/framework7-react.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " framework7-svelte" ,
3
- "version" : " 6.3.9 " ,
3
+ "version" : " 6.3.10 " ,
4
4
"description" : " Build full featured iOS & Android apps using Framework7 & Svelte" ,
5
5
"main" : " cjs/framework7-svelte.js" ,
6
6
"module" : " esm/framework7-svelte.js" ,
Original file line number Diff line number Diff line change 2
2
"$schema" : " http://json-schema.org/draft-04/schema#" ,
3
3
"framework" : " vue" ,
4
4
"name" : " framework7-vue" ,
5
- "version" : " 6.3.9 " ,
5
+ "version" : " 6.3.10 " ,
6
6
"contributions" : {
7
7
"html" : {
8
8
"types-syntax" : " typescript" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " framework7-vue" ,
3
- "version" : " 6.3.9 " ,
3
+ "version" : " 6.3.10 " ,
4
4
"description" : " Build full featured iOS & Android apps using Framework7 & Vue" ,
5
5
"main" : " cjs/framework7-vue.js" ,
6
6
"module" : " esm/framework7-vue.js" ,
43
43
"type" : " patreon" ,
44
44
"url" : " https://www.patreon.com/framework7"
45
45
}
46
- }
46
+ }
You can’t perform that action at this time.
0 commit comments