Skip to content

Pre-release Bolt 4.0.0-RC.31

Choose a tag to compare

@bobdenotter bobdenotter released this 20 Jul 12:21

Released: 2020-07-20

πŸ› Bug fixes

  • 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)
  • 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)