Skip to content

Update dependency flowbite to v3 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flowbite (source) ^1.6.3 -> ^3.0.0 age adoption passing confidence

Release Notes

themesberg/flowbite (flowbite)

v3.0.0

Compare Source

  • upgrade to Tailwind v4
  • refactor and adapt the Flowbite plugin and UI components to the new deprecated changes from Tailwind v4

v2.5.2

Compare Source

v2.5.1

Compare Source

  • fix plugin import error from the config file

v2.5.0

Compare Source

  • added new DataTable plugin and examples
  • minor bug fixes and improvements

v2.4.1

Compare Source

  • fix datepicker module declaration naming for TypeScript

v2.4.0

Compare Source

  • the datepicker is now a core component of Flowbite and has API methods, events, and options
  • updated the documentation for the datepicker component and related integration guides
  • minor visual bug fixes and improvements

v2.3.0

Compare Source

  • added new copy to clipboard component and examples
  • added new JavaScript tab to the documentation examples
  • update dependency to Tailwind CSS v3.4.1
  • fixed carousel component behavior when there’s only one image
  • added new data attribute to set active and inactive classes for tabs
  • Ruby on Rails integration fix for turbo load
  • minor bug fixes and improvements

v2.2.1

Compare Source

  • relased new phone number input component
  • relased new chat bubble component
  • updated z-index of the datepicker to allow usage with modals and drawers

v2.2.0

Compare Source

  • released new number input component examples
  • created a new InputCounter object class in the Flowbite JS

v2.1.1

Compare Source

  • fix the InstanceOptions and EventListenerInstance type exports for TypeScript

v2.1.0

Compare Source

This update adds full RTL support to all of the UI components from Flowbite and also provides and update to the Instance Manager API which now allows you to set custom id's as the 4th parameter of each object class.

  • updated to Tailwind CSS v3.3.5
  • added full RTL support to all UI components
  • updated the JS API and Instance Manager to allow setting custom id's
  • added new vertical tabs component example
  • added three next modal component examples
  • fixed responsive wrapping issues for the table components
  • uses Tailwind CSS v3.0 classes for background opacity fixing https://github.com/themesberg/flowbite/issues/565
  • other minor bug fixes and improvements

Breaking changes:

  • data-modal-toggle alone won't initialise the modal anymore, you need to use data-modal-target for that

v2.0.0

Compare Source

This update introduces a new instance manager feature that allows you manage all of the interactive components from a single place. This is useful if you want to programmatically show or hide a modal, popover, or tooltip. This also works if you use the data attributes interface.

This change introduces a few breaking changes to the JavaScript API when creating objects:

  • new $carouselEl HTML element when creating a Carousel object as the first parameter
  • new $accordion HTML element when creating a Accordion object as the first parameter
  • new $tabsEl HTML element when creating a Tabs object as the first parameter

The breaking changes do not apply to the data attributes interface, only for objects created programmatically via JavaScript.

Learn more about the new JavaScript API on the docs.

v1.8.1

Compare Source

v1.8.0

Compare Source

  • added new chart components
  • enable or disable styles via the Flowbite Plugin
  • addded new API option to the dropdowns to prevent closing when clicking on certain elements
  • small bug fixes and improvements overall

v1.7.0

Compare Source

  • integrate new Flowbite Icons with all UI components
  • added new pagination examples and sizes
  • improved spacing and alignment for all buttons with icons
  • improved examples for popovers, toasts, and modals
  • updated docs and website icons
  • update Svelte docs for Svelte 4.0 by @​shinokada

v1.6.6

Compare Source

  • new device mockups component
  • add nested accordions feature (#​266 issue fixed by (@​jneuendorf)[https://github.com/jneuendorf])
  • make init functions (ie. initDropdowns, initFlowbite) available via the window object
  • fix Nuxt.js documentation config path for Tailwind CSS

v1.6.5: 1.6.5

Compare Source

  • New gallery component
  • New jumbotron component
  • LiveView support (issue #​486) for Phoenix by @​jmnda-dev
  • Improve modal responsive behaviour by centering it vertically
  • Improve Svelte getting started guide by @​shinokada
  • Improve font smoothing by adding antialising to the docs and examples
  • Improve navbar spacings and font sizes to reflect Figma design system

v1.6.4

Compare Source

  • New bottom navigation component
  • New sticky banner component
  • Export initFlowbite to set up event listeners for all data attributes
  • Fix for Turbo Frame load events (issue #​88)
  • Include WindiCSS on NPM (thanks to @​rgvillanueva28)
  • Adds close tooltips with esc key to meet WCAG (by @​daveholst)
  • Update Symfony guide steps (by @​CorwinDev)
  • Astro integration guide
  • GatsbyJS integration guide
  • Symfony integration guide
  • SolidJS integration guide
  • Phoenix (Elixir) integration guide

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants