Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
v0.4.0
28 May 2024
- pagination component add
ac76a5e
- refactor: ♻️ fix linting, attach refs to components
c2545e6
- fix: 🐛 fix rating import export issue
0fbb7de
v0.3.0
26 December 2023
- feat: ✨ add control to toggle multiple accordion item
cd1a9af
- feat: ✨ add initial Accordion component
7861d90
- refactor: ♻️ extract accordion styles to dedicated style file
c4e02e8
v0.2.1
15 November 2023
- docs: 📝 update changelog(v0.2.0)
675e613
- build: 🏗️ update rollup config to remove sourcemap on production
7bc4ca4
v0.2.0
15 November 2023
- Logical ant/issue59 (#60)
#61
- Add Dialog, Card
434d302
- docs: 📝 update changelog(v0.1.0)
9f3fc20
- doc: 📝 update bundle size icon url
98430e4
v0.1.0
29 August 2023
- feat: ✨ Add Toast component
#58
- feat: ✨ remove pnpm dependency
#48
- feat: ✨ add Alert component
f88e6af
- feat: ✨ add Breadcrumb component
95d0904
- feat: add Avatar component.
61a7335
v0.0.6
15 August 2023
- Add gh workflow and changelog (#43)
#44
- fix: 🐛 update test script and release workflow tag pattern
102f807
v0.0.4
13 August 2023
- develop -> main
#16
- chore: 🔧 add eslint and prettier config
03e9c6d
- test: 🧪 add test config & test Tag component
1bbf993
- feat: ✨ add color mapper constants
e1bc3b0
v0.0.3
11 June 2023
- chore: 📦 upgrade storybook dependencies, move react & react-dom to peer deps
7602c43
- refactor: ♻️ add function name to identyfy on profiler
315c243
- chore: 🔧 minify bundle, add include & exclude file to tsconfig
ab5ebf2
v0.0.2
10 June 2023
- feat: ✨ add initial setup
#1
- chore: 📦 add storybook with initial config
042139d
- feat: ✨ add initial Chip component
a26a9d7
- feat: ✨ add initial constants
7fe7902
What's Changed
- add dropdown component by @LogicalAnt in #79
- Add Input component by @LogicalAnt in #84
- Develop -> main by @LogicalAnt in #87
- develop -> main by @LogicalAnt in #89
Full Changelog: v0.4.0...v0.5.0