Skip to content

Commit

Permalink
4.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 4, 2019
1 parent 3f62e2e commit 4193c39
Show file tree
Hide file tree
Showing 82 changed files with 958 additions and 193 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

# Change Log

# [v4.4.2](https://github.com/framework7io/framework7/compare/v4.4.0...v4.4.2) - June 4, 2019
* Core
* Color Picker
* New Hue-Saturation spectrum module (`hs-spectrum`)
* New Brightness slider module (`brightness-slider`)
* Router
* Fixed issue when `beforeIn` page callback called before `beforeOut` of other page
* Virtual List
* Now it is possible to pass custom scrollable parent element with new `scrollableParentEl` parameter
* Phenome
* Range
* New `name` prop to specify input's "name" attribute
* Stepper
* New `name` prop to specify input's "name" attribute
* ListButton
* Now also supports `tooltip` property to display tooltip
* ListItem
* Now also supports `tooltip` property to display tooltip
* Minor fixes

# [v4.4.0](https://github.com/framework7io/framework7/compare/v4.3.1...v4.4.0) - May 13, 2019
* Core
* All new Treeview component 🎉
Expand Down
2 changes: 1 addition & 1 deletion packages/core/components/actions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/components/actions/actions-class.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Actions extends Modal {
);

// Extends with open/close Modal methods;
super(app, extendedParams);
super(extendedParams, app);

const actions = this;

Expand Down
Loading

0 comments on commit 4193c39

Please sign in to comment.