File tree Expand file tree Collapse file tree 9 files changed +17
-13
lines changed Expand file tree Collapse file tree 9 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 22
33# Change Log
44
5- # [ 8.0.0] WIP
5+ # [ 8.0.0] ( https://github.com/framework7io/framework7/compare/v8.0.0...v7.1.5 ) (2023-04-03)
66
77### Core
88
Original file line number Diff line number Diff line change 120120 "vite" : " ^4.2.1" ,
121121 "vue" : " ^3.2.47"
122122 }
123- }
123+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " framework7" ,
3- "version" : " 8.0.0-beta.9 " ,
3+ "version" : " 8.0.0" ,
44 "description" : " Full featured mobile HTML framework for building iOS & Android apps" ,
55 "type" : " module" ,
66 "exports" : {
436436 "ssr-window" : " ^4.0.2" ,
437437 "swiper" : " ^9.2.0"
438438 },
439- "releaseDate" : " March 31 , 2023"
439+ "releaseDate" : " April 3 , 2023"
440440}
Original file line number Diff line number Diff line change 11{
22 "name" : " framework7-react" ,
3- "version" : " 8.0.0-beta.9 " ,
3+ "version" : " 8.0.0" ,
44 "description" : " Build full featured iOS & Android apps using Framework7 & React" ,
55 "type" : " module" ,
66 "exports" : {
4747 "type" : " patreon" ,
4848 "url" : " https://www.patreon.com/framework7"
4949 },
50- "releaseDate" : " March 31 , 2023"
50+ "releaseDate" : " April 3 , 2023"
5151}
Original file line number Diff line number Diff line change 11{
22 "name" : " framework7-svelte" ,
3- "version" : " 8.0.0-beta.9 " ,
3+ "version" : " 8.0.0" ,
44 "description" : " Build full featured iOS & Android apps using Framework7 & Svelte" ,
55 "type" : " module" ,
66 "svelte" : " ./framework7-svelte.js" ,
4646 "type" : " patreon" ,
4747 "url" : " https://www.patreon.com/framework7"
4848 },
49- "releaseDate" : " March 31 , 2023"
49+ "releaseDate" : " April 3 , 2023"
5050}
Original file line number Diff line number Diff line change 22 "$schema" : " http://json-schema.org/draft-04/schema#" ,
33 "framework" : " vue" ,
44 "name" : " framework7-vue" ,
5- "version" : " 8.0.0-beta.9 " ,
5+ "version" : " 8.0.0" ,
66 "contributions" : {
77 "html" : {
88 "types-syntax" : " typescript" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " framework7-vue" ,
3- "version" : " 8.0.0-beta.9 " ,
3+ "version" : " 8.0.0" ,
44 "description" : " Build full featured iOS & Android apps using Framework7 & Vue" ,
55 "type" : " module" ,
66 "exports" : {
5555 "type" : " patreon" ,
5656 "url" : " https://www.patreon.com/framework7"
5757 },
58- "releaseDate" : " March 31 , 2023"
58+ "releaseDate" : " April 3 , 2023"
5959}
Original file line number Diff line number Diff line change 191191}
192192
193193// Transparent navbar
194- .navbar-transparent :not (.navbar-large ):not (.navbar-transparent-visible ):not (.with-searchbar-expandable-enabled ) {
194+ .navbar-transparent :not (.navbar-large ):not (.navbar-transparent-visible ):not (
195+ .with-searchbar-expandable-enabled
196+ ) {
195197 .navbar-bg ,
196198 .title {
197199 opacity : 0 ;
Original file line number Diff line number Diff line change 3535 overflow : visible ;
3636 transition-property : transform;
3737 transition-duration : var (--f7-panel-transition-duration );
38- & :not (.panel-in ):not (.panel-out ):not (.panel-in-breakpoint ):not (.panel-in-collapsed ):not (.panel-in-swipe ) {
38+ & :not (.panel-in ):not (.panel-out ):not (.panel-in-breakpoint ):not (.panel-in-collapsed ):not (
39+ .panel-in-swipe
40+ ) {
3941 display : none ;
4042 }
4143
You can’t perform that action at this time.
0 commit comments