Skip to content

Latest commit

 

History

History
149 lines (91 loc) · 2.87 KB

File metadata and controls

149 lines (91 loc) · 2.87 KB

Changelog

v0.11.0

  • remove: CSS Modules

v0.10

  • feat: add anthropic option to the themeClient
  • feat: select custom model on the themeClient

v0.9

  • change: build packages with tsup
  • change: separate components into individual packages
  • change: use @ginga-ui scope for all packages

v0.8.1

  • feat: add reverse variant option to the Button component
  • imporve: export ListItem component
  • improive: use generic prop name related isDisabled, isSelected, isRequired, and so on
  • fix: use p tag on Paragraph component

v0.8.0

  • docs: add MIT license
  • fix: Heading and Paragraph components color

v0.7.11

  • feat: add new component: Box
  • remove: remove components: Container, Flex

v0.7.10

  • improve: update Button props
  • fix: CSS file name

v0.7.9

  • feat: support cjs format
  • feat: import components from ginga-ui/core
  • fix: can't import ThemeClient on Next.js

v0.7.8

  • fix: Vite config

v0.7.7

  • feat: add new option of ssr mode
  • chore: upgrade Vite to v6

v0.7.6

  • feat: add List component
  • fix: update peer dependencies

v0.7.5

  • fix: error caused by React

v0.7.4

  • feat: import a component peer file

v0.7.3

  • fix: improve remove React.forwardRef from all components
  • style: improve text color

v0.7.2

  • improve: add use client directive to all components
  • fix: ButtonGroup component

v0.7.1

  • feat: add new component: table
  • fix: improve the contrast ratio validation

v0.7.0

  • feat: ensure the contrast ratio is greater than 3.0
  • feat: add new components: Dialog, Select

v0.6.0

  • feat: add new provider: Gemini
  • change: introduce ThemeClient class

v0.5.0

  • feat: regenerature theme when the contrast ratio is less than 3.0
  • feat: add validation for the OpenAI response
  • feat: publish Storybook on Chromatic

v0.4.2

  • change: use different css variables for each component
  • improve: ally of Accordion component

v0.4.1

  • feat: add Paragraph and Image components
  • fix: won't set CSS variables correctly
  • style: improve all components design

v0.4.0

  • feat: add Container and Flex components
  • feat: receive options of OpenAI client on createTheme function

v0.3.0

  • feat: generate a color map from the generated primary color and secondary color
  • style: improve all components design

v0.2.2

  • feat: add generateColorMap function
  • feat: add Slider, Accordion

v0.2.1

  • fix: GitHub Actions CI/CD workflow

v0.2.0

  • chore: add GitHub Actions for CI/CD
  • refactor: add stylelint and fix linting issues
  • feat: add ButtonGroup

v0.1.1

  • refactor: re-configure ESLint and Prettier

v0.1.0

  • feat: add Card, Link, FormControl, RadioGroup, CheckboxGroup
  • feat: generate CSS variables using OpenAI API

v0.0.0

  • chore: setup Vite, ESLint, Prettier and Storybook
  • chore: decide the library name
  • feat: add Button, Switch, Checkbox, Input, Heading `