-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Introduce
navbar_options()
(#1141)
* chore: code style * feat!(navbar_options): Introduce `navbar_options()`, deprecate navbar-related options in `navset_bar()` * feat: Add `underline` to `navbar_options()` * feat!(page_navbar): Use `navbar_options()` * docs: Move `navbar_options()` to its own docs page * chore(page_navbar): Move deprecated arguments to the end * docs: Update navset examples * feat: Prevent deprecation warnings from `shiny::navbarPage()` * refactor: simplify navbar_options() * chore: use version 2 for internal data * feat: Make `underline = TRUE` the default * refactor: consolidate deprecation warning into single message * tests: update snapshots * docs: Add news item * docs: Add a note about `navset_bar()` in the examples page Fixes #552 * chore: add todo note to remember to remove code when fully deprecated * chore: Include `...` for future expansion * refactor: Use attributes on `navbar_options()` to track source * chore: Apply changes from review * chore: edit wording in comment * feat: resolved navbar options equivalent to `navbar_options()` * chore: Error if `...` includes unused options
- Loading branch information
Showing
13 changed files
with
604 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.