Releases: pixiv/charcoal
Releases · pixiv/charcoal
v3.14.0
What's Changed
- chore(theme): migrate docs by @naporin0624 in #556
- Convert README and SSR Guide to MDX Format by @naporin0624 in #541
- Add tokne-cli for generating design token from Figma variables by @mimokmt in #502
- feat(icons): convert readme icons by @naporin0624 in #542
- chore(styled): update storybook guide by @naporin0624 in #544
- chore(tailwind-config): update storybook guide by @naporin0624 in #546
- chore(tailwind-diff): migrate docs by @naporin0624 in #554
- chore(foundation): migrate docs by @naporin0624 in #555
- remove next.js docs by @naporin0624 in #561
- chore: reorder docs story by @naporin0624 in #562
- Add design token updating workflow by @mimokmt in #566
- [theme]Update theme Wed Jun 26 2024 by @charcoal-bot in #568
- chore: add firebase redirect settings for docs by @naporin0624 in #570
- fix token cli by @mimokmt in #585
- Migrate to Flatconfig and Clean Up ESLint Rules by @naporin0624 in #579
- fix(token-cli): primitive token named negative value case by @mimokmt in #589
- Change to use vitest. by @naporin0624 in #591
- fix(token-cli): prefix, selector, actions by @mimokmt in #593
- [theme]Update theme Thu Jul 11 2024 by @charcoal-bot in #598
- chore(token-cli): change selector by @naporin0624 in #600
- [theme]Update theme Thu Jul 11 2024 by @charcoal-bot in #602
- [theme]Update theme Fri Jul 26 2024 by @charcoal-bot in #611
- feat(token-cli-workflow): update variable collection name by @mimokmt in #609
- add storybook static directory by @mimokmt in #618
- [icons-cli] Update icons Tue Aug 27 2024 by @charcoal-bot in #621
- Update token-cli/package.json by @mimokmt in #622
Full Changelog: v3.13.1...v3.14.0
v3.13.1
v3.13.0
What's Changed
- tag item bg base64 by @naporin0624 in #533
- chore(tailwind-config): wrap unstyled component by @naporin0624 in #529
- test: update stories order by @toshusai in #540
- feat: add modal button aria label and export ModalCloseButton by @yue4u in #550
- Fix for closeButtonAriaLabel in Modal docs by @mimokmt in #551
- fix: avoid SSRProvider after react 18 by @yue4u in #552
Full Changelog: v3.12.0...v3.13.0
v3.12.0
v3.11.0
What's Changed
- replace to csf3 PixivIcon story by @mimokmt in #462
- Fix: input handling for software keyboard in modal dialogs by @toshusai in #495
- chore/storybook-checkbox by @naporin0624 in #496
- Replace multiselect icon with icon component by @mimokmt in #494
- docs: fix bloken link to storybook by @aqua-ix in #507
- chore: IconButton story by @naporin0624 in #497
- chore: LoadingSpinner Story by @naporin0624 in #498
- chore: Radio story by @naporin0624 in #499
- chore: switch story by @naporin0624 in #500
- chore: TagItem Story by @naporin0624 in #501
- chore: update-husky by @naporin0624 in #505
- chore: TextArea Story by @naporin0624 in #503
- fix: skip build story and test dts by @yue4u in #511
- chore: storybook-TextField by @naporin0624 in #504
- feat: add import/no-extraneous-dependencies by @naporin0624 in #508
- fix: add npmignore for snapshots by @yue4u in #512
- replac MultiSelect stories to CSF3 by @mimokmt in #452
- chore(storybook): apply docs theming by @naporin0624 in #509
- upgrade storybook v8 by @naporin0624 in #506
- feat: allow type radio group value by @yue4u in #513
New Contributors
Full Changelog: v3.10.1...v3.11.0
v3.10.1
v3.10.0
What's Changed
- Configured test-runner for image snapshot testing by @mimokmt in #475
- Feat: add theme utils by @toshusai in #474
- Test: Updated the story of the DropdownSelector by @toshusai in #478
- CI: Added the storybook preview in PR. by @toshusai in #483
- Hello image snapshots by @mimokmt in #461
- Fix: disabled items can be selected using the keyboard. by @toshusai in #480
- Test: Changed the story title of the
styled/example
. by @toshusai in #484 - Feat: Added hidden
<select />
to theDropdownSelector
. by @toshusai in #481 - Change image snapshot test threshold, add waiting 200ms by @mimokmt in #486
- Fix: the
placeholder
of theDropdownSelector
should betext3
. by @toshusai in #485 - Fix: Modified DropdownMenuItem styles. by @toshusai in #487
- Add types field to exports of pakcage.json by @mimokmt in #482
Full Changelog: v3.9.1...v3.10.0
v3.9.1
v3.9.0
What's Changed
- feat: added color to IconButton's hover and active selectors by @toshusai in #465
- fix: cursor to default when Radio and Checkbox are disabled by @toshusai in #466
- build: apply babel-plugin-styled-components on build by @ciffelia in #468
- docs: fix switch layout by @toshusai in #470
- Fix: The modal closed when clicking the scrollbar on the modal background. by @toshusai in #472
- Fix: Input props are not passed to the
<input />
by @mimokmt in #471
Full Changelog: v3.8.0...v3.9.0
v3.8.0
What's Changed
- test: Update the story for the Switch component. by @toshusai in #448
- test: Updated the stories for the Radio component. by @toshusai in #449
- /reactのStorybook CSF3化 button編 by @mimokmt in #433
- /reactのStorybook CSF3化 LoadingSpinner編 by @mimokmt in #442
- [icons-cli] Update icons Mon Jan 29 2024 by @charcoal-bot in #450
- TagItem story replace to csf3 by @mimokmt in #454
- TextField story replace to csf3 by @mimokmt in #456
- Replace to csf3 SegmentedControl story by @mimokmt in #453
- Modal story update to csf3 by @mimokmt in #451
- /reactのStorybook CSF3化 DropdownSelector編 by @mimokmt in #440
- chore: update snapshots by @mimokmt in #459
- add storybook snapshot by @naporin0624 in #458
- feat: update focus behavior by @toshusai in #441
- replace Icon story to CSF3 by @mimokmt in #460
- TextArea replace to csf3 by @mimokmt in #455
- feat: Implemented active state for Button, IconButton, and DropdownSelector. by @toshusai in #457
Full Changelog: v3.7.0...v3.8.0