File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.4.0 (2025-02-23)
2+
3+ ### 🚀 Features
4+
5+ - ** stepper:** added basic Stepper component ([ d23cc60] ( https://github.com/radix-ng/origin-ui/commit/d23cc60 ) )
6+ - ** stepper:** added loading Stepper component ([ 587a642] ( https://github.com/radix-ng/origin-ui/commit/587a642 ) )
7+ - ** stepper:** added vertical Stepper examples ([ 0a32cfa] ( https://github.com/radix-ng/origin-ui/commit/0a32cfa ) )
8+ - ** stepper:** added Stepper with labels and StepperTitle ([ 2ec24e7] ( https://github.com/radix-ng/origin-ui/commit/2ec24e7 ) )
9+ - ** stepper:** added Stepper with description ([ 24dba42] ( https://github.com/radix-ng/origin-ui/commit/24dba42 ) )
10+ - ** table:** added based table ([ 9879f38] ( https://github.com/radix-ng/origin-ui/commit/9879f38 ) )
11+ - ** table:** updated examples ([ d351606] ( https://github.com/radix-ng/origin-ui/commit/d351606 ) )
12+ - ** table:** added TanStack Table example ([ f7bd397] ( https://github.com/radix-ng/origin-ui/commit/f7bd397 ) )
13+
14+ ### ❤️ Thank You
15+
16+ - Oleg Pimenov @pimenovoleg
17+
118## 0.3.0 (2025-02-10)
219
320### 🚀 Features
Original file line number Diff line number Diff line change 1+ ## 0.4.0 (2025-02-23)
2+
3+ ### 🚀 Features
4+
5+ - ** table:** added TanStack Table example ([ f7bd397] ( https://github.com/radix-ng/origin-ui/commit/f7bd397 ) )
6+ - ** table:** added based table ([ 9879f38] ( https://github.com/radix-ng/origin-ui/commit/9879f38 ) )
7+ - ** stepper:** added Stepper with description ([ 24dba42] ( https://github.com/radix-ng/origin-ui/commit/24dba42 ) )
8+ - ** stepper:** added Stepper with labels and StepperTitle ([ 2ec24e7] ( https://github.com/radix-ng/origin-ui/commit/2ec24e7 ) )
9+ - ** stepper:** added loading Stepper component ([ 587a642] ( https://github.com/radix-ng/origin-ui/commit/587a642 ) )
10+ - ** stepper:** added basic Stepper component ([ d23cc60] ( https://github.com/radix-ng/origin-ui/commit/d23cc60 ) )
11+
12+ ### ❤️ Thank You
13+
14+ - Oleg Pimenov @pimenovoleg
15+
116## 0.3.0 (2025-02-10)
217
318### 🚀 Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @origin-ui/components" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "license" : " MIT" ,
55 "publishConfig" : {
66 "access" : " public"
Original file line number Diff line number Diff line change 6565 "@origin-ui/components/slider" : [
6666 " packages/components/slider/index.ts"
6767 ],
68- "@origin-ui/components/stepper" : [
69- " packages/components/stepper/index.ts"
70- ],
7168 "@origin-ui/components/sonner" : [
7269 " packages/components/sonner/index.ts"
7370 ],
71+ "@origin-ui/components/stepper" : [
72+ " packages/components/stepper/index.ts"
73+ ],
7474 "@origin-ui/components/switch" : [
7575 " packages/components/switch/index.ts"
7676 ],
77- "@origin-ui/components/tabs" : [
78- " packages/components/tabs/index.ts"
79- ],
8077 "@origin-ui/components/table" : [
8178 " packages/components/table/index.ts"
8279 ],
80+ "@origin-ui/components/tabs" : [
81+ " packages/components/tabs/index.ts"
82+ ],
8383 "@origin-ui/components/textarea" : [
8484 " packages/components/textarea/index.ts"
8585 ],
You can’t perform that action at this time.
0 commit comments