| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-10 | 2.6 kB | |
| v4.2.0 - New components, 10+ framework guides, and quality improvements source code.tar.gz | 2026-05-10 | 1.6 MB | |
| v4.2.0 - New components, 10+ framework guides, and quality improvements source code.zip | 2026-05-10 | 2.0 MB | |
| Totals: 3 Items | 3.5 MB | 0 | |
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 (preline.co), Remix, Vue.js (preline.co), Nuxt.js (preline.co), Angular, Ember.js (preline.co), 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]]