Adds Marquee components, expands Stepper and Spinner examples, adds 13 framework guides, and includes Tailwind CSS v4.2.x support plus dropdown and scrollspy fixes.
New Components & Improvements
- Customization: Tailwind CSS v4.2.x new color palettes added to all components.
- Navigations: Expanded the Stepper docs with new vertical examples for static, linear, white, solid, and dynamic linear variants.
- Components: Added new Marquee components with text ticker, logo marquee, vertical, 3D, finance ticker, and card marquee examples.
- Components: Expanded the Spinners docs with new throbber, ring, pulse dot, wave, bars, terminal, blinking caret, shimmer text, loading dots, and ellipsis examples.
- Docs: Added a new Components index page to help users browse all Preline docs by category.
- Docs: Added specific Preline UI JavaScript guides for HTML + Vite, Hugo, Express, React + Vite, Next.js, Remix, Vue.js, Nuxt.js, Angular, Ember.js, Svelte, SolidJS, and Qwik.
Updates
- Updated: Tailwind CSS to v4.2.x
- Updated: Replaced legacy aspect-ratio plugin usage with native Tailwind CSS aspect-ratio utilities and removed the @tailwindcss/aspect-ratio dependency.
Fixes and Improvements
- Fixed: Preserve selected remote options in dropdown across searches in tags mode and fix crash when re-selecting an option after a subsequent search. [Issue #752]
- Fixed: Fix browser back button navigating away from page instead of returning to previous section by replacing replaceState with pushState and adding a popstate listener in scrollspy. [Issue #749]