Skip to content

Releases: themesberg/flowbite

v1.6.4

10 Mar 13:24
Compare
Choose a tag to compare
  • 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

v1.6.3

23 Jan 15:13
Compare
Choose a tag to compare
  • Added dropdown hover functionality with delay option and examples (issue #208)
  • Fixed clicking outside of the Popover component not closing when using the "click" trigger type (issue #242)
  • Introduced the "none" option for Tooltip, Speed Dial, Popover and Dropdown components for trigger type (issue #181)
  • Fixed Tooltip and Popover click events on Safari browsers when using mobile devices (issue #246 and issue #413)
  • Improve the consistency of the dropdown components across the whole documentation using border-lg (issue #276)
  • Added the optional closable option to the Modal component preventing it from being closed when hitting the ESC button (thanks for the PR @CorwinDev)

v1.6.2

12 Jan 13:01
Compare
Choose a tag to compare
  • add event listeners for data attributes back to index.ts
  • fix #398 import maps for flowbite.turbo.min.js.map for Ruby on Rails

v1.6.1

10 Jan 16:53
8b14433
Compare
Choose a tag to compare
  • Nuxt.js integration guide + starter kit
  • Add data attribute initialization support for Vue 3 and Nuxt.js
  • Remove event listeners from the basic index.js file and keep it only for index.umd.js
  • Fix the drawer flickering issue
  • Update Laravel integration guide with Vite (thanks to @CorwinDev for the PR)
  • Fixed checkbox dark mode focus state (thanks to @CorwinDev for the PR)
  • Added Datepicker turbo load support for Ruby on Rails 7 (thanks to @travisgalloway for the PR)

1.6.0

03 Jan 15:03
Compare
Choose a tag to compare
  • migrated code to TypeScript & introduced types and interfaces
  • integrated ESlint and Prettier
  • fixed event listeners stacking up for all interactive components
  • improved NPM build scripts
  • new stepper component
  • new indicator component
  • new breadcrumb components
  • new spinner examples

v1.5.5

08 Dec 15:08
Compare
Choose a tag to compare
  • provide fix for #88 by creating a new flowbite.turbo.js file where instead of us load we use turbo:load
  • refactor folder structure for the JS components

v1.5.4

15 Nov 14:03
181d359
Compare
Choose a tag to compare
  • released new Speed Dial component
  • modals now close by default when clicking outside
  • add new static options to modals to prevent closing when clicking outside
  • add expand code feature to the docs
  • normalize colors for all label inputs
  • remove "for" and "id" attributes from toggle switch components
  • improve hover and focus style of the hamburger icons
  • update to Tailwind CSS v3.2.2

v1.5.3

01 Sep 09:23
Compare
Choose a tag to compare
  • add 'data-popover' data attribute to popovers to separate border style from tooltips
  • fix tooltip border style from the v1.5.2 bug

v1.5.2

09 Aug 15:57
Compare
Choose a tag to compare
  • added new Popover component

v1.5.1

20 Jul 21:56
Compare
Choose a tag to compare
  • fix drawer dist JS