-
Notifications
You must be signed in to change notification settings - Fork 93
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
[next] Allow writing components using Typescript and provide type definitions for NcButton
#4525
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
susnux
added
enhancement
New feature or request
3. to review
Waiting for reviews
vue 3
Related to the vue 3 migration
labels
Sep 14, 2023
ShGKme
reviewed
Sep 14, 2023
ShGKme
reviewed
Sep 14, 2023
BTW currently the vue3 eslint config is a bit outdated, so there is no typescript config as for the vue2 config. So eslint fails currently. |
susnux
added
2. developing
Work in progress
and removed
3. to review
Waiting for reviews
labels
Sep 14, 2023
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
from
September 17, 2023 12:31
2daf268
to
e06994e
Compare
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
from
September 25, 2023 15:08
e06994e
to
265abd0
Compare
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
3 times, most recently
from
November 1, 2023 00:58
d14f470
to
1045b48
Compare
susnux
added
3. to review
Waiting for reviews
and removed
2. developing
Work in progress
labels
Nov 1, 2023
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
from
November 1, 2023 02:16
1045b48
to
ed434f7
Compare
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
from
November 1, 2023 13:01
ed434f7
to
f0e9b1d
Compare
raimund-schluessler
approved these changes
Nov 1, 2023
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
2 times, most recently
from
November 2, 2023 02:29
0a260b2
to
4f07eb1
Compare
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
3 times, most recently
from
December 21, 2023 16:50
35ce4e0
to
36a8003
Compare
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
from
December 21, 2023 17:02
36a8003
to
e673896
Compare
Rebased and solved some issues after all components were migrated to Vue 3. So I would say this is ready for reviews :) |
ShGKme
reviewed
Dec 22, 2023
skjnldsv
approved these changes
Dec 22, 2023
raimund-schluessler
approved these changes
Dec 22, 2023
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
from
January 9, 2024 12:29
e673896
to
38b500d
Compare
ShGKme
approved these changes
Jan 9, 2024
…clarations Signed-off-by: Ferdinand Thiessen <[email protected]>
* Fix some minor issues related to stronger typing Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
susnux
force-pushed
the
feat/next-allow-typescript-components
branch
from
January 9, 2024 23:58
38b500d
to
770ed08
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
Waiting for reviews
enhancement
New feature or request
vue 3
Related to the vue 3 migration
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
Add the Typescript infrastructure to write components using Typescript and migrate a first example component (
NcButton
) to Typescript. The type definitions are generated and published.Todo
As discussed previously the legacy naming of our entry points (
components
vsComponents
) will lead to a crowdeddist
directory, as Typescript uses the source naming, but our entry points use the upper case naming.Maybe we should unify those names, meaning either rename the source folder or the entry points (?)
🏁 Checklist