Pre-release Bolt 4.0.0-RC.35
·
3994 commits
to master
since this release
Released: 2020-08-14
🐛 Bug fixes
- Output Fields correctly, when using the Fields Block (bobdenotter, #1709)
- Don't let Vue parse Twig tags when editing content (bobdenotter, #1708)
- Improve Sanitiser. Sanitise fields on save. (I-Valchev, #1699)
🛠️ Miscellaneous
- Replaced hardcoded
/
byDIRECTORY_SEPARATOR
(colorando-de, #1716) - Merge addition of Spanish (🇪🇸) translations into master (nestordedios, #1714)
- Fix 'custom' Fields showing up with their Label, if
_fields.twig
is used. (bobdenotter, #1707) - Pager uses default listing records, if available. (I-Valchev, #1705)
- Allow for
variant: inline
for most fields (bobdenotter, #1704) - Allow Fields added in extensions to show up in Sets and Collections (bobdenotter, #1703)
- Refactor relations to be properly bidirectional (I-Valchev, #1702)
- Use embed without
raw
filter (I-Valchev, #1701) - Enforce unique slugs (I-Valchev, #1710)
⚙️ Code Quality / Developer Experience
- Cleanup for "Should Field be rendered as Twig?" (bobdenotter, #1711)