Skip to content

Commit

Permalink
v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Dec 16, 2022
1 parent 405ea88 commit e1987f4
Show file tree
Hide file tree
Showing 15 changed files with 2,454 additions and 200 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,24 @@

# Change Log

# [7.1.1](https://github.com/framework7io/framework7/compare/v7.0.9...v7.1.1) (2022-12-16)

### Bug Fixes

- **core:** reset allowPageChange after duplicated async back navigation ([#4111](https://github.com/framework7io/framework7/issues/4111)) ([#4112](https://github.com/framework7io/framework7/issues/4112)) ([273c94c](https://github.com/framework7io/framework7/commit/273c94ce44daffcec62c24d0315ea6b1774679ac))
- **panel:** fix panel close routine if it was closed immediately ([1ceaafc](https://github.com/framework7io/framework7/commit/1ceaafc63fd449558b2404c8b1982938534e39ca)), closes [#4108](https://github.com/framework7io/framework7/issues/4108)

### Features

- **photo-browser:** add `closeByBackdropClick` parameter ([8d34259](https://github.com/framework7io/framework7/commit/8d342599c8f6999727ac81689a8b933e19c61478)), closes [#4107](https://github.com/framework7io/framework7/issues/4107)
- remove postinstall script ([92fd6e5](https://github.com/framework7io/framework7/commit/92fd6e558493de8ec4cd50fa32fedcdc56b8d335))
- **router:** add `props` support to `refreshPage` method ([e6fc0c0](https://github.com/framework7io/framework7/commit/e6fc0c083d1ba8d64eacbe6651e9de81dd562f94)), closes [#4103](https://github.com/framework7io/framework7/issues/4103)
- **smart-select:** add `closeByBackdropClick` parameter ([66d899b](https://github.com/framework7io/framework7/commit/66d899b414af86043466410bc5eb4c5a588e3c5c)), closes [#4107](https://github.com/framework7io/framework7/issues/4107)
- **smart-select:** support return for HTML in `formatValueText` ([90ff029](https://github.com/framework7io/framework7/commit/90ff029f056b11d0ab0c7dcadf2cb5ec45225bb7)), closes [#4094](https://github.com/framework7io/framework7/issues/4094)
- **svelte:** export `style` prop for modals ([ddf8b36](https://github.com/framework7io/framework7/commit/ddf8b366616a38d384d38b2986c89794355734fc)), closes [#4100](https://github.com/framework7io/framework7/issues/4100)

* update Swiper to latest ([405ea88](https://github.com/framework7io/framework7/commit/405ea88650d7e3e67a59c8461be48e10af074335))

# [7.0.9](https://github.com/framework7io/framework7/compare/v7.0.8...v7.0.9) (2022-11-21)

### Bug Fixes
Expand Down

0 comments on commit e1987f4

Please sign in to comment.