Skip to content

Releases: ssi02014/react-thumbnail-generator

v3.1.0

28 Aug 15:17
d1348db
Compare
Choose a tag to compare
  • Support cjs, esm
  • Fixed color picker being hidden when canvas height is small

v3.0.0

07 Jul 18:42
f383526
Compare
Choose a tag to compare

Feature

1. Add Text Align (2)
스크린샷 2023-07-08 오전 3 37 46

2. Migrating styled-components to @emotion

3. Portal Component

  • Improved the portal component to automatically render the ThumbnailGenerator as a subcomponent of document.body.
  • Now you don't have to deliberately create a div for the portal in index.html.

4. Font Stroke

  • When the Font Stroke is None, changing the Font Stroke color will automatically change the Stroke to Normal.

v2.10.0

05 Jun 18:00
a1f4a6d
Compare
Choose a tag to compare

Major Package Version Upgrade & Migration

  • TypeScript v5
  • Storybook v7

v2.9.0

27 May 17:12
09e14e4
Compare
Choose a tag to compare

Add Features

Add SVG Download
Add isDefaultOpen

Fix Issue

Header Layout Style
README.md
Delete Limit width

v2.8.0

05 Apr 09:13
ca41e43
Compare
Choose a tag to compare

Add a font line height controller
Add Github Actions CI/CD
Refactoring the project folder as a whole

v2.7.0

18 Mar 14:58
7402b2c
Compare
Choose a tag to compare
  • isFullWidth prop
  • Component refactoring
  • Adding peer dependencies react and react-dom
  • Setting up alias path

v2.6.5

28 Feb 12:13
8d30b3b
Compare
Choose a tag to compare

Add Features

Add InputRange Component

Fix Issue

Font Angle Issue Fix

Etc

Refactoring Canvas Component

v2.6.0

27 Feb 13:25
1455c55
Compare
Choose a tag to compare

Add Features

  • Drag & Drop Canvas Text
  • Add InputRange Component

Fix Issue

  • Canvas Rotate Issue Fix
  • IconButton CSS Issue Fix

ezgif com-video-to-gif (4)

v2.5.0

25 Feb 20:53
77ebdd8
Compare
Choose a tag to compare
  • Deprecated iconSrc Props
  • Created ButtonIcon Props
    • I did so to be compatible with Next.js.
import icon from "../public/twitter.png";
import iconImage, { StaticImageData } from "next/image";

<ThumbnailGenerator
  buttonIcon={
    <Image src={iconImage} width={32} height={32} alt="buttonIcon" />
  }
  id="tg"
  modalPosition="left"
/>

v2.4.1

25 Feb 18:28
43699a6
Compare
Choose a tag to compare

v2.4.1

  • Accordion Select Item issue Fix