Skip to content

Pre-release Bolt 4.0.0-RC.28

Choose a tag to compare

@bobdenotter bobdenotter released this 05 Jul 12:41
5214868

Released: 2020-07-04

🐛 Bug fixes

  • setcontent returns single for contenttype/id (I-Valchev, #1595)
  • Make sure form validation works with data-patience buttons (I-Valchev, #1594)
  • Use humanized taxonomy name when creating new taxonomies (I-Valchev, #1591)
  • Don't break line on date field with valueonly (I-Valchev, #1582)

📦 Additions and new features

  • Allow "focus" parameter for excerpts of plain strings (bobdenotter, #1602)
  • Relation factory (I-Valchev, #1597)
  • Allow configurable date_format in config.yaml (I-Valchev, #1593)
  • Paginate users listing (I-Valchev, #1580)

🛠️ Miscellaneous

  • Refactor setcontent handles and directives (I-Valchev, #1599)
  • Use taxonomy|link filter to get taxonomy links (I-Valchev, #1592)

⚙️ Code Quality / Developer Experience

  • Chore: Updating NPM dependencies (bobdenotter, #1601)
  • Sorry GitHub Actions 😢 you are breaking too often (I-Valchev, #1598)
  • Display Symfony version in "About" and bolt:info screens (bobdenotter, #1586)
  • Allow both Symfony 4.4 and 5.1 for now (bobdenotter, #1579)