Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Jul 5, 2024
1 parent dc67bb7 commit 0c3be35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.2.3] - 2024-07-06

- Advisory Lock can now be optionally turned off via `advisory_lock: false` on your `positioned` call. See the README for more details. Advisory Lock remains on by default. Thanks @joaomarcos96!

## [0.2.2] - 2024-05-17

- When destroying a positioned item, first move it out of the way (position = 0) then contract the scope. Do this before destruction. Moving the item out of the way memoizes its original position to cope with the case where multiple items are destroyed with `destroy_all` as they'll have their position column cached. Thanks @james-reading for the report.
Expand Down
2 changes: 1 addition & 1 deletion lib/positioning/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Positioning
VERSION = "0.2.2"
VERSION = "0.2.3"
end

0 comments on commit 0c3be35

Please sign in to comment.