Skip to content

Releases: thony32/react-pop-cards

v2.2.0

Choose a tag to compare

@thony32 thony32 released this 20 Feb 07:03

Added

Full Changelog: v2.1.1...v2.2.0

v2.1.1 — 4 New Card Variants + Redesigned Playground

Choose a tag to compare

@thony32 thony32 released this 19 Feb 12:17

Full Changelog: v2.0.3...v2.1.1

v2.0.3 — TypeScript Rewrite + Bundled CSS

Choose a tag to compare

@thony32 thony32 released this 19 Feb 11:27

⚠️ Breaking Changes
-React 19+ now required
-Styles must be imported separately:
import { Card } from "react-pop-cards"
import "react-pop-cards/styles.css"

✨ What's New
-Full TypeScript rewrite with exported types (CardProps, CardItem)
-Bundled CSS — pre-compiled Tailwind CSS included, no setup needed
-Lighter bundle — runtime deps reduced from 7 to 2 (@react-spring/web, chroma-js)
-Fixed React hooks — switched to useSprings to follow rules of hooks
-Modern tooling — tsup (CJS + ESM + types) + Vite for docs
-@react-spring/web v10 upgrade
-Removed prop-types, react-responsive, core-js
-Custom lightweight useMediaQuery hook replaces react-responsive

Release

Choose a tag to compare

@TiavinaCyri TiavinaCyri released this 19 Mar 08:16
c906a22

Version stable

0.3.0 Alpha

0.3.0 Alpha Pre-release
Pre-release

Choose a tag to compare

@TiavinaCyri TiavinaCyri released this 06 Feb 17:03
cd3436c

This is an Alpha test for the package