Skip to content

Commit 3c9ce19

Browse files
committed
5.2.0 release
1 parent 2fe1519 commit 3c9ce19

File tree

98 files changed

+2027
-1037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+2027
-1037
lines changed

CHANGELOG.md

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

33
# Change Log
44

5+
# [v5.2.0](https://github.com/framework7io/framework7/compare/v5.1.3...v5.2.0) - December 8, 2019
6+
* Core
7+
* Accordion
8+
* It is now possible to use accordion chevron on opposite side (on left in LTR) by adding `accordion-opposite` class to accordion list
9+
* Calendar
10+
* Fixed issue when custom `dateFormat` parsed twice (#3434)
11+
* Added custom time tokens support to `dateFormat` when `timePicker` is enabled: `HH`, `H`, `hh`, `h`, `:mm`, `:m`, `:ss`, `:s`, `A`, `a` (#3439)
12+
* Dialog
13+
* New `app.dialog.autoFocus` boolean parameter to auto focus predefined dialog inputs on open (valid for predefined Prompt, Login and Password dialogs). Enabled by default
14+
* Added hover and pressed state for dialog buttons in Aurora theme
15+
* Panel
16+
* All panel instance events now have Panel instance as argument (#3404)
17+
* Photo Browser
18+
* Size navbar after updating count text (`1 of 4`) (#3420)
19+
* Router Component
20+
* Fixed issue when calling `$setState` recursively didn't work as expected (#3421)
21+
* Smart Select
22+
* Fixed issue calling scrollToSelectedItem caused error when there were no any items (#3412)
23+
* Sortable
24+
* It is now possible to make sortable handler appear on opposite side (on left in LTR) adding `sortable-opposite` class to sortable list
25+
* Phenome
26+
* Added lock to not throw and error and ignore further attempts to init Framework7 (for example when App component unmounted and mounted again)
27+
* List
28+
* New boolean `sortableOpposite` prop to render sortable handler on opposite side
29+
* New boolean `accordionOpposite` prop to render accordion checron icon on opposite side
30+
* Navbar
31+
* Fixed issue when `no-shadow` and `no-hairline` props didn't have expected effect (#3436)
32+
* Fixed issue when it was loosing required position classes in Master Detail layout
33+
* Minor fixes
34+
535
# [v5.1.3](https://github.com/framework7io/framework7/compare/v5.1.2...v5.1.3) - November 17, 2019
636
* Core
737
* Fixed issue with setting wrong class on page

packages/core/components/accordion.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)