# Changelog

## Table of Contents

- [2025 June](#2025-june)
  - [New Component](#new-component)
  - [Updated components](#updated-components)
- [2025 May](#2025-may)
  - [New Components](#new-components)
- [2025 Apr](#2025-apr)
  - [New Components](#new-components)
  - [Framer integration](#framer-integration)
- [2025 March](#2025-march)
  - [Tailwind v4 Migration 🎉](#tailwind-v4-migration)

## 2025 June

### New Component

- [Box Carousel](https://fancycomponents.dev/docs/components/carousel/box-carousel.md)

### Updated components

Some components have been updated with better a11y support, improved documentation, and bug fixes, but there are no breaking changes.
This is an ongoing effort which will continue in the future as well.

## 2025 May

### New Components

- [Text Highlighter](https://fancycomponents.dev/docs/components/text/text-highlighter.md)
- [Letter 3D Swap](https://fancycomponents.dev/docs/components/text/letter-3d-swap.md)
- [Image Trail](https://fancycomponents.dev/docs/components/image/image-trail.md)
- [CSS Box](https://fancycomponents.dev/docs/components/blocks/css-box.md)

## 2025 Apr

### New Components

- [Simple Marquee](https://fancycomponents.dev/docs/components/blocks/simple-marquee.md)
- [Marquee Along SVG Path](https://fancycomponents.dev/docs/components/blocks/marquee-along-svg-path.md)

### Framer integration

Some of the components are now compatible with Framer, thanks to the work of [Framer University](https://x.com/learnframer) & [Achille](https://x.com/achilleernlt).

Available components for remixing:

- [Scramble In](https://fancycomponents.dev/docs/components/text/scramble-in.md)
- [Pixel Trail](https://fancycomponents.dev/docs/components/background/pixel-trail.md)
- [Elastic Line](https://fancycomponents.dev/docs/components/physics/elastic-line.md)
- [Cursor Attractor & Gravity](https://fancycomponents.dev/docs/components/physics/cursor-attractor-gravity.md)
- [Parallax Floating](https://fancycomponents.dev/docs/components/image/parallax-floating.md)
- [Circling Elements](https://fancycomponents.dev/docs/components/blocks/circling-elements.md)
- [Screensaver](https://fancycomponents.dev/docs/components/blocks/screensaver.md)

## 2025 March

### Tailwind v4 Migration 🎉
We've upgraded to Tailwind v4! This major version brings several important changes:

**Breaking Changes:**
- Configuration is now stored directly in `global.css` instead of `tailwind.config.ts`
- The open-in-v0 feature currently doesn't support CSS variables - these need to be added manually
- CLI installation behavior has changed: CSS variables won't automatically merge with `global.css` when using layers, so you need to add them manually for now. 
- Syntax changes for Tailwind classes and colors (see official [migration guide](https://tailwindcss.com/docs/upgrade-guide))

**Affected Components:**
- Circling Elements
- Animated Gradient With SVG

**Documentation Updates:**
- Contribution guidelines have been updated to reflect v4 changes

For a complete overview of syntax changes and new features, please refer to the official [Tailwind v4 announcement](https://tailwindcss.com/blog/tailwindcss-v4#css-first-configuration).

---

*This documentation is also available in [interactive format](https://fancycomponents.dev/docs/components/changelog).*