- New function
update_bucket_list()
to update the items in a bucket list - New functionality to update
labels
inupdate_rank_list()
- Update
Sortable.js
to version 1.15.3
- Add support for
update_rank_list()
- Add ability to switch the orientation of
rank_list()
items to horizontal. #92
- A
rank_list
now has a unique CSS id, to allow updating thetext
of the container.
- Include
sortable.js
version 1.15.0
- Include
sortable.js
version 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
testthat
version 3
- No functional changes
- This release removes a Suggests dependency on
lifecycle
to comply with CRAN policy. Thelifecycle
package 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.js
to version 1.10.2 -
Added examples for using the
sortable.js
plugins, specifically multiDrag and swap. -
Added vignette on cloning and removing, contributed by Maya Gans
- First release accepted by CRAN
- First candidate release to CRAN