-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate component framework to Lit #10310
Labels
4 - verified
Issues that have been released and confirmed resolved.
estimate - 8
Requires input from team, consider smaller steps.
p - high
Issue should be addressed in the current milestone, impacts component or core functionality
tooling
Issues relating to build system fixes or improvements.
Milestone
Comments
jcfranco
added
tooling
Issues relating to build system fixes or improvements.
0 - new
New issues that need assignment.
needs triage
Planning workflow - pending design/dev review.
labels
Sep 13, 2024
github-actions
bot
added
the
p - high
Issue should be addressed in the current milestone, impacts component or core functionality
label
Sep 13, 2024
geospatialem
added
estimate - 8
Requires input from team, consider smaller steps.
and removed
needs triage
Planning workflow - pending design/dev review.
labels
Sep 13, 2024
6 tasks
jcfranco
added
2 - in development
Issues that are actively being worked on.
0 - new
New issues that need assignment.
1 - assigned
Issues that are assigned to a sprint and a team member.
and removed
0 - new
New issues that need assignment.
2 - in development
Issues that are actively being worked on.
labels
Sep 14, 2024
6 tasks
This was referenced Sep 16, 2024
This was referenced Sep 25, 2024
5 tasks
5 tasks
This was referenced Nov 4, 2024
jcfranco
added a commit
that referenced
this issue
Nov 4, 2024
…rop`, `require-event-emitter-type` rules BREAKING CHANGES: The following deprecated rules from `@esri/eslint-plugin-calcite-components` have been removed due to changes introduced in #10310: * `ban-props-on-host` * `enforce-ref-last-prop` * `require-event-emitter-type` Developers should either remain on the current version or remove these rules from their ESLint configuration to avoid potential issues.
This was referenced Nov 4, 2024
jcfranco
added a commit
that referenced
this issue
Nov 4, 2024
…rop`, `require-event-emitter-type` rules (#10679) **Related Issue:** #10398 ## Summary Remove deprecated custom ESLint rules. BREAKING CHANGE: The following deprecated rules from `@esri/eslint-plugin-calcite-components` have been removed due to changes introduced in #10310: * `ban-props-on-host` * `enforce-ref-last-prop` * `require-event-emitter-type` Developers should either remain on the current version or remove these rules from their ESLint configuration to avoid potential issues.
This was referenced Nov 13, 2024
jcfranco
added a commit
that referenced
this issue
Nov 15, 2024
**Related Issue:** #10310, #10481, #10399, #10405, #10491, #10434, #10495, #9260 ## Noteworthy changes * components are now Lit-based * removed `@storybook/test` and `@storybook/addon-interactions` as these were not being actively used * React deps bumped to v18 * Added default `scale` value to: * `action-bar` * `action-group` * `action-menu` * `action-pad` * Path of extras will change to the following: * `/dist/extras/vscode-data.json` ➡️ `/dist/docs/vscode.html-custom-data.json` * backwards-compatible version is preserved to not break Intellisense [described in the doc](https://developers.arcgis.com/calcite-design-system/resources/frameworks/#visual-studio-intellisense) * `/dist/extras/docs-json.json` ➡️ `/dist/docs/docs.json` (internal) * `/dist/extras/translations-json.json` ➡️ `/dist/docs/translations.json` (internal) * `/dist/extras/docs-json.d.ts` ❌ (removed, internal) BREAKING CHANGE: * for a consistent development experience, components now convert `null` to `undefined`, so developers will need to update code with strict null checks * removed the following `@esri/eslint-plugin-calcite-components` rules as they are no longer valid: * `ban-props-on-host` * `enforce-ref-last-prop` * `require-event-emitter-type` --------- Co-authored-by: JC Franco <[email protected]> Co-authored-by: Ben Elan <[email protected]> Co-authored-by: Calcite Admin <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jcfranco
added
the
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
label
Nov 15, 2024
github-actions
bot
removed
the
2 - in development
Issues that are actively being worked on.
label
Nov 15, 2024
Installed and assigned for verification. |
Verified 🔥 |
geospatialem
added
4 - verified
Issues that have been released and confirmed resolved.
and removed
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
labels
Nov 18, 2024
This was referenced Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - verified
Issues that have been released and confirmed resolved.
estimate - 8
Requires input from team, consider smaller steps.
p - high
Issue should be addressed in the current milestone, impacts component or core functionality
tooling
Issues relating to build system fixes or improvements.
Priority impact
p - high
Summary
Migrating to Lit will enable us to leverage key features that will streamline development and improve our overall workflow.
Blocked issues: #8249, #220, #8307, #9057, #9090, #10038, #10237, #10263, #9089, #7631, #9494, #10399, #10423, #10422, #10376, #991, #10619, #10227, #9260
Desired Outcome
Components are fully Lit-based.
Resources
No response
Related
#10356
#10352
#10344
#8073 (comment) (might address potential bug)
The text was updated successfully, but these errors were encountered: