Pre-release Bolt 4.0.0-RC.31
Released: 2020-07-20
π Bug fixes
- Shuffle paginated records (I-Valchev, #1633)
- Fix
setcontentrandom directive to override anything else set by the OrderDirective (I-Valchev, #1630) - Make empty
multiselecttag invisible (I-Valchev, #1629) - Saving an edited file should keep input as-is #1637)
- We were a bit overzealous in removing the compilerpass. Turns out we do need
packages/bolt.yaml#1639) - Make sure user default user status is set when instantiating entities from code #1641)
π¦ Additions and new features
- Add support for "403 Forbidden" pages (bobdenotter, #1635)
π οΈ Miscellaneous
- Copy extension services and routes into Bolt (bobdenotter, #1634)
- Richer content format option (I-Valchev, #1628)
- Users extension prep (I-Valchev, #1618)
βοΈ Code Quality / Developer Experience
- Fix ECS and update config with sets (TomasVotruba, #1636)