Pre-release Bolt 4.0.0-RC.32
·
4153 commits
to master
since this release
Released: 2020-07-22
🐛 Bug fixes
- Fix Errorcontroller adding Exception when it shouldn't. (bobdenotter, #1643)
- Make sure user default user status is set when instantiating entities from code (I-Valchev, #1641)
- We were a bit overzealous in removing the compilerpass. Turns out we do need
packages/bolt.yaml
(bobdenotter, #1639) - Saving an edited file should keep input as-is (bobdenotter, #1637)
- Shuffle paginated records (I-Valchev, #1633)
- Fix
setcontent
random directive to override anything else set by the OrderDirective (I-Valchev, #1630) - Make empty
multiselect
tag invisible (I-Valchev, #1629)
📦 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)