Releases: Appsilon/shiny.semantic
0.5.1
-
Fixed
range_input
now returns both lower and upper bound. -
Fixed
update_multiple_checkbox
not supporting choices with single quote. -
semantic_DT
now accepts style and class arguments. -
Breaking change: fixed
update_dropdown_input
.- It now clears the dropdown on
value = character(0)
andvalue = ""
. - It now clears the dropdown on
choices
update.
- It now clears the dropdown on
0.5.1-r.c.1
Full Changelog: 0.5.0...0.5.1-r.c.1
0.5.0
-
shiny.semantic
no longer uses CDN as the default source of assets. Instead,semantic.assets
package was introduced. -
Bugfix: modal function now handles JS callbacks.
-
Remove unnecessary warning in
checkboxInput
whenwidth
is set toNULL
. -
uirender
uses assets fromsemantic.assets
. -
Replaced class to string comparisons.
-
Replaced deprecated
purrr::when
call.
0.5.0
Full Changelog: 0.4.3...0.5.0-r.c.1
0.4.3
What's Changed
- v 0.4.0 by @dokato in #309
- Version 0.4.2 by @dokato in #335
- Extra fixes to version 0.4.2 by @dokato in #343
- Missing JS code for htmlWidges to render in docs by @dokato in #346
- Fixing - Tabset won't work after changing its class trough the menu_class arg by @federiva in #349
- Fixing standard sliders by @ashbaldry in #352
- Fede.session context by @federiva in #348
- Fix sidebar_layout rendering by assigning variables to all parameters in grid function by @jchojna in #355
- Fede.step by @federiva in #350
- Multiple Checkbox/Radio Update by @ashbaldry in #358
- inline works for checkbox and radio by @ncullen93 in #356
- Enabling Progress Bar to Update in Loops. Fixes #359 by @ashbaldry in #360
- Fix the build for latest knitr by @jeroen in #364
- Add markdown to DESCRIPTION to fix CI by @rszymanski in #369
- Fixed
textAreaInput
value parameter by @ARawles in #371 - feat: change way system dependencies are installed in the pipeline by @DamianBudelewski in #388
- Ania.update modal example by @aniaskrzydlo in #387
- R CMD check fixes by @jakubsob in #392
- CRAN R-devel fix by @jakubsob in #394
- Fix invalid URL in vignette by @jakubsob in #395
- Add R-devel and R-oldrel to CI by @jakubsob in #398
- Merge pull request #346 from Appsilon/develop by @jakubsob in #399
- Merge CRAN package version to master by @jakubsob in #396
New Contributors
- @ncullen93 made their first contribution in #356
- @jeroen made their first contribution in #364
- @rszymanski made their first contribution in #369
- @ARawles made their first contribution in #371
- @aniaskrzydlo made their first contribution in #387
- @jakubsob made their first contribution in #392
Full Changelog: 0.4.2...0.4.3
Version 0.4.2
Added
-
update_tabset
-
added mobile grid demo in example
-
file_input
andfileInput
example
Changed
-
tabset
by default has grid in tabs -
grid has correct improts now
-
grid supports mobile screen resolutions now
-
fixed calendar dates not working properly in different timezones
-
calendar - added check for na in max/min
-
fixed multiple select bug in dropdown
-
fixed Custom Slider Labels adding
-
fixed updateSelectInput
Version 0.4.0
Merge pull request #309 from Appsilon/develop v 0.4.0