@codefast/typescript-config 0.2.37 → 0.2.39

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.2.39
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0911a4c`](https://github.com/codefastlabs/codefast/commit/0911a4c9cc58d394206df6b18ecefc201ad83cd1) Thanks [@thevuong](https://github.com/thevuong)! - feat(hooks): add null handling to useAnimatedValue targetValue
8
+
9
+ - [`8e9cdc2`](https://github.com/codefastlabs/codefast/commit/8e9cdc2db1572b18570084ec4a76f17f3c9aab55) Thanks [@thevuong](https://github.com/thevuong)! - feat(progress-circle): add indeterminate state and threshold styles
10
+
11
+ - [`58daa32`](https://github.com/codefastlabs/codefast/commit/58daa321e51c725624a19e59a5bda41834d7b463) Thanks [@thevuong](https://github.com/thevuong)! - feat(progress-circle): enhance typing and props structure
12
+
13
+ - [`3d6470f`](https://github.com/codefastlabs/codefast/commit/3d6470fec3a3acd96d7795e89069ca94ba2b4a81) Thanks [@thevuong](https://github.com/thevuong)! - feat: add tests for CheckboxGroup, cn utility, ProgressCircle, and InputNumber
14
+
15
+ - [`5920b4c`](https://github.com/codefastlabs/codefast/commit/5920b4c85ff219ea9d3924e5da319b06b7106729) Thanks [@thevuong](https://github.com/thevuong)! - feat(input-number): add uncontrolled mode with defaultValue support
16
+
17
+ - [`1bf8d9c`](https://github.com/codefastlabs/codefast/commit/1bf8d9c0b4b5ef2d30bb26ab71c339c634da7164) Thanks [@thevuong](https://github.com/thevuong)! - feat(logger): add new log levels and enhance structure
18
+
19
+ - [`c516d79`](https://github.com/codefastlabs/codefast/commit/c516d793780691a85250d2f4d42ff8cf28116148) Thanks [@thevuong](https://github.com/thevuong)! - feat: rename InputItem to InputField for consistency
20
+
21
+ - [`a3742f9`](https://github.com/codefastlabs/codefast/commit/a3742f97062a1f1b3b884287ce6695ebd91f731c) Thanks [@thevuong](https://github.com/thevuong)! - feat(testing): add Jest setup and config to primitives
22
+
23
+ ## 0.2.38
24
+
25
+ ### Patch Changes
26
+
27
+ - [`f831e9b`](https://github.com/codefastlabs/codefast/commit/f831e9b915489606595a683acba01fc6dc9f1b6d) Thanks [@thevuong](https://github.com/thevuong)! - feat(checkbox-group): prevent unchecking last item if required
28
+
29
+ - [`2f367ff`](https://github.com/codefastlabs/codefast/commit/2f367ff7584f1c3d37268d6915b28d30bff79d43) Thanks [@thevuong](https://github.com/thevuong)! - feat(input-number): enhance keyboard and button interaction
30
+
31
+ - [`cc8c44c`](https://github.com/codefastlabs/codefast/commit/cc8c44c992f799131384b2c8a398a55d2d4bc300) Thanks [@thevuong](https://github.com/thevuong)! - refactor(progress-circle): simplify props and improve typings
32
+
33
+ - [`b3fb8b0`](https://github.com/codefastlabs/codefast/commit/b3fb8b0788dcabc26eb7e1464a6d8a1da7b7cb9f) Thanks [@thevuong](https://github.com/thevuong)! - fix(input): prevent focus flicker and improve click handling
34
+
3
35
  ## 0.2.37
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.37",
3
+ "version": "0.2.39",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },