- Fix the problem with using
sortablewithshinymodules. To prevent user code from breaking, this requires opting in by using 'enable_modules()`. See the vignette for more information.
- New function
update_bucket_list()to update the items in a bucket list - New functionality to update
labelsinupdate_rank_list()
- Update
Sortable.jsto version 1.15.6
- Add support for
update_rank_list() - Add ability to switch the orientation of
rank_list()items to horizontal. #92
- A
rank_listnow has a unique CSS id, to allow updating thetextof the container.
- Include
sortable.jsversion 1.15.0
- Include
sortable.jsversion 1.14.0, as suggested by #82 and #73
- Capture error if bucket_list header is empty #31
- Fix rank-list-item that spills outside the container boundary #68
- Allow bucket_list to have empty header, and capture error better #69
- Upgrade tests to
testthatversion 3
- No functional changes
- This release removes a Suggests dependency on
lifecycleto comply with CRAN policy. Thelifecyclepackage was not used in the project.
- Moved the
...dots argument ofsortable_options()to the first argument, where previously it was the last argument. This is to prevent partial name matching resulting in the incorrect sortable option being set.
-
Updated
sortable.jsto version 1.10.2 -
Added examples for using the
sortable.jsplugins, specifically multiDrag and swap. -
Added vignette on cloning and removing, contributed by Maya Gans
- First release accepted by CRAN
- First candidate release to CRAN