Carson Sievert
89aaa977e8
Update datatables.js from 1.10.5 to 1.10.22 and deprecate renderDataTable()/dataTableOutput() ( #3998 )
...
* Update datatables.js from 1.10.5 to 1.10.22. Deprecate renderDataTable()/DTOutput()
* Update news; go back to old types version
* Clean up
* Update NEWS.md
* Update NEWS.md
2024-03-19 14:50:15 -05:00
Joe Cheng
54e0ef7598
Add ExtendedTask to pkgdown.yml
2024-01-10 19:00:11 -08:00
Carson Sievert
b850cd2509
Change selectize.js selectOnTab option back to false ( #3935 )
...
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com >
2023-10-31 16:45:35 -05:00
Carson Sievert
a1b9fda809
Prevent .selectize() updates from destroying .data() and event listeners ( #3923 )
...
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com >
2023-10-26 17:42:06 -05:00
Carson Sievert
ce78d0dcf1
Fix selectize event namespacing issues ( #3919 )
...
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com >
2023-10-20 10:21:29 -05:00
Carson Sievert
7069064dd6
Add non-minified selectize.js source; and respect shiny.minified option ( #3918 )
2023-10-19 18:38:30 -05:00
Carson Sievert
a6fc6bf8cb
Update to the development version of selectize.js ( #3897 )
...
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com >
2023-09-14 19:02:31 -05:00
Carson Sievert
1eb9ed7345
Upgrade to selectize.js 0.15.2 ( #3875 )
...
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com >
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com >
2023-08-28 14:59:43 -05:00
Garrick Aden-Buie
68546c319e
Increase touch target area of slider input ( #3859 )
2023-08-07 15:14:35 -04:00
Winston Chang
a763da2b94
Fix stopPropagation error in ion.rangeSlider
2023-01-20 17:00:12 -06:00
Carson Sievert
5eb442aa03
Make ?shiny-package topic internal in pkgdown ( #3758 )
...
* Make ?shiny-package help page internal
Otherwise, pkgdown wants it to appear in the reference, which we probably don't want
* Revert "Make ?shiny-package help page internal"
This reverts commit 4ab4cb0e46 .
* Use pkgdown's to drop the shiny-package contents (only in the pkgdown reference)
* Avoid 'incomplete final line' warning when reading pkgdown.yml
2022-12-16 10:05:12 -06:00
Winston Chang
ffb6736f11
Don't add "use strict" to external libraries ( #3746 )
...
* Add missing var in loop
* `yarn build` (GitHub Actions)
Co-authored-by: wch <wch@users.noreply.github.com >
2022-12-06 14:17:36 -06:00
Winston Chang
cda59da698
Remove types-jquery.patch ( #3710 )
...
Co-authored-by: wch <wch@users.noreply.github.com >
Co-authored-by: Barret Schloerke <schloerke@gmail.com >
2022-10-05 10:50:19 -04:00
Hedley
6e40a3dd39
Update jQuery-UI to 1.13.2 ( #3697 )
2022-09-21 10:34:51 -04:00
Dean Attali
fd7518018c
Update internal docs: reexports.yml -> reexports.json ( #3522 )
2022-03-11 11:59:35 -05:00
Barret Schloerke
6a7ffeff68
master -> main; use shiny-workflows ( #3535 )
2021-11-19 17:50:57 -05:00
Winston Chang
1e2326c2b6
Update reexports
2021-09-10 14:46:30 -05:00
Barret Schloerke
1b3ed88bd1
exprToFunction() and installExprFunction() support quosures (#3472 )
...
Co-authored-by: Barret Schloerke <schloerke@gmail.com >
Co-authored-by: Winston Chang <winston@stdout.org >
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
Co-authored-by: Joe Cheng <joe@rstudio.com >
2021-08-02 22:09:19 -04:00
Winston Chang
d28c3e15ad
Update pkgdown.yml
2021-07-15 17:14:47 -05:00
Barret Schloerke
7e4248bbca
TypeScript: Globally declare Shiny variable, window.Shiny variable, and Shiny type ( #3457 )
2021-07-01 14:51:16 -04:00
Carson Sievert
c9770cbd03
Close #3443 : Fix sliderInput()'s grid tick positioning without Bootstrap ( #3444 )
2021-06-29 15:56:47 -05:00
Barret Schloerke
b9d163a71d
TypeScript other distributed JS/CSS files ( #3436 )
2021-06-18 10:18:51 -04:00
Barret Schloerke
6d4015f61b
./package.json updates to make TS Types package cleaner to install (#3430 )
...
Co-authored-by: Barret Schloerke <schloerke@gmail.com >
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
2021-06-16 16:08:50 -04:00
Carson Sievert
78c62ad819
Various cleanup ( #3428 )
...
* Follow up to #3366 : don't change sliderInput()'s default accent color
* Update news
* nav_append not tab_append 🤦
* bslib no longer tries to mark a non-tabPanel as active
2021-06-15 16:45:23 -05:00
Barret Schloerke
b3247d5a3b
Move ./srcts configs to top level to support types installation from GitHub ( #3425 )
2021-06-15 14:18:53 -04:00
Barret Schloerke
3fe8c27d21
Export TypeScript type definitions to local folder ( #3418 )
2021-06-14 14:25:05 -04:00
Carson Sievert
dc9c6ae769
Better color constrasting in sliderInput() ( #3366 )
...
* Better color constrasting in sliderInput()
Closes https://github.com/rstudio/bslib/issues/228
* Update build script; recompile
* bslib tabsets now include data-bs-toggle
2021-06-14 12:48:57 -05:00
Barret Schloerke
b4caa9137d
Distribute TypeScript code into separate files ( #3317 )
...
Co-authored-by: Barret Schloerke <schloerke@gmail.com >
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
2021-06-09 14:54:47 -04:00
Carson Sievert
4deb699066
Bootstrap 5 support ( #3410 )
...
* Bootstrap 5 support for modals & showcase mode
* selectizeInput() BS5 compatibility
* Both BS4 and 5 define window.bootstrap
* Document (GitHub Actions)
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com >
2021-06-02 12:36:04 -05:00
Richard Iannone
d65ad5ea90
Modify icon() function to call fontawesome::fa_i() for equivalent functionality ( #3302 )
...
* Use `fontawesome::fa_i()` for FA <i> tags
* Remove fontawesome vendor files
* Add fontawesome pkg to Imports & Remotes
* Remove FontAwesome `person()` entry
* Remove Font Awesome license info
* Delete font-awesome.R
* Update 'Collate' field (removes 'font-awesome.R')
* Delete updateFontAwesome.R
* Prefer use of `fontawesome::fa()`
* Improve function documentation
* Update help file using roxygen
* Modify icon name
* Update icon name in example
* Modify icon name in example
* Update help files
* Update bootstrap.R
* Update icon.Rd
* Update bootstrap.R
* Revert `showcaseCodeTabs()` to use FA v4 name
* Revert icon name in example (back to FA v4)
* Remove `call. = FALSE` in `stop()`
* Remove `fontawesome` from Remotes
* Add min version req for the fontawesome pkg
* Increase minimum version requirement for fontawesome
* Update roxygen docs for `icon()`
* Document (GitHub Actions)
* Update icon.Rd
* Generate early return <i> tag for tabsetPanel logic
* Close #3384 and #3383 : simplify and correct icon() logic
* Install htmltools PR for now
* Document (GitHub Actions)
* Avoid using tag attribs to hold non-attribute values
* Better legacy support
* No need to call prepTabIcon() twice
* code review
* Fix glyphicon class creation
* update news
Co-authored-by: Carson Sievert <cpsievert1@gmail.com >
Co-authored-by: rich-iannone <rich-iannone@users.noreply.github.com >
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com >
2021-05-12 14:26:09 -05:00
Winston Chang
2360bde13e
Remove deprecated code and parameters ( #3137 )
...
* Remove deprecated reactive* functions
* Remove deprecated code
* Update NEWS
* Remove extractStackTrace and formatStackTrace
* remove responsive from bootstrapPage() wrappers
* Move extractStackTrace() to tests so they pass
* Don't force suggested pkgs in devel on GHA
Co-authored-by: Carson <cpsievert1@gmail.com >
2021-05-06 09:46:30 -05:00
Barret Schloerke
fad21af146
Make external libs builder leveraging esbuild ( #3357 )
2021-04-07 16:06:05 -04:00
Barret Schloerke
52ad7d12cb
jquery@3.6.0 is available. @types/jquery@3.6.0 is not ready yet.
2021-03-03 10:42:15 -05:00
Barret Schloerke
10810308f0
Install jquery and @types/jquery in ./srcts
2021-03-03 10:37:57 -05:00
Winston Chang
0db06df77f
Automatically record jQuery version
2021-03-02 13:56:14 -06:00
Winston Chang
fdca53d4d2
Update to jQuery 3.6.0
2021-03-02 13:40:33 -06:00
Barret Schloerke
1b8635db32
Initialize TypeScript ( #3296 )
2021-02-25 15:44:11 -05:00
Winston Chang
a86e9c3609
Merge pull request #3287 from rstudio/validate-req-truthy
...
Tweaks to validate(), req(), and isTruthy() docs
2021-02-12 15:09:01 -06:00
Winston Chang
6d77b22f97
Add isTruthy to pkgdown
2021-02-12 14:59:15 -06:00
Winston Chang
954a979a83
Add note about auto-generated code
2021-02-10 12:00:59 -06:00
Winston Chang
a568238472
Update font-awesome update script
2021-02-10 09:56:45 -06:00
Barret Schloerke
aea4e560ea
Display devmode in docs ( #3275 )
2021-01-29 11:32:34 -05:00
Barret Schloerke
83336ef9a5
Update bootstrap-accessibility plugin ( #3259 )
...
* Copy from installed bslib location, no relative file path
* Adopt the fix from https://github.com/rstudio/bslib/pull/241
Co-authored-by: Carson <cpsievert1@gmail.com >
2021-01-27 09:39:10 -06:00
Hadley Wickham
905e2238d4
Drop tableOutput from ref index
2021-01-26 12:47:30 -06:00
Carson
5ddff1bd37
Merge branch 'master' into rc-v1.6.0
2021-01-15 14:46:44 -06:00
Carson Sievert
036f923e05
Run accessiblity plugin JS when DOM is loaded (via defer attribute) a… ( #3256 )
...
* Use bslib's patched version of bootstrap-accessibility plugin (see https://github.com/rstudio/bslib/pull/224 )
* Use new minified file
Co-authored-by: Barret Schloerke <schloerke@gmail.com >
2021-01-15 14:43:00 -06:00
Carson
aa0c841aff
Close #3244 : sliderInput()'s handles are now always round
2021-01-08 14:22:14 -06:00
Carson Sievert
8fa023b4ec
Closes #223 : Add selectize patch file to capture changes from #3217 ( #3227 )
2020-12-21 11:06:35 -06:00
Winston Chang
2c6f830223
Add patch for not triggering click on selectize
2020-12-19 23:02:20 -06:00
Winston Chang
98eb1b596d
Update selectize-plugin-a11y comments
2020-12-19 23:02:20 -06:00