Skip to content

Releases: quiradev/streamlit-plugins

0.7.6

27 Oct 13:21

Choose a tag to compare

  • Loader Component: Fix theme background color read bad origin (primary instead)
  • Multilit Framework: Add more flexibility when use default loader with parameters update

0.7.5

21 Oct 21:37

Choose a tag to compare

  • Loader Component: Refactor loading behavior in orther to add more customization
  • Framework Multilit: Navigation history management to show loading component only when change other page

0.7.4

21 Oct 16:10

Choose a tag to compare

  • Component Loader: Enhance loader functionality and parameters for customization
  • Component Multilit: Integration with new Loader component parameters for customization

0.7.3

20 Oct 14:54

Choose a tag to compare

  • Component-Navbar: Fix navigation component.
  • Component-Loader: Fix bad css selector.
  • Framework-Multilit:
    • Fix url and native navigation control and optimize spawn multiple bad containers.
    • Remove space on styles and COI instances.

0.7.2

15 Oct 15:44

Choose a tag to compare

  • Support for streamlit 1.50.0
  • Fix url navigation with navbar component and multilit framework

0.7.1

30 Jul 10:30
ebb38e1

Choose a tag to compare

Upgrade requirements to allow to install newer versions of streamlit

0.7.0

25 Jul 11:33

Choose a tag to compare

  • Support for new version streamlit 1.47.0
  • Better performance and fix issues in navigation
  • Support for native url navigation

0.6.9

13 May 15:58

Choose a tag to compare

  • Component: Navbar
    • Fix Remove setTimeout for navbar instantiation to improve loading efficiency

0.6.8

13 May 15:29

Choose a tag to compare

  • Framework: Multilit

    • Add theme changer option to navigation components for enhanced customization
    • Fix selector on multiple navbar component integration in multilit
    • Show errors only if verbose params is filled
  • Component: Navbar

    • Delay navbar instantiation to ensure proper loading; replace busy-wait with setTimeout
    • Enhance navbar functionality to handle multiple instances of a navbar not in navigation mode

0.6.7

12 May 06:46

Choose a tag to compare

  • Navbar
    • Update navbar CSS styles
  • Multilit
    • Refactor session state access to use get method for safer retrieval