v0.2.0
What's Changed
- feat(ui): Add basic UI scaffolding by @lordrip in #2
- fix(build): Fix yarn install warnings by @lordrip in #3
- feat: Add camel catalog and schema by @igarashitm in #1
- chore(docs): Add README.md files for Components and Pages by @lordrip in #9
- feat(components): Add components catalog by @lordrip in #10
- Use https instead of http by @apupier in #12
- Fix small typos by @apupier in #13
- Remove unused deprecated
inheritBydefault
Mojo annotation attribute by @apupier in #14 - Avoid duplicating parent groupId in pom.xml by @apupier in #15
- Basic cypress e2e configuration by @tplevko in #22
- feat(catalog): Incorporate catalog feedback by @lordrip in #23
- chore(deps): update yarn to v3.6.2 by @renovate in #35
- chore(deps): update dependency lint-staged to v14 by @renovate in #33
- chore(deps): update dependency @types/react to v18.2.20 by @renovate in #25
- chore(deps): update dependency @testing-library/jest-dom to v6 by @renovate in #29
- chore(deps): update dependency eslint-config-prettier to v9 by @renovate in #30
- chore(deps): update dependency maven to v3.9.4 by @renovate in #28
- chore(deps): update apache-camel monorepo to v4.0.0 by @renovate in #31
- fix(deps): update dependency io.fabric8:kubernetes-model to v6.8.1 by @renovate in #32
- feat(SchemaSelector): Add SchemaSelector component by @lordrip in #38
- chore: Refactor Camel Catalog index.json file by @lordrip in #39
- fix(gh-40): Make catalog filter case insensitive and use also title by @mkralik3 in #41
- chore(deps): update dependency @types/react to v18.2.21 by @renovate in #42
- feat(camel-entities): Camel entities store model by @lordrip in #44
- chore(visualization): Initial scaffolding for viz components by @lordrip in #43
- Create CODE_OF_CONDUCT.md by @eerkmen in #46
- Create SECURITY.md by @eerkmen in #47
- Create CONTRIBUTING.md by @eerkmen in #48
- chore(deps): update yarn to v3.6.3 by @renovate in #50
- create pull_request_template.md by @eerkmen in #49
- Component details in the Catalog by @mkralik3 in #37
- feat(viz): Add initial scaffolding for the Visualization component by @lordrip in #52
- feat(camel-catalog): export Typescript definitions from Camel Schemas by @lordrip in #56
- Comprehensive README Refactoring for Improved Usability by @eerkmen in #57
- Improve catalog properties modal tables by @mkralik3 in #55
- chore: format files by @lordrip in #62
- Add basic storybook conf and stories by @tplevko in #59
- chore(viz): Introduce visualization-node class by @lordrip in #64
- chore(deps): update dependency cypress to v13 by @renovate in #58
- Add chromatic token to the GH workflow by @tplevko in #65
- feat(viz): Use @patternfly/react-topology to render a route by @lordrip in #68
- Add navigation stories to storybook by @tplevko in #67
- fix: Remove kebab-case YAML schema in favor of camelCase one by @igarashitm in #71
- fix(gh-61): Get class name from fully qualified name by @mkralik3 in #72
- chore(deps): update actions/checkout action to v4 by @renovate in #83
- chore(deps): update dependency chromatic to v7 by @renovate in #84
- feat(gh-60): Extend Catalog API properties table by @mkralik3 in #82
- Update README.md by @lordrip in #90
- chore(code-editor): Add dependencies for the Code Editor by @lordrip in #92
- fix(gh-86): Background is not scrollable by @mkralik3 in #87
- chore: Use 4.1.0-SNAPSHOT Camel YAML DSL schema by @igarashitm in #94
- fix: Replace rm with rimraf to clean dist folder by @lordrip in #99
- Add gh pages workflow by @tplevko in #104
- feat(code-editor): first iteration of the SourceCode editor by @lordrip in #97
- fix(build): Load camel catalog in GitHub pages by @lordrip in #105
- fix: Camel K CRD file extraction fails by @igarashitm in #107
- fix(build): Build errors with node v20 by @lordrip in #116
- fix(build): Load Camel YAML schema in non root base path by @lordrip in #118
- feat(gh-91): Offer a list view for the Catalog by @mkralik3 in #95
- chore(deps): update dependency org.apache.camel.kamelets:camel-kamelets to v4.0.0 by @renovate in #114
- feat(gh-115): Tag filtering in catalog by @mkralik3 in #120
- feat(gh-111) BaseVisualCamelEntity for KameletBinding by @tplevko in #122
- feat(toolbar): Add GitHub project link by @lordrip in #123
- fix(build): Windows build by @lordrip in #124
- chore: Expose internal components through dedicated entrypoint by @lordrip in #125
- chore(styles): export styles for external consumers by @lordrip in #127
- chore: remove reactflow by @lordrip in #128
- chore(deps): update dependency @types/react to v18.2.22 by @renovate in #129
- fix(gh-119) better way to refresh the Canvas component by @tplevko in #130
- feat(viz): Add canvas sidebar by @lordrip in #134
- fix chromatic - add lib build in the workflow by @tplevko in #133
- Update README.md by @lordrip in #139
- feat(gh_112) - BaseVisualCamelEntity for Pipe by @tplevko in #140
- fix: Create sub schemas for each top properties by @igarashitm in #144
- fix: Fails to load camel schema files by @igarashitm in #146
- fix: Let UI use maven generated YAML DSL sub schema by @igarashitm in #148
- chore(uniforms-patternfly): Port @kie-tools/uniforms-patternfly by @lordrip in #143
- feat(canvas): Configure steps - first iteration by @lordrip in #142
- fix: Put schema files into a Map to allow direct access with a schema… by @igarashitm in #151
- chore(deps): update dependency @types/testing-library__react to v10 by @renovate in #155
- feat(form): Connect FormSelectOption to enum fields by @lordrip in #156
- chore(deps): update react monorepo to v18 (major) by @renovate in #160
- chore(deps): update dependency webpack-cli to v5 by @renovate in #159
- Restrict chromatic to run only on PR to main by @tplevko in #150
- chore(deps): update dependency @types/react to v18.2.23 by @renovate in #157
- chore(deps): update dependency rimraf to v5 by @renovate in #158
- chore(build): Build chromatic upon push to main by @lordrip in #161
- feat(viz): Update Source Code using the config form by @lordrip in #162
- chore(ui): Remove direct catalog usage by @lordrip in #163
- fix(code): Remove phantom array and define parameter property by @lordrip in #164
- fix(build): Fix build issues by @lordrip in #167
- feat(Beans): Port Bean Configuration UI by @igarashitm in #166
- chore(uniforms-patternfly): Remove library by @lordrip in #171
- chore(deps): update dependency org.apache.camel.kamelets:camel-kamelets to v4.0.1 by @renovate in #169
- chore(versioning): Setup lerna-lite by @lordrip in #173
- fix(version): Provide publish command ar root workspace by @lordrip in #174
- fix(lerna-lite): Remove useWorkspaces option by @lordrip in #175
- fix(deployment): Remove --recursive flag from build args by @lordrip in #176
- fix(lerna-lite) Provide @lerna-lite/cli as dependency by @lordrip in #178
- chore(deps): update yarn to v3.6.4 by @renovate in #183
- feat(CodeEditor): Changing schemas based on the content by @mmelko in #172
- feat(versioning): Version and publish workflow by @lordrip in #185
- feat: Configure KameletBinding & Pipe properties by @igarashitm in #180
- fix: Do not make KameletBinding/Pipe an array by @igarashitm in #187
- chore(deps): update dependency maven to v3.9.5 by @renovate in #189
- fix(deps): update dependency org.apache.maven:maven-plugin-api to v3.9.5 by @renovate in #191
- chore(deps): Update dependencies by @lordrip in #194
- feat(version): Create a pull request for the release process by @lordrip in #195
- fix(schemas): Load the schemas in parallel by @lordrip in #196
- chore(release): publish by @github-actions in #197
- fix(publishing): Set access:public for @kaoto-next/ui by @lordrip in #198
- chore(release): publish by @github-actions in #199
New Contributors
- @lordrip made their first contribution in #2
- @igarashitm made their first contribution in #1
- @apupier made their first contribution in #12
- @tplevko made their first contribution in #22
- @renovate made their first contribution in #35
- @mkralik3 made their first contribution in #41
- @eerkmen made their first contribution in #46
- @mmelko made their first contribution in #172
- @github-actions made their first contribution in #197
Full Changelog: https://github.com/KaotoIO/kaoto-next/commits/v0.2.0