Skip to content

Releases: bouzidanas/streamlit-float

Release 0.3.0

25 Sep 04:12
Compare
Choose a tag to compare

This release has

New features:

  • Theme initialization function - creates CSS root variables with current theme colors and font for general access in CSS.
  • Float Dialog container - add a floating dialog container that drops down into view from the top of the page
  • Overlay - add an opaque or transparent cover layer over the entire viewport with option to blur the page beneath it

Enhancements

  • CSS helper function now accepts CSS in dictionary format and/or as access variables (@Socvest).
  • float and float_parent functions now work in Firefox thanks to alternate Javascript-based solution #2 (@Socvest)

Bug fixes:

  • Extra space added to content when float_init is called is now automatically removed

Release 0.2.6

01 Sep 18:21
Compare
Choose a tag to compare

This release has

  • New features:
    • Target floating containers with custom CSS
    • CSS helper function - makes it easier to programmatically generate custom CSS intended for floating containers
    • New Float Box container - add floating containers that display markdown.
  • Bug fixes:
    • Floating content now sits on top of page content #1 (@lkdd-ao)