Releases: anyone-oslo/pages
Releases · anyone-oslo/pages
v3.12.2
- Search in Pages in admin
- Converted frontend framework to PostCSS
- RSS improvements: Pagination, always include full text
- Converted to TypeScript
- Replaced redux with zustand
Full Changelog: v3.12.1...v3.12.2
3.12.1
- Replaced SCSS with PostCSS
- New
image_figure
helper - Bug fixes
Full Changelog: v3.12.0...v3.12.1
3.12.0
- Calendar UI #15
Full Changelog: v3.11.3...v3.12.0
3.11.0
- Added RTL support in #50
Full Changelog: v3.10.0...v3.11.0
3.10.0
- Legacy username has been completely removed
- Rails 7 support
- HTTP_RANGE header is supported on attachments
- Updated CSS framework
3.9.0
PagesCore::CacheSweeper.config
has been removed- Removed OpenStruct from codebase,
PagesCore::PubSub
payload is now a hash
3.8.0
- SearchDocument: Built-in full text search index
- Hotkeys for bold and italic when editing rich text
- JS is now built with esbuild
3.7.0
- Compatible with Rails 6 and 6.1
- MySQL support has been dropped, PostgreSQL is now required
- Varnish is available as an alternative to actionpack-page_caching
- Images are now restricted to max 48 megapixels
- Various bug fixes and improvements
3.6.2
- Fixes a bug when editing page metadata
- Page caching can be disabled per template
3.6.1
Bugfixes