Releases: themesberg/flowbite
Releases · themesberg/flowbite
v1.6.4
- 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
- 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
v1.6.1
- 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 forindex.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
- 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
v1.5.4
- 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
- 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
- added new Popover component
v1.5.1
- fix drawer dist JS