All Versions
57
Latest Version
Avg Release Cycle
10 days
Latest Release
568 days ago

Changelog History
Page 2

  • v0.17.4 Changes

    July 15, 2022
    • modified accordion aesthetic
    • differentiated white inverted button type
  • v0.17.2 Changes

    July 07, 2022
    • ➕ Added an inverted button type that fills the outlined button on hover
    • ➕ Added ring/border to card and table to add more distinction on white backgrounds
    • ➕ Added a bg color and shadow to accordion
  • v0.17.1 Changes

    July 06, 2022
    • Modals - only send close_modal event to target if provided
  • v0.17.0 Changes

    July 02, 2022
    • 🆕 New components: <.prose>, <.ul>, <.ol>
    • Modals fade in (extra CSS required)
    • 👌 Improve readability of card content in dark mode
    • Extra assigns on <.p> are forwarded to the p tag
    • 🛠 Fix extra_assigns in headings
    • 🛠 Fix dropdown button not closing when clicked
  • v0.16.0 Changes

    May 03, 2022
    • 🏗 Generate prettier classes with build_class
    • Accordion
    • Now use inline-block for icon buttons
  • v0.15.0 Changes

    April 19, 2022
    • Switch - new form component
  • v0.14.0 Changes

    April 08, 2022
    • Slide Over
  • v0.13.7 Changes

    March 28, 2022
    • ➕ Added info, warning and gray variants to buttons
    • ➕ Added gray variant to progress
    • 🛠 Fixed progress test
    • Form does not leak the class assign as it's already set from classes
    • Made tabs text in dark mode lighter and changed assigns_to_attributes to be consistent with other components
  • v0.13.6 Changes

    March 27, 2022
    • ➕ Added info, warning and gray variants to buttons
    • ➕ Added gray variant to progress
    • 🛠 Fixed progress test
    • Form does not leak the class assign as it's already set from classes
    • Made tabs text in dark mode lighter and changed assigns_to_attributes to be consistent with other components
  • v0.13.5 Changes

    March 09, 2022
    • Excluded label and sub_label in the user_inner_td
    • 🛠 Fixed pagination to work when less than 5 pages
    • 🛠 Fixed corners of red bg on file input error
    • Removed prop references to size_class, rename size_class / css_class to :string
    • Updated the heroicons generator to use "extra_assigns" instead of "extra_attributes"