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

Narrow typing of CKEditorCloudResult in demo, upgrade commons #439

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

Mati365
Copy link
Member

@Mati365 Mati365 commented Sep 12, 2024

Suggested merge commit message (convention)

Feature: Improve result type of useCKEditorCloud to make CKEditorPremiumFeatures and CKBox non-nullable when proper configuration is passed.
Fix: Rename the languages configuration property to translations in loadCKEditorCloud.

@Mati365 Mati365 changed the title Narrow typing of CKEditorCloudResult in demo, upgrade `@ckeditor/ck… Narrow typing of CKEditorCloudResult in demo, upgrade commons Sep 12, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 66354a1f-42d2-4212-8093-6fcaa96af855

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 4a730240-783c-4084-9efe-cd695d751ca6: 0.0%
Covered Lines: 159
Relevant Lines: 159

💛 - Coveralls

@@ -32,7 +35,7 @@ You learn to appreciate each and every single one of the differences while you b
.then( this._setupEditor.bind( this ) );
}

private _setupEditor( cloud: CKEditorCloudResult ) {
private _setupEditor( cloud: CKEditorCloudResult<{ version: '43.0.0' }> ) {

Choose a reason for hiding this comment

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

The version will be deprecated after some time, but it's only a demo, so it shouldn't be a problem I guess.

@Mati365 Mati365 merged commit cdea768 into master Sep 12, 2024
6 checks passed
@Mati365 Mati365 deleted the ck/narrow-cdn-config branch September 12, 2024 12:58
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.

3 participants