Skip to content

Commit

Permalink
adjust Framework7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hypebright committed Apr 29, 2024
1 parent 459ba33 commit c4ec8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shinyMobile 2.0.0
## Major change
- Update Framework7 from 5.7.14 to 8.3.2
- Update Framework7 from 5.7.14 to 8.3.3
- New experimental router layout `f7MultiLayout()`: supported by `{brochure}`, this allows to have beautiful transitions between pages to provide a more native like experience.
- New `f7Form()`: gather inputs in the same form to get a nested list containing all input values. This allows to reduce the number of inputs on the server side.
`updateF7Form()` makes it possible to update input in batch or only selected ones.
Expand Down Expand Up @@ -36,7 +36,7 @@
- `shadow` and `subtitle` have been removed in Framework7.
- `f7SocialCard()` is deprecated as the same result can be achieved with `f7Card()`.
- `f7AutoComplete()`: `expandInput` is deprecated, removed from Framework7.
- `f7Row()`, `f7Col()` and `f7Flex()` are deprecated in favor of `f7Grid()`, as specified by Framework7 8.3.2
- `f7Row()`, `f7Col()` and `f7Flex()` are deprecated in favor of `f7Grid()`, as specified by Framework7 8.3.3
- `f7Fabs()`: `morph` is deprecated. Only `morphTarget` is used.
- `f7Toolbar()`:
- `hairline` and `shadow` are deprecated, removed from Framework7.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/shinyMobile.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library(bslib)

# Introduction

`{shinyMobile}` is built on top of the [Framework7](https://framework7.io) template (V8.3.2) and has different purposes:
`{shinyMobile}` is built on top of the [Framework7](https://framework7.io) template (V8.3.3) and has different purposes:

- Develop __mobile-ready__ Shiny applications
- Turn your Shiny application into a __progressive web app__ (PWA)
Expand Down

0 comments on commit c4ec8f7

Please sign in to comment.