Changelog
Source:NEWS.md
sortable 0.5.0.9000
Enhancements
- New function
update_bucket_list()
to update the items in a bucket list - New functionality to update
labels
inupdate_rank_list()
sortable 0.5.0
CRAN release: 2023-03-26
Enhancements
- Add support for
update_rank_list()
- Add ability to switch the orientation of
rank_list()
items to horizontal. #92
sortable 0.4.4
CRAN release: 2020-09-17
- No functional changes
- This release removes a Suggests dependency on
lifecycle
to comply with CRAN policy. Thelifecycle
package was not used in the project.
sortable 0.4.3
CRAN release: 2020-08-26
Breaking changes:
- 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.