2.10.2.rst 680 B

1234567891011121314151617181920
  1. ============================
  2. Wagtail 2.10.2 release notes
  3. ============================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Bug fixes
  10. ~~~~~~~~~
  11. * Avoid use of ``icon`` class name on userbar icon to prevent clashes with front-end styles (Karran Besen)
  12. * Prevent focused button labels from displaying as white on white (Karran Bessen)
  13. * Avoid showing preview button on moderation dashboard for page types with preview disabled (Dino Perovic)
  14. * Prevent oversized buttons in moderation dashboard panel (Dan Braghis)
  15. * ``create_log_entries_from_revisions`` now handles revisions that cannot be restored due to foreign key constraints (Matt Westcott)