- remove: CSS Modules
- feat: add anthropic option to the
themeClient - feat: select custom model on the
themeClient
- change: build packages with tsup
- change: separate components into individual packages
- change: use
@ginga-uiscope for all packages
- feat: add
reversevariant 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
- docs: add MIT license
- fix: Heading and Paragraph components color
- feat: add new component: Box
- remove: remove components: Container, Flex
- improve: update Button props
- fix: CSS file name
- feat: support cjs format
- feat: import components from
ginga-ui/core - fix: can't import ThemeClient on Next.js
- fix: Vite config
- feat: add new option of ssr mode
- chore: upgrade Vite to v6
- feat: add List component
- fix: update peer dependencies
- fix: error caused by React
- feat: import a component peer file
- fix: improve remove
React.forwardReffrom all components - style: improve text color
- improve: add
use clientdirective to all components - fix: ButtonGroup component
- feat: add new component: table
- fix: improve the contrast ratio validation
- feat: ensure the contrast ratio is greater than 3.0
- feat: add new components: Dialog, Select
- feat: add new provider: Gemini
- change: introduce
ThemeClientclass
- feat: regenerature theme when the contrast ratio is less than 3.0
- feat: add validation for the OpenAI response
- feat: publish Storybook on Chromatic
- change: use different css variables for each component
- improve: ally of Accordion component
- feat: add Paragraph and Image components
- fix: won't set CSS variables correctly
- style: improve all components design
- feat: add Container and Flex components
- feat: receive options of OpenAI client on createTheme function
- feat: generate a color map from the generated primary color and secondary color
- style: improve all components design
- feat: add generateColorMap function
- feat: add
Slider,Accordion
- fix: GitHub Actions CI/CD workflow
- chore: add GitHub Actions for CI/CD
- refactor: add stylelint and fix linting issues
- feat: add
ButtonGroup
- refactor: re-configure ESLint and Prettier
- feat: add
Card,Link,FormControl,RadioGroup,CheckboxGroup - feat: generate CSS variables using OpenAI API
- chore: setup Vite, ESLint, Prettier and Storybook
- chore: decide the library name
- feat: add
Button,Switch,Checkbox,Input,Heading`