Releases: rails/cssbundling-rails
Releases · rails/cssbundling-rails
v1.4.1
v1.4.0
What's Changed
- Fix bun/bootstrap escaping issue by @dhh in 09d81cb
- Synchronize bin/dev from jsbundling-rails to cssbundling-rails by @dorianmarie in #151
- Use Thor's
apply
instead of a prerequisite task by @jonathanhefner in #150 - Fix running "rails new --css bootstrap" on 7.1 by @skipkayhil in #147
- PNPM Support by @ksylvest in #145
New Contributors
- @sedubois made their first contribution in #129
- @dorianmarie made their first contribution in #151
- @jonathanhefner made their first contribution in #150
- @tylerpaige made their first contribution in #148
- @skipkayhil made their first contribution in #147
- @ksylvest made their first contribution in #145
Full Changelog: v1.3.3...v1.4.0
v1.3.3
v1.3.2
What's Changed
- Fix missing extensions on Procfile generation by @terracatta in #134
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
What's Changed
- Default to port 3000 while allowing override by @elia in #124
- Support environment variable to skip Yarn install by @tmaier in #125
- Add PostCSS import plugin as default by @pinzonjulian in #126
- Add Bun support by @terracatta in #130
New Contributors
- @tmaier made their first contribution in #125
- @pinzonjulian made their first contribution in #126
- @terracatta made their first contribution in #130
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add possibility to skip css:build during assets:precompile by @ylecuyer in #99
- Update css:clobber to also remove sourcemaps by @rbague in #122
- Enhance spec:prepare command with CSS build by @navidemad in #116
- Add Autoprefixer on Bootstrap installation by @javierav in #119
- Run the server with remote debugging enabled by @elia in #123
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Use ruby command "gem list" for foreman existence test by @elalemanyo in #93
- Minor portability improvements to ./bin/dev by @defeated in #98
- Instead of forcing a port in Procfile, unset Foremans's PORT by @dorianmariefr in #89
- Recursively remove builds in clobber task by @abevoelker in #100
- Add NPM9+ compatibility on install by @dhh
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Change sass cli params to permit multiple build sources by @acallaghan in #83
- Use bundle add instead by @glaucocustodio in #85
- Fix for foreman existence test in rbenv installs. by @MrJoy in #91
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Bypass CLI options to Foreman in bin/dev by @kirillplatonov in #55
- Check assets:precompile is defined before enhancing by @richardTowers in #59
- Make the message for adding build:css to package.json more visible if npx version is < 7.1 by @thebravoman in #69
- Check assets:clobber is defined before enhancing by @HLFH in #71
- Install bootstrap-icons along with bootstrap by @viktorianer in #76
- Add stylesheets path to TailwindCSS' content list by @nickjj in #53
New Contributors
- @richardTowers made their first contribution in #59
- @ajaynomics made their first contribution in #54
- @thebravoman made their first contribution in #69
- @HLFH made their first contribution in #71
- @viktorianer made their first contribution in #76
- @nickjj made their first contribution in #53
Full Changelog: v1.0.0...v1.1.0