Skip to content

Commit b483f31

Browse files
committed
chore: add version and date for deprecations
1 parent c93a257 commit b483f31

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

shiny/ui/_navs.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ def navset_bar(
13751375
footer: TagChild = None,
13761376
navbar_options: Optional[NavbarOptions] = None,
13771377
fluid: bool = True,
1378-
# Deprecated ----
1378+
# Deprecated -- v1.3.0 2025-01 ----
13791379
position: MaybeMissing[NavbarOptionsPositionT] = DEPRECATED,
13801380
bg: MaybeMissing[str | None] = DEPRECATED,
13811381
inverse: MaybeMissing[bool] = DEPRECATED,
@@ -1452,7 +1452,8 @@ def navset_bar(
14521452
Deprecated in v1.3.0. Please use `navbar_options` instead; see
14531453
:func:`~shiny.ui.navbar_options` for details.
14541454
1455-
``True`` to automatically collapse the elements into an expandable menu on mobile devices or narrow window widths.
1455+
``True`` to automatically collapse the elements into an expandable menu on
1456+
mobile devices or narrow window widths.
14561457
14571458
See Also
14581459
--------

shiny/ui/_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def page_navbar(
174174
window_title: str | MISSING_TYPE = MISSING,
175175
lang: Optional[str] = None,
176176
theme: Optional[str | Path | Theme | ThemeProvider] = None,
177-
# Deprecated ----
177+
# Deprecated -- v1.3.0 2025-01 ----
178178
position: MaybeMissing[
179179
Literal["static-top", "fixed-top", "fixed-bottom"]
180180
] = DEPRECATED,

0 commit comments

Comments
 (0)