Releases: hugopeek/romanesco-soil
v2.5.1
v2.5.0
Released on October 21, 2021
Patterns: 1.0.0-beta7
Backyard: 1.0.0-beta7
- Update Fomantic UI to 2.8.8
- Remove navbar_sticky_offset config setting
- Rename matomo_tracking_code setting to alternative_tracking_code
- Move Leaflet asset paths and integrity hashes to system settings
- Move img_breakpoints to system settings
- Add pThumb post-hook to system settings (customization in pThumb core)
- Add img_quality as system setting too (baseline for optional post-processing)
- Add minimum option of 30 to img_quality config setting
- Add Configuration settings for inverted logo and badge variants
v2.4.5
Released on August 30, 2021
Patterns: 1.0.0-beta6
Backyard: 1.0.0-beta6
- Load default Google font with new v2 syntax
- Rename some media sources for clarity
- Add media source for static Romanesco elements
- Change CB settings for file upload path, file template path and img crop path
v2.4.4
Released on June 10, 2021
Patterns: 1.0.0-beta5
Backyard: 1.0.0-beta5
- Update MODX to 2.8.3-pl
- Update Fomantic UI to 2.8.7
- Remove NPM dev dependencies (assets are now built from Nursery)
v2.4.3
Released on April 19, 2021
Patterns: 1.0.0-beta4
Backyard: 1.0.0-beta4
- Better description for custom cache setting
- Remove unused css_breakpoints Configuration setting
- Add cache_buster Configuration setting
- Rename navbar_resources Configuration setting to nav_exclude_resources
v2.4.2
Released on February 20, 2021
Patterns: 1.0.0-beta3
Backyard: 1.0.0-beta3
- Rename content_types folder to content_type in defaults data
- Add settings for displaying a (customized) credits popup in footer
- Add content types for MS Word and Excel files
- Move collections_settings table to defaults
v2.4.1
Released on November 3, 2020
Patterns: 1.0.0-beta2
Backyard: 1.0.0-beta2
- Use Matomo by inserting full tracking code directly
- Add setting to share critical CSS amongst templates
- Add setting to exclude templates from critical CSS
- Update Fomantic UI to 2.8.6
v2.4.0
Released on August 27, 2020
Patterns: 1.0.0-beta1
Backyard: 1.0.0-beta1
- Add configuration setting to switch critical CSS on or off
- Set baseUrlRelative to 0 for Icons media source (fixes icon preview in MODX)
- Add default fallback images in uploads folder
- Add overview fallback image fields for each aspect ratio
v2.3.2
v2.3.1
Released on June 15, 2020
Patterns: 0.16.3-pl
Backyard: 0.11.3-pl
- Update default styling
- Update NPM dependencies
- Add custom gulpfile.js to root folder
- Add scrolldir.js for displaying menu on mobile when scrolling up
- Use Semantic UI project theme for storing custom variables and overrides
- Use hyphen instead of underscore as separator in sanitized CB images
v2.3.0
v2.3.0-rc1
Released on March 30, 2020
Patterns: 0.16.0-pl
Backyard: 0.11.0-pl
- Generate step component CSS for manager preview
- Add new Fomantic UI components to theme.config
- Separate 'form', 'calendar', 'modal' and 'step' components from main CSS/JS
- Remove tablesort.js from romanesco/assets folder (already in romanesco/vendor)
- Remove all colors except primary and secondary from SUI theme
- Add WhatsApp setting to Configuration
- Remove Google+ setting from Configuration
Note: you can now remove the 'form', 'calendar', 'modal' and 'step' components
from semantic.json in existing projects. They are still generated as individual
components, but no longer added to semantic.css and semantic.js.
This relies on customizations in the Fomantic UI build process, which are
submitted as PR here: fomantic/Fomantic-UI#1385