@codefast/typescript-config 0.2.34 → 0.2.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @codefast/typescript-config
|
|
2
2
|
|
|
3
|
+
## 0.2.36
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`eda67fa`](https://github.com/codefastlabs/codefast/commit/eda67fa85bd40b0972f97c7e9951d045282f9cd8) Thanks [@thevuong](https://github.com/thevuong)! - refactor(context): improve naming consistency and update types
|
|
8
|
+
|
|
9
|
+
- [`0195abd`](https://github.com/codefastlabs/codefast/commit/0195abdc354c5239917a4ec300bad6a40c0f03c2) Thanks [@thevuong](https://github.com/thevuong)! - fix: correct usage of OTPInputContext and update demo layout
|
|
10
|
+
|
|
11
|
+
- [`1a41b21`](https://github.com/codefastlabs/codefast/commit/1a41b213802212fa4172c8ae58b1700f0bf7c851) Thanks [@thevuong](https://github.com/thevuong)! - feat(chart): integrate Radix context for scoping support
|
|
12
|
+
|
|
13
|
+
- [`79f3ff6`](https://github.com/codefastlabs/codefast/commit/79f3ff65d20740058a93ee2612cc4629f2a9b17e) Thanks [@thevuong](https://github.com/thevuong)! - refactor(sidebar): introduce named context for useSidebar
|
|
14
|
+
|
|
15
|
+
## 0.2.35
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`38059a0`](https://github.com/codefastlabs/codefast/commit/38059a0c612bd20d24a8b5d62ec554f766f081f8) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): add overflow-auto to Card component
|
|
20
|
+
|
|
21
|
+
- [`31f2eff`](https://github.com/codefastlabs/codefast/commit/31f2effff5297e3b61ca1dfa90aa4f3c24ed8933) Thanks [@thevuong](https://github.com/thevuong)! - fix(styles): adjust focus and hover states for components
|
|
22
|
+
|
|
23
|
+
- [`5461ba3`](https://github.com/codefastlabs/codefast/commit/5461ba3f9e186d6dc0c15c38f6cc74c555d368ce) Thanks [@thevuong](https://github.com/thevuong)! - feat(sidebar): add ScrollArea for enhanced scrolling support
|
|
24
|
+
|
|
25
|
+
- [`a8ab854`](https://github.com/codefastlabs/codefast/commit/a8ab854a75318f79c0dd1c3a18a1002c3a001d56) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): add ProgressCircle component
|
|
26
|
+
|
|
27
|
+
- [`0c5137b`](https://github.com/codefastlabs/codefast/commit/0c5137bd5d0ee346cf5db9862f63df0832a18a7d) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): remove ScrollArea from SidebarContent
|
|
28
|
+
|
|
29
|
+
- [`7216a02`](https://github.com/codefastlabs/codefast/commit/7216a02b138d17d070132743a17ab43a39881bb6) Thanks [@thevuong](https://github.com/thevuong)! - fix(tabs): update text color and hover behavior
|
|
30
|
+
|
|
31
|
+
- [`92e71e9`](https://github.com/codefastlabs/codefast/commit/92e71e9a6a6651c2f77487710d7edffe1c260051) Thanks [@thevuong](https://github.com/thevuong)! - fix(ui): remove invalid class from CommandShortcut component
|
|
32
|
+
|
|
33
|
+
- [`26b2004`](https://github.com/codefastlabs/codefast/commit/26b2004021d5c0bac904d6e4daeafd23276dc3d3) Thanks [@thevuong](https://github.com/thevuong)! - feat(sidebar): update state management for setOpenMobile
|
|
34
|
+
|
|
3
35
|
## 0.2.34
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|