v1.9.0
Potentially Breaking Changes
pagy
upgrade
This release upgrades the pagy
gem from version 6 to version 8. In doing so the text for the "next page" and "previous page" buttons has changed from < Prev
& Next >
to <
& >
. This may break system tests if you have custom tests around pagination. See the PR for details about how to go back to the old text and/or how to update your pagination tests.
ruby
upgrade
This release upgrades ruby
to verison 3.3.6. You'll need to install it locally via whatever runtime manager you use (asdf
is a good one if you're looking for recommendations) and then run bundle install
to install all the gems for the new version. See the ruby upgrade PR for details on exactly what changed.
node
upgrade
This release upgrades node
to version 22.11.0. You'll need to install it locally via whatever runtime manager you use (asdf
is a good one if you're looking for recommendations) and then do the following to install yarn and all the JS dependencies:
npm install -g yarn
corepack enable
yarn install
See the node upgrade PR for details on exactly what changed and for more context around the commands listed above.
What's changed in bullet_train-core
Also check the corresponding release for the bullet_train-core
repo:
https://github.com/bullet-train-co/bullet_train-core/releases
What's Changed
- [ruby] Update all Bundler dependencies (2024-11-19) by @depfu in #1768
- Upgrade pagy to version 8 (via
core
) by @jagthedrummer in #1767 - [ruby] Update Ruby 3.3.5 → 3.3.6 by @depfu in #1746
- [js] Update Node.js 20.18.0 → 22.11.0 by @depfu in #1734
- BT-Core version bump: - 1.9.0 by @jagthedrummer in #1769
Full Changelog: v1.8.5...v1.9.0