v1.5.1
gristlabs/grist-corev1.5.1Apr 10, 2025by jordigh
AI Summary
A developer-focused release updating custom CSS variables and fixing regressions in environment variable handling.
Key Highlights
- New custom CSS variables replace old deprecated ones
- Fixed regression that overwrote `TYPEORM_EXTRA` environment variable
- New `yarn cli sqlite query` utility added
Breaking Changes
- Old custom CSS variables deprecated (may result in different appearance)
New Features
- CSS variable migration
- Environment variable fixes
- Developer CLI utilities
Full Release Notes
## What's Changed * New custom CSS variables are now available to use in `custom.css`. Old variables have been deprecated, and may result in a slightly different overall appearance when used. See [the migration guide](https://github.com/gristlabs/grist-core/blob/ec53b0ea963298bd549c711e94e362fa15ca2246/static/custom.css#L69) for more details. * Fixed a regression that accidentally overwrote the `TYPEORM_EXTRA` evironment variable for PostgreSQL databases. * Minor improvements for Grist developers * [New `yarn cli sqlite query` utility](https://github.com/gristlabs/grist-core/pull/1547) * [Webpack mode now works in dev mode](https://github.com/gristlabs/grist-core/pull/1545) * Miscellaneous bug fixes and translations. **Full Changelog**: https://github.com/gristlabs/grist-core/compare/v1.5.0...v1.5.1 [Join our Discord Community](https://discord.gg/MYKpYQ3fbP) if you'd like to get into development of Grist.