rich v10.7.0 Release Notes

Release Date: 2021-08-05 // over 2 years ago
  • ➕ Added

    • ➕ Added Text.apply_meta
    • ➕ Added meta argument to Text.assemble
    • ➕ Added Style.from_meta
    • ➕ Added Style.on
    • ➕ Added Text.on

    🔄 Changed

    • 🔄 Changed RenderGroup to Group and render_group to group (old names remain for compatibility but will be deprecated in the future)
    • 🔄 Changed rich.repr.RichReprResult to rich.repr.Result (old names remain for compatibility but will be deprecated in the future)
    • 🔄 Changed meta serialization to use pickle rather than marshal to permit callables