Changes in version 0.6.0 (2025-12-14) Bug fixes - Fix the problem with using sortable with shiny modules. To prevent user code from breaking, this requires opting in by using 'enable_modules()`. See the vignette for more information. Enhancements - New function update_bucket_list() to update the items in a bucket list - New functionality to update labels in update_rank_list() Updates - Update Sortable.js to version 1.15.6 Changes in version 0.5.0 (2023-03-26) Enhancements - Add support for update_rank_list() - Add ability to switch the orientation of rank_list() items to horizontal. #92 Changes - A rank_list now has a unique CSS id, to allow updating the text of the container. Changes in version 0.4.6 (2022-08-14) Upgrade sortable.js - Include sortable.js version 1.15.0 Changes in version 0.4.5 (2021-12-13) Upgrade sortable.js - Include sortable.js version 1.14.0, as suggested by #82 and #73 Bug fixes - 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 Other changes - Upgrade tests to testthat version 3 Changes in version 0.4.4 (2020-09-17) - No functional changes - This release removes a Suggests dependency on lifecycle to comply with CRAN policy. The lifecycle package was not used in the project. Changes in version 0.4.3 (2020-08-26) Breaking changes: - Moved the ... dots argument of sortable_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. Other: - 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 Changes in version 0.4.2 (2019-12-01) - First release accepted by CRAN Changes in version 0.4.0 - First candidate release to CRAN