Skip to content
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 to Vue3 #59

Merged
merged 7 commits into from
Jan 14, 2024
Merged

Migrate to Vue3 #59

merged 7 commits into from
Jan 14, 2024

Conversation

kinow
Copy link
Member

@kinow kinow commented Jan 12, 2024

Closes #51

Cannot resolve the issue #53 as we have a slot with one or multiple elements, and we have no easy way to retrieve each element and “teleport” it to its right destination.

  • Migrate to vite
  • Move to Vue3
  • Fix migration incompatibilities
  • Make it render the tabs again
  • Make it work with the custom tab name
  • Fix tests
  • Update documentation

@kinow kinow self-assigned this Jan 12, 2024
@kinow kinow force-pushed the vue3 branch 5 times, most recently from bb11724 to 12beaa9 Compare January 14, 2024 00:38
@kinow kinow added this to the 1.2.0 milestone Jan 14, 2024
@kinow
Copy link
Member Author

kinow commented Jan 14, 2024

Half way there. Unit tests passing, just setting up Cypress again, then will have to fix the e2e test, and finally make the tabs custom name work (or remove that feature… 🤔 😓 )

@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (6b7fe91) 47.05% compared to head (ef65b65) 97.82%.

Files Patch % Lines
src/App.vue 83.33% 0 Missing and 1 partial ⚠️
src/components/Lumino.vue 96.87% 0 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #59       +/-   ##
===========================================
+ Coverage   47.05%   97.82%   +50.76%     
===========================================
  Files           2        6        +4     
  Lines          51       92       +41     
  Branches        1        8        +7     
===========================================
+ Hits           24       90       +66     
+ Misses         27        0       -27     
- Partials        0        2        +2     
Flag Coverage Δ
e2e 97.82% <95.00%> (?)
unittests 31.52% <27.50%> (-15.54%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -78,7 +78,7 @@ describe('Lumino component', () => {
.should('be.visible')
// SVG element is used only in the ColoredCircle component
cy.get('svg')
.should('not.be.visible')
.should('not.exist')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kinow kinow force-pushed the vue3 branch 2 times, most recently from 69c1e7e to f790512 Compare January 14, 2024 11:38
@kinow kinow marked this pull request as ready for review January 14, 2024 11:57
@kinow kinow merged commit ed25565 into master Jan 14, 2024
2 checks passed
@kinow kinow deleted the vue3 branch January 14, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Vue3
2 participants