Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 3fd2990

Browse files
committed
2.2.0 release
1 parent 1951cd4 commit 3fd2990

8 files changed

+862
-51
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [v2.2.0](https://github.com/framework7io/framework7-vue/compare/v2.1.2...v2.2.0) - on April 1, 2018
4+
* New List Index component **f7-list-index** 🎉
5+
* Range Slider
6+
* New `draggable-bar` prop (defaults to `true`) that allows to disable value change on range bar click and drag
7+
* Stepper
8+
* New `autorepeat` prop that will repeatedly increase/decrease values while you tap and hold plus/minus buttons
9+
* New `autorepeat-dynamic` prop that will increase autorepeat ratio based on how long you hold the button
10+
* New `wraps` prop. When enabled, incrementing beyond maximum value sets value to minimum value; likewise, decrementing below minimum value sets value to maximum value
11+
* Added `.increment()`, `.decrement()`, `.setValue()`, `.getValue()` component methods
12+
* Photo Browser
13+
* Added render function props: `renderNavbar`, `renderToolbar`, `renderCaption`, `renderObject`, `renderLazyPhoto`, `renderPhoto`, `renderPage`, `renderPopup`, `renderStandalone`
14+
* Messages
15+
* **f7-message** now supports boolean prop `typing` to render (add/remove) typing message in declarative way
16+
* Router
17+
* Added support for routable modals that allows to load Vue components as modals (Popup, Login Screen, etc.). To make it work with router the new component `<f7-routable-modals></f7-routable-modals>` must be added as a child of app root element
18+
* Few minor fixes
19+
320
## [v2.1.2](https://github.com/framework7io/framework7-vue/compare/v2.0.10...v2.1.2) - on March 18, 2018
421
* New Stepper component 🎉
522
* Fab

0 commit comments

Comments
 (0)