Skip to content

Release Candidate v2.3.0#203

Merged
jonrandahl merged 2 commits intodevfrom
task/release-candidate-v2.3.0
Jan 13, 2026
Merged

Release Candidate v2.3.0#203
jonrandahl merged 2 commits intodevfrom
task/release-candidate-v2.3.0

Conversation

@jonrandahl
Copy link
Contributor

@jonrandahl jonrandahl commented Jan 13, 2026

Deploy Target: Dev

Tip

This is a release PR. Code has been reviewed and deployed already.
Approval required only for the version and changes listed below.

Use git merge --ff-only if possible
Step 1: Clone or update your local repository
git pull origin production
Step 2: Switch to the production branch
git checkout production
Step 3: Merge the dev branch into production
git merge --ff-only dev
Step 4: Push the changes
git push -u origin production

If git merge --ff-only fails because the target branch has intentional changes, first bring those commits into the base branch (merge or cherry-pick) and retry. Only if you must merge both histories immediately, run git merge --no-ff, then back-merge the target branch into base branch and document the reconciliation.

What's Changed

  • Migrated from sass-rails to dartsass-sprockets (Dart Sass) to keep CSS compilation supported long term #158
  • Replaced bootstrap-sass with Bootstrap framework dependencies; refreshed asset loading order for better performance
  • Enabled Autoprefixer source maps for clearer CSS debugging in development
  • Simplified Rails framework loading and Sass configuration for the new build toolchain

Full Changelog: v2.2.4...v2.3.0

- Bumps the gem's version from 2.2.4 to 2.3.0 for release candidate.
- Preps the changelog for the release of version 2.3.0
@jonrandahl jonrandahl self-assigned this Jan 13, 2026
@jonrandahl jonrandahl merged commit 73b80ee into dev Jan 13, 2026
2 checks passed
@jonrandahl jonrandahl deleted the task/release-candidate-v2.3.0 branch January 13, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants