Commit 14123a4
committed
feat(cli): add CLI commands for SCSS generation, info retrieval, and migration tasks
- Introduced new regex patterns for web and React tags in types.ts.
- Added comprehensive tests for CLI commands including generate-scss, info, and migrate.
- Implemented end-to-end migration tests to validate task execution and project compilation.
- Created various task tests for handling dependencies, renaming properties, and updating configurations.
- Enhanced task runner to manage task execution and status reporting.
- Updated package.json and publiccode.yml for versioning and release date adjustments.File tree
111 files changed
+2107
-213
lines changed- .github/workflows
- packages
- adapters
- angular
- v17
- v18
- v19
- v20
- hydrate
- preact
- react-standalone
- react
- solid
- vue
- components
- src
- components
- card
- combobox
- form
- input-checkbox
- input-color
- input-date
- input-email
- input-file
- input-number
- input-password
- input-radio
- input-range
- input-text
- kolibri
- link
- modal
- pagination
- select
- test
- __snapshots__
- single-select
- spin
- table-stateless
- textarea
- toaster
- version
- functional-component-wrappers
- CheckboxStateWrapper
- FieldControlStateWrapper
- FormFieldStateWrapper
- InputContainerStateWrapper
- InputStateWrapper
- RadioStateWrapper
- SelectStateWrapper
- TextAreaStateWrapper
- functional-components
- AlertIcon
- Alert
- Collapsible
- CustomSuggestionsToggle
- FormFieldCounter
- inputs/_types
- global
- locales
- schema/components
- styles
- samples/react
- src
- components
- select/partials
- split-button
- scenarios/appointment-form
- test-tag-name-transformer/snapshots/theme-default
- themes
- default
- snapshots/theme-default
- ecl
- tools
- kolibri-cli
- src
- info
- migrate
- test
- visual-tests
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+2107
-213
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | | - | |
13 | | - | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
233 | 237 | | |
234 | 238 | | |
235 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments