@codefast/typescript-config 0.2.1 → 0.2.2
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 +483 -0
- package/library.json +5 -0
- package/package.json +5 -3
- package/{react-library.json → react.json} +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,483 @@
|
|
|
1
|
+
# @codefast/typescript-config
|
|
2
|
+
|
|
3
|
+
## 0.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#43](https://github.com/codefastlabs/codefast/pull/43) [`76dcc46`](https://github.com/codefastlabs/codefast/commit/76dcc4658cf76d59da9d096bafc4963acede4a2f) Thanks [@thevuong](https://github.com/thevuong)! - feat(style-guide): convert style-guide to TypeScript
|
|
8
|
+
|
|
9
|
+
## 0.2.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#41](https://github.com/codefastlabs/codefast/pull/41) [`5c9d51e`](https://github.com/codefastlabs/codefast/commit/5c9d51ef34ceefd9e8ccde33aa006cc2bd7d8001) Thanks [@thevuong](https://github.com/thevuong)! - chore: update dependencies to stable versions
|
|
14
|
+
|
|
15
|
+
## 0.2.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#39](https://github.com/codefastlabs/codefast/pull/39) [`84ec2bc`](https://github.com/codefastlabs/codefast/commit/84ec2bcc092930eee7ca11a1dca896e31a8e2b15) Thanks [@thevuong](https://github.com/thevuong)! - feat: add style-guide package with build config
|
|
20
|
+
|
|
21
|
+
## 0.1.62
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#37](https://github.com/codefastlabs/codefast/pull/37) [`76aa08d`](https://github.com/codefastlabs/codefast/commit/76aa08dd12f143223d88d30c72e7b8677e9808fc) Thanks [@thevuong](https://github.com/thevuong)! - feat(day-picker): support start and end month constraints
|
|
26
|
+
|
|
27
|
+
- [#37](https://github.com/codefastlabs/codefast/pull/37) [`abde741`](https://github.com/codefastlabs/codefast/commit/abde741acf18523884da7fd98ed3e8a6379bcac4) Thanks [@thevuong](https://github.com/thevuong)! - fix(day-picker): update role query from 'cell' to 'gridcell'
|
|
28
|
+
|
|
29
|
+
- [#37](https://github.com/codefastlabs/codefast/pull/37) [`00167ec`](https://github.com/codefastlabs/codefast/commit/00167ec8ca7c04911d3c8844c5172f1765aede9f) Thanks [@thevuong](https://github.com/thevuong)! - refactor(style): improve CSS variable formatting
|
|
30
|
+
|
|
31
|
+
- [#37](https://github.com/codefastlabs/codefast/pull/37) [`159cad0`](https://github.com/codefastlabs/codefast/commit/159cad087d43749c03e4630b0ef925f940ff0c6c) Thanks [@thevuong](https://github.com/thevuong)! - feat: add focus-visible style to day-picker dropdown
|
|
32
|
+
|
|
33
|
+
- [#37](https://github.com/codefastlabs/codefast/pull/37) [`5b29cac`](https://github.com/codefastlabs/codefast/commit/5b29cac8d92a4d43f68bec6a42e44af4fb77d301) Thanks [@thevuong](https://github.com/thevuong)! - refactor(day-picker): optimize month and year change handlers
|
|
34
|
+
|
|
35
|
+
- [#37](https://github.com/codefastlabs/codefast/pull/37) [`b8500c8`](https://github.com/codefastlabs/codefast/commit/b8500c886546b177267a9c9a62d9e12c9c969e7f) Thanks [@thevuong](https://github.com/thevuong)! - fix(day-picker): set fixed dimensions for day cells
|
|
36
|
+
|
|
37
|
+
- [#37](https://github.com/codefastlabs/codefast/pull/37) [`0cded46`](https://github.com/codefastlabs/codefast/commit/0cded46e3164e3b702a712421c07e629fdf4af8b) Thanks [@thevuong](https://github.com/thevuong)! - feat(day-picker): add broadcast calendar support
|
|
38
|
+
|
|
39
|
+
## 0.1.61
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- [`43d34dd`](https://github.com/codefastlabs/codefast/commit/43d34ddffc1f721c48ef360998a98049e976262e) Thanks [@thevuong](https://github.com/thevuong)! - fix(config-eslint): broaden file matching patterns
|
|
44
|
+
|
|
45
|
+
## 0.1.60
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- [`d422de9`](https://github.com/codefastlabs/codefast/commit/d422de972b7f2aae7df20d9eeb1c5db6339dfda1) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): add Playwright tests eslint configuration
|
|
50
|
+
|
|
51
|
+
- [`7466b07`](https://github.com/codefastlabs/codefast/commit/7466b075286889ccaa34dbdbf2d2c1245808658d) Thanks [@thevuong](https://github.com/thevuong)! - feat(config-eslint): add Playwright test support
|
|
52
|
+
|
|
53
|
+
## 0.1.59
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- [`bede302`](https://github.com/codefastlabs/codefast/commit/bede302a692913a0d70c8b5b68302c15cac013a7) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): add Jest support and overrides
|
|
58
|
+
|
|
59
|
+
## 0.1.58
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- [`57fed19`](https://github.com/codefastlabs/codefast/commit/57fed1942bd19e7a75ba50c572210ad83ca469a4) Thanks [@thevuong](https://github.com/thevuong)! - chore: update clean scripts across multiple packages
|
|
64
|
+
|
|
65
|
+
## 0.1.57
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- [`86a96d7`](https://github.com/codefastlabs/codefast/commit/86a96d74548becc876bf2e40de56cddb52499b73) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update peerDependency requirements
|
|
70
|
+
|
|
71
|
+
## 0.1.56
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- [`204db1d`](https://github.com/codefastlabs/codefast/commit/204db1d83cea53de279b7e12b3021978eec18283) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): replace @radix-ui/react-icons with lucide-react
|
|
76
|
+
|
|
77
|
+
## 0.1.55
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- [`d3703f0`](https://github.com/codefastlabs/codefast/commit/d3703f03ff67ad6026ca146d8eed8b5d026fefb6) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): simplify ChartConfig type definition
|
|
82
|
+
|
|
83
|
+
## 0.1.54
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- [`5646d66`](https://github.com/codefastlabs/codefast/commit/5646d66a796a7f35bc5cbb073f846303725099b2) Thanks [@thevuong](https://github.com/thevuong)! - chore: update dependencies to latest versions
|
|
88
|
+
|
|
89
|
+
## 0.1.53
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
- [#19](https://github.com/codefastlabs/codefast/pull/19) [`1e15437`](https://github.com/codefastlabs/codefast/commit/1e15437bd5783ae3b1c1b16d2f7d03dbf25ba054) Thanks [@thevuong](https://github.com/thevuong)! - chore: update dependency versions in pnpm-lock.yaml
|
|
94
|
+
|
|
95
|
+
## 0.1.52
|
|
96
|
+
|
|
97
|
+
### Patch Changes
|
|
98
|
+
|
|
99
|
+
- [#15](https://github.com/codefastlabs/codefast/pull/15) [`ca258ee`](https://github.com/codefastlabs/codefast/commit/ca258ee4c88232dad21380091e99a2de6173fc0e) Thanks [@thevuong](https://github.com/thevuong)! - fix(config-eslint): correct Jest configuration for React
|
|
100
|
+
|
|
101
|
+
## 0.1.51
|
|
102
|
+
|
|
103
|
+
### Patch Changes
|
|
104
|
+
|
|
105
|
+
- [#10](https://github.com/codefastlabs/codefast/pull/10) [`6133723`](https://github.com/codefastlabs/codefast/commit/6133723bd7d7545449bbba6dfcb9a569572f7aa6) Thanks [@thevuong](https://github.com/thevuong)! - fix: remove redundant test cases and clarify prop documentation
|
|
106
|
+
|
|
107
|
+
- [#10](https://github.com/codefastlabs/codefast/pull/10) [`a610716`](https://github.com/codefastlabs/codefast/commit/a610716d261dbedbe99ac530438dd21268f3efe0) Thanks [@thevuong](https://github.com/thevuong)! - feat(day-picker): ensure fixed weeks display 42 days consistently
|
|
108
|
+
|
|
109
|
+
- [#10](https://github.com/codefastlabs/codefast/pull/10) [`8a8e12c`](https://github.com/codefastlabs/codefast/commit/8a8e12cec5df96337b5ccd882873f24ae0f8cee7) Thanks [@thevuong](https://github.com/thevuong)! - refactor: simplify useGetModifiers by removing selection states
|
|
110
|
+
|
|
111
|
+
- [#10](https://github.com/codefastlabs/codefast/pull/10) [`4268a1f`](https://github.com/codefastlabs/codefast/commit/4268a1f100562e5ecc6f6bf2d38c7404c405a285) Thanks [@thevuong](https://github.com/thevuong)! - fix: use default locale when custom locale is absent
|
|
112
|
+
|
|
113
|
+
## 0.1.50
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - feat(config): update TypeScript config for modern standards
|
|
118
|
+
|
|
119
|
+
- [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - feat(package): add test and test:watch scripts
|
|
120
|
+
|
|
121
|
+
- [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - refactor: simplify conditional checks in vegas.ts
|
|
122
|
+
|
|
123
|
+
- [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): replace react-day-picker with @codefast-ui/day-picker
|
|
124
|
+
|
|
125
|
+
- [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - feat(config-eslint): add path group for internal test files
|
|
126
|
+
|
|
127
|
+
## 0.1.49
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- feat(tailwind): add custom scrollbar styles
|
|
132
|
+
|
|
133
|
+
## 0.1.48
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- feat(ui): add new Sidebar component
|
|
138
|
+
|
|
139
|
+
## 0.1.47
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- chore: update various package dependencies
|
|
144
|
+
|
|
145
|
+
## 0.1.46
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- feat: add and enhance RadioCards component
|
|
150
|
+
|
|
151
|
+
## 0.1.45
|
|
152
|
+
|
|
153
|
+
### Patch Changes
|
|
154
|
+
|
|
155
|
+
- refactor: replace CardBody with CardContent
|
|
156
|
+
|
|
157
|
+
## 0.1.44
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- chore: remove version range specifiers from dependencies
|
|
162
|
+
|
|
163
|
+
## 0.1.43
|
|
164
|
+
|
|
165
|
+
### Patch Changes
|
|
166
|
+
|
|
167
|
+
- feat(eslint): enforce specific order for import statements
|
|
168
|
+
|
|
169
|
+
## 0.1.42
|
|
170
|
+
|
|
171
|
+
### Patch Changes
|
|
172
|
+
|
|
173
|
+
- refactor: update dependencies and package versions
|
|
174
|
+
|
|
175
|
+
## 0.1.41
|
|
176
|
+
|
|
177
|
+
### Patch Changes
|
|
178
|
+
|
|
179
|
+
- refactor: update imports for clarity and consistency
|
|
180
|
+
|
|
181
|
+
## 0.1.40
|
|
182
|
+
|
|
183
|
+
### Patch Changes
|
|
184
|
+
|
|
185
|
+
- refactor: update CardContent to CardBody for clarity and consistency
|
|
186
|
+
|
|
187
|
+
## 0.1.39
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- feat: improve chart component with new config options
|
|
192
|
+
|
|
193
|
+
## 0.1.38
|
|
194
|
+
|
|
195
|
+
### Patch Changes
|
|
196
|
+
|
|
197
|
+
- feat(config): enforce no-unused rules in TypeScript config
|
|
198
|
+
- feat(ui): add Chart components and Storybook examples
|
|
199
|
+
|
|
200
|
+
## 0.1.37
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- refactor: update styles and simplify DataTableColumnHeader
|
|
205
|
+
- refactor: update checkbox border styles for consistency
|
|
206
|
+
|
|
207
|
+
## 0.1.36
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- fix: update dependencies and lock file for compatibility
|
|
212
|
+
|
|
213
|
+
## 0.1.35
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- Update form layout for better spacing consistency
|
|
218
|
+
|
|
219
|
+
## 0.1.34
|
|
220
|
+
|
|
221
|
+
### Patch Changes
|
|
222
|
+
|
|
223
|
+
- refactor: replace React namespace with individual imports
|
|
224
|
+
- refactor(imports): optimize import order in various files
|
|
225
|
+
- feat: restructure imports and export order in components
|
|
226
|
+
- refactor: reorder import statement in tailwind.config.ts
|
|
227
|
+
- refactor: update imports and type usage for consistency
|
|
228
|
+
- fix: reorder imports in tsup.config.ts for consistency
|
|
229
|
+
- refactor: optimize imports and hooks usage in slideshow
|
|
230
|
+
- fix(hooks): add return type annotation to listener function
|
|
231
|
+
- chore: update import order eslint rule
|
|
232
|
+
- refactor(hooks): refactor hooks and modularize exports
|
|
233
|
+
- fix(peerDependencies): normalize version formats
|
|
234
|
+
|
|
235
|
+
## 0.1.33
|
|
236
|
+
|
|
237
|
+
### Patch Changes
|
|
238
|
+
|
|
239
|
+
- Add chart component to ui package and update dependencies
|
|
240
|
+
|
|
241
|
+
## 0.1.32
|
|
242
|
+
|
|
243
|
+
### Patch Changes
|
|
244
|
+
|
|
245
|
+
- Update UI component styles for consistency
|
|
246
|
+
|
|
247
|
+
## 0.1.31
|
|
248
|
+
|
|
249
|
+
### Patch Changes
|
|
250
|
+
|
|
251
|
+
- Bump TypeScript and other dependencies
|
|
252
|
+
|
|
253
|
+
## 0.1.30
|
|
254
|
+
|
|
255
|
+
### Patch Changes
|
|
256
|
+
|
|
257
|
+
- Update dependency versions to use caret ranges
|
|
258
|
+
|
|
259
|
+
## 0.1.29
|
|
260
|
+
|
|
261
|
+
### Patch Changes
|
|
262
|
+
|
|
263
|
+
- Update Tailwind config for webkit autofill and buttons
|
|
264
|
+
|
|
265
|
+
## 0.1.28
|
|
266
|
+
|
|
267
|
+
### Patch Changes
|
|
268
|
+
|
|
269
|
+
- Update search component input handling
|
|
270
|
+
|
|
271
|
+
## 0.1.27
|
|
272
|
+
|
|
273
|
+
### Patch Changes
|
|
274
|
+
|
|
275
|
+
- Correct refs and improve input component logic
|
|
276
|
+
|
|
277
|
+
## 0.1.26
|
|
278
|
+
|
|
279
|
+
### Patch Changes
|
|
280
|
+
|
|
281
|
+
- Update eslint dependency ranges across packages
|
|
282
|
+
|
|
283
|
+
## 0.1.25
|
|
284
|
+
|
|
285
|
+
### Patch Changes
|
|
286
|
+
|
|
287
|
+
- Move eslint to peerDependencies
|
|
288
|
+
|
|
289
|
+
## 0.1.24
|
|
290
|
+
|
|
291
|
+
### Patch Changes
|
|
292
|
+
|
|
293
|
+
- Add autofill and selection styling to Tailwind config
|
|
294
|
+
|
|
295
|
+
## 0.1.23
|
|
296
|
+
|
|
297
|
+
### Patch Changes
|
|
298
|
+
|
|
299
|
+
- Add SearchInput component
|
|
300
|
+
|
|
301
|
+
## 0.1.22
|
|
302
|
+
|
|
303
|
+
### Patch Changes
|
|
304
|
+
|
|
305
|
+
- Adjust password input element styles
|
|
306
|
+
|
|
307
|
+
## 0.1.21
|
|
308
|
+
|
|
309
|
+
### Patch Changes
|
|
310
|
+
|
|
311
|
+
- Introducing the PasswordInput component
|
|
312
|
+
|
|
313
|
+
## 0.1.20
|
|
314
|
+
|
|
315
|
+
### Patch Changes
|
|
316
|
+
|
|
317
|
+
- Update timeout type and remove @types/node
|
|
318
|
+
|
|
319
|
+
## 0.1.19
|
|
320
|
+
|
|
321
|
+
### Patch Changes
|
|
322
|
+
|
|
323
|
+
- Add bugs URL and update dependencies
|
|
324
|
+
|
|
325
|
+
## 0.1.18
|
|
326
|
+
|
|
327
|
+
### Patch Changes
|
|
328
|
+
|
|
329
|
+
- Improve various component styles
|
|
330
|
+
|
|
331
|
+
## 0.1.17
|
|
332
|
+
|
|
333
|
+
### Patch Changes
|
|
334
|
+
|
|
335
|
+
- Enhances the TypeScript configuration by adding a plugin to insert "use client" directives for client libraries
|
|
336
|
+
|
|
337
|
+
## 0.1.16
|
|
338
|
+
|
|
339
|
+
### Patch Changes
|
|
340
|
+
|
|
341
|
+
- Remove 'use client' directive from components
|
|
342
|
+
|
|
343
|
+
## 0.1.15
|
|
344
|
+
|
|
345
|
+
### Patch Changes
|
|
346
|
+
|
|
347
|
+
- Restructure primitive package into separate modules
|
|
348
|
+
|
|
349
|
+
## 0.1.14
|
|
350
|
+
|
|
351
|
+
### Patch Changes
|
|
352
|
+
|
|
353
|
+
- Update dependencies across multiple packages
|
|
354
|
+
|
|
355
|
+
## 0.1.13
|
|
356
|
+
|
|
357
|
+
### Patch Changes
|
|
358
|
+
|
|
359
|
+
- Refactor button icon handling and standardize component styles
|
|
360
|
+
- Update icon imports to new naming convention
|
|
361
|
+
- Remove shadow classes and unused variant styles
|
|
362
|
+
- Clean up component classNames and standardize naming
|
|
363
|
+
- Update Separator component margins and change color to muted
|
|
364
|
+
- Enhance UI components with tooltip, shape, and size refinements
|
|
365
|
+
- Modularize hover-card styles with Tailwind Variants
|
|
366
|
+
- Add lodash library and adjust form error handling
|
|
367
|
+
- Update dependencies and ESLint configs across multiple packages
|
|
368
|
+
|
|
369
|
+
## 0.1.12
|
|
370
|
+
|
|
371
|
+
### Patch Changes
|
|
372
|
+
|
|
373
|
+
- Rename `react` folder to `components`
|
|
374
|
+
|
|
375
|
+
## 0.1.11
|
|
376
|
+
|
|
377
|
+
### Patch Changes
|
|
378
|
+
|
|
379
|
+
- Add primitive package
|
|
380
|
+
|
|
381
|
+
## 0.1.10
|
|
382
|
+
|
|
383
|
+
### Patch Changes
|
|
384
|
+
|
|
385
|
+
- Utilize buttonVariants across components
|
|
386
|
+
|
|
387
|
+
## 0.1.9
|
|
388
|
+
|
|
389
|
+
### Patch Changes
|
|
390
|
+
|
|
391
|
+
- Add AccordionIcon component and update icons
|
|
392
|
+
|
|
393
|
+
## 0.1.8
|
|
394
|
+
|
|
395
|
+
### Patch Changes
|
|
396
|
+
|
|
397
|
+
- Remove unused color definitions
|
|
398
|
+
|
|
399
|
+
## 0.1.7
|
|
400
|
+
|
|
401
|
+
### Patch Changes
|
|
402
|
+
|
|
403
|
+
- Wrap children and icon in fragment
|
|
404
|
+
|
|
405
|
+
## 0.1.6
|
|
406
|
+
|
|
407
|
+
### Patch Changes
|
|
408
|
+
|
|
409
|
+
- Add size and variant props to dialog components
|
|
410
|
+
|
|
411
|
+
## 0.1.5
|
|
412
|
+
|
|
413
|
+
### Patch Changes
|
|
414
|
+
|
|
415
|
+
- Adjust input outline offset to improve focus state
|
|
416
|
+
|
|
417
|
+
## 0.1.4
|
|
418
|
+
|
|
419
|
+
### Patch Changes
|
|
420
|
+
|
|
421
|
+
- Center align separator default variant
|
|
422
|
+
|
|
423
|
+
## 0.1.3
|
|
424
|
+
|
|
425
|
+
### Patch Changes
|
|
426
|
+
|
|
427
|
+
- Add SeparatorItem component and variant support
|
|
428
|
+
|
|
429
|
+
## 0.1.2
|
|
430
|
+
|
|
431
|
+
### Patch Changes
|
|
432
|
+
|
|
433
|
+
- Add useStateParams hook and refactor useMutationObserver
|
|
434
|
+
|
|
435
|
+
## 0.1.1
|
|
436
|
+
|
|
437
|
+
### Patch Changes
|
|
438
|
+
|
|
439
|
+
- Adjust calendar button and layout styles
|
|
440
|
+
|
|
441
|
+
## 0.1.0
|
|
442
|
+
|
|
443
|
+
### Minor Changes
|
|
444
|
+
|
|
445
|
+
- Update dependencies across multiple packages
|
|
446
|
+
|
|
447
|
+
## 0.0.2
|
|
448
|
+
|
|
449
|
+
### Patch Changes
|
|
450
|
+
|
|
451
|
+
- Add InputNumber component and update Calendar styles
|
|
452
|
+
|
|
453
|
+
## 0.0.1
|
|
454
|
+
|
|
455
|
+
### Patch Changes
|
|
456
|
+
|
|
457
|
+
- Rename typescript-config package to config-typescript
|
|
458
|
+
|
|
459
|
+
# @codefast/typescript-config
|
|
460
|
+
|
|
461
|
+
## 0.0.4
|
|
462
|
+
|
|
463
|
+
### Patch Changes
|
|
464
|
+
|
|
465
|
+
- Add Tailwind config package
|
|
466
|
+
|
|
467
|
+
## 0.0.3
|
|
468
|
+
|
|
469
|
+
### Patch Changes
|
|
470
|
+
|
|
471
|
+
- Replace a cva library with tailwind-variants
|
|
472
|
+
|
|
473
|
+
## 0.0.2
|
|
474
|
+
|
|
475
|
+
### Patch Changes
|
|
476
|
+
|
|
477
|
+
- Reorganize TypeScript configuration files
|
|
478
|
+
|
|
479
|
+
## 0.0.1
|
|
480
|
+
|
|
481
|
+
### Patch Changes
|
|
482
|
+
|
|
483
|
+
- Initial release
|
package/library.json
ADDED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/typescript-config",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/codefastlabs/codefast/issues"
|
|
6
6
|
},
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/codefastlabs/codefast",
|
|
9
|
+
"url": "https://github.com/codefastlabs/codefast.git",
|
|
10
10
|
"directory": "packages/typescript-config"
|
|
11
11
|
},
|
|
12
12
|
"license": "MIT",
|
|
@@ -14,8 +14,10 @@
|
|
|
14
14
|
"sideEffects": false,
|
|
15
15
|
"files": [
|
|
16
16
|
"base.json",
|
|
17
|
+
"library.json",
|
|
17
18
|
"nextjs.json",
|
|
18
|
-
"react
|
|
19
|
+
"react.json",
|
|
20
|
+
"CHANGELOG.md"
|
|
19
21
|
],
|
|
20
22
|
"publishConfig": {
|
|
21
23
|
"access": "public"
|