Skip to content

Commit

Permalink
5.0.0-beta.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 26, 2019
1 parent 8d6f8c6 commit 93eba5e
Show file tree
Hide file tree
Showing 31 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion packages/core/components/calendar.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/core/components/calendar/calendar-class.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ class Calendar extends Framework7Class {
view,
animating: false,
hasTimePicker: calendar.params.timePicker && !calendar.params.rangePicker && !calendar.params.multiple,
dayFormatter: new Intl.DateTimeFormat(calendar.params.locale, { day: 'numeric' }),
monthFormatter: new Intl.DateTimeFormat(calendar.params.locale, { month: 'long' }),
yearFormatter: new Intl.DateTimeFormat(calendar.params.locale, { year: 'numeric' }),
timeSelectorFormatter: new Intl.DateTimeFormat(calendar.params.locale, calendar.params.timePickerFormat),
});
calendar.dayFormatter = new Intl.DateTimeFormat(calendar.params.locale, { day: 'numeric' });
calendar.monthFormatter = new Intl.DateTimeFormat(calendar.params.locale, { month: 'long' });
calendar.yearFormatter = new Intl.DateTimeFormat(calendar.params.locale, { year: 'numeric' });
calendar.timeSelectorFormatter = new Intl.DateTimeFormat(calendar.params.locale, calendar.params.timePickerFormat);

// Auto names
let { monthNames, monthNamesShort, dayNames, dayNamesShort } = calendar.params;
Expand Down
4 changes: 2 additions & 2 deletions packages/core/css/framework7.bundle.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

/*====================
Expand Down
4 changes: 2 additions & 2 deletions packages/core/css/framework7.bundle.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/core/css/framework7.bundle.rtl.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

/*====================
Expand Down
4 changes: 2 additions & 2 deletions packages/core/css/framework7.bundle.rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/core/css/framework7.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

/*====================
Expand Down
4 changes: 2 additions & 2 deletions packages/core/css/framework7.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/core/css/framework7.rtl.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

/*====================
Expand Down
4 changes: 2 additions & 2 deletions packages/core/css/framework7.rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/core/framework7.bundle.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

@import (reference) './less/mixins.less';
Expand Down
4 changes: 2 additions & 2 deletions packages/core/framework7.esm.bundle.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

import Template7 from 'template7';
Expand Down
4 changes: 2 additions & 2 deletions packages/core/framework7.esm.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

import Template7 from 'template7';
Expand Down
4 changes: 2 additions & 2 deletions packages/core/framework7.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

@import (reference) './less/mixins.less';
Expand Down
12 changes: 6 additions & 6 deletions packages/core/js/framework7.bundle.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

(function (global, factory) {
Expand Down Expand Up @@ -22703,11 +22703,11 @@
view: view,
animating: false,
hasTimePicker: calendar.params.timePicker && !calendar.params.rangePicker && !calendar.params.multiple,
dayFormatter: new Intl.DateTimeFormat(calendar.params.locale, { day: 'numeric' }),
monthFormatter: new Intl.DateTimeFormat(calendar.params.locale, { month: 'long' }),
yearFormatter: new Intl.DateTimeFormat(calendar.params.locale, { year: 'numeric' }),
timeSelectorFormatter: new Intl.DateTimeFormat(calendar.params.locale, calendar.params.timePickerFormat),
});
calendar.dayFormatter = new Intl.DateTimeFormat(calendar.params.locale, { day: 'numeric' });
calendar.monthFormatter = new Intl.DateTimeFormat(calendar.params.locale, { month: 'long' });
calendar.yearFormatter = new Intl.DateTimeFormat(calendar.params.locale, { year: 'numeric' });
calendar.timeSelectorFormatter = new Intl.DateTimeFormat(calendar.params.locale, calendar.params.timePickerFormat);

// Auto names
var ref = calendar.params;
Expand Down
6 changes: 3 additions & 3 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.

4 changes: 2 additions & 2 deletions packages/core/js/framework7.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 5.0.0-beta.10
* Framework7 5.0.0-beta.11
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

(function (global, factory) {
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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework7",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"main": "js/framework7.js",
"typings": "js/framework7.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/framework7-react.bundle.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 React 5.0.0-beta.10
* Framework7 React 5.0.0-beta.11
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

(function (global, factory) {
Expand Down Expand Up @@ -14065,15 +14065,15 @@
};

/**
* Framework7 React 5.0.0-beta.10
* Framework7 React 5.0.0-beta.11
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

var Plugin = {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/framework7-react.bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/react/framework7-react.esm.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 React 5.0.0-beta.10
* Framework7 React 5.0.0-beta.11
* Build full featured iOS & Android apps using Framework7 & React
* http://framework7.io/react/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

import F7AccordionContent from './components/accordion-content';
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": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "Build full featured iOS & Android apps using Framework7 & React",
"main": "framework7-react.bundle.js",
"typings": "framework7-react.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/components/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default {
if (tag.indexOf('subnavbar') >= 0) hasSubnavbar = true;

if (tag.indexOf('navbar') >= 0) {
if (child.componentOptions && child.componentOptions.propsData && 'large' in child.componentOptions.propsData && child.componentOptions.propsData !== false) hasNavbarLarge = true;
if (child.componentOptions && child.componentOptions.propsData && 'large' in child.componentOptions.propsData && child.componentOptions.propsData.large) hasNavbarLarge = true;
}

if (typeof hasMessages === 'undefined' && tag.indexOf('messages') >= 0) hasMessages = true;
Expand Down
10 changes: 5 additions & 5 deletions packages/vue/framework7-vue.bundle.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 Vue 5.0.0-beta.10
* Framework7 Vue 5.0.0-beta.11
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

(function (global, factory) {
Expand Down Expand Up @@ -8702,7 +8702,7 @@
if (tag.indexOf('subnavbar') >= 0) { hasSubnavbar = true; }

if (tag.indexOf('navbar') >= 0) {
if (child.componentOptions && child.componentOptions.propsData && 'large' in child.componentOptions.propsData && child.componentOptions.propsData !== false) { hasNavbarLarge = true; }
if (child.componentOptions && child.componentOptions.propsData && 'large' in child.componentOptions.propsData && child.componentOptions.propsData.large) { hasNavbarLarge = true; }
}

if (typeof hasMessages === 'undefined' && tag.indexOf('messages') >= 0) { hasMessages = true; }
Expand Down Expand Up @@ -12559,15 +12559,15 @@
};

/**
* Framework7 Vue 5.0.0-beta.10
* Framework7 Vue 5.0.0-beta.11
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

var Plugin = {
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/framework7-vue.bundle.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/vue/framework7-vue.esm.bundle.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 Vue 5.0.0-beta.10
* Framework7 Vue 5.0.0-beta.11
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/
import Vue from 'vue';
import f7AccordionContent from './components/accordion-content';
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/framework7-vue.esm.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Framework7 Vue 5.0.0-beta.10
* Framework7 Vue 5.0.0-beta.11
* Build full featured iOS & Android apps using Framework7 & Vue
* http://framework7.io/vue/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 23, 2019
* Released on: August 26, 2019
*/

import f7AccordionContent from './components/accordion-content';
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": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"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 93eba5e

Please sign in to comment.