Skip to content

Commit a6f279b

Browse files
committed
3.x Changelogs
1 parent 63c3139 commit a6f279b

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [v3.0.0-beta.7](https://github.com/framework7io/framework7/compare/v3.0.0-beta.6...v3.0.0-beta.7) - June 9, 2018
6+
* Core
7+
* Cards
8+
* New outline cards style
9+
* Chips
10+
* New outline style + tweaked iOS chips styles
11+
* FAB
12+
* New FAB-Extended style with addtional text label support inside of FAB
13+
* Support for FAB actions label
14+
* Typography
15+
* New Elevation styles, can be configured with `elevation-1`, `elevation-2`, ..., `elevation-24` classes
16+
* Dialog
17+
* Preloader dialog now supports preloader color as second argument: `app.dialog.preloader(title, color)`
18+
* Smart Select
19+
* Will not error anymore about required View if it is actually not required (e.g. for SS opened in Popup, Popover or Sheet)
20+
* Picker - fixed issues with touch/swipe areas in RTL layout
21+
* Calendar
22+
* Fixed issue when not possible to switch calendar to previous month when min date is the last date of previous month
23+
* Fixed issue when double click behind calendar could cause router to go to the previous page
24+
* Swiper - updated to latest
25+
* Fixed issue when slidePrev goes to wrong slide #2650
26+
* Fixed issue when roundLength was not considered for grids calculation #2656
27+
* Phenome
28+
* Card
29+
* New `outline` prop to make card outline
30+
* Chip
31+
* New `outline` prop to make card outline
32+
* Fab
33+
* New `text` prop to add text to FAB and make it as Extended FAB
34+
* New `label` prop for `FabButton` to add label for fab button
35+
* Simplified conditional icon props for Icon, Link and Button components: `if-ios` -> `is`, `if-md` -> `md`, `icon-if-ios` -> `icon-ios`, `icon-if-md` -> `icon-md`
36+
* Input
37+
* New `error-message-force` prop to force error message to show. Works in case of `validate` is omitted
38+
* Messagebar
39+
* New `resizePage` prop that will resize messages page with messagebar
40+
* New `resizePage()` method renamed to `resize()`
41+
42+
# [v3.0.0-beta.6](https://github.com/framework7io/framework7/compare/v3.0.0-beta.5...v3.0.0-beta.6) - June 5, 2018
43+
* Phenome
44+
* ListItem - fixed `subtitle` slot being ignored
45+
46+
# [v3.0.0-beta.5](https://github.com/framework7io/framework7/compare/v3.0.0-beta.4...v3.0.0-beta.5) - June 4, 2018
47+
* Phenome - fix issue when passing `undefined` child to the component
48+
49+
# [v3.0.0-beta.4](https://github.com/framework7io/framework7/compare/v3.0.0-beta.3...v3.0.0-beta.4) - June 4, 2018
50+
* Core
51+
* App methods (specified in `methods` params) are now bound to app context (initialized F7 instance)
52+
* Swiper - updated to latest 4.3.2
53+
* Core
54+
* Added `addSlide(index, slide)` method to add slide at required position. Thanks to @kochizufan
55+
* Fixed issue with loop #2647. Thanks to @kochizufan
56+
* Pagination
57+
* New `formatFractionCurrent(number)` parameter to format current number in Fraction pagination
58+
* New `formatFractionTotal(number)` parameter to format total number in Fraction pagination
59+
* Phenome
60+
* Use `domProps` for Vue input components
61+
* ListItem
62+
* New `swipeoutOpened` prop to control (open/close) swipeout item by prop
63+
564
# [v2.3.1](https://github.com/framework7io/framework7/compare/v2.3.0...v2.3.1) - June 1, 2018
665
* Searchbar
766
* Fixed issue with not hiding/showing backdrop when `customSearch` is enabled

0 commit comments

Comments
 (0)