Skip to content

Conversation

@pan-kot
Copy link
Member

@pan-kot pan-kot commented Oct 16, 2025

Description

Adds a dedicated demo for the boost module (https://www.highcharts.com/docs/advanced-chart-features/boost-module)

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@pan-kot pan-kot requested a review from jperals as a code owner October 16, 2025 09:46
export function TestI18nProvider({ messages = {}, locale = "en", children }: TestI18nProviderProps) {
return (
<I18nProvider locale={locale} messages={[{ "@cloudscape-design/components": { [locale]: messages } }]}>
<I18nProvider locale={locale} messages={[{ "cloudscape-design-components": { [locale]: messages } }]}>
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

@jperals, this failure should have been captured by the dry-run, here is a change to the actions to enable dry-runs for chart components: cloudscape-design/actions#103

@pan-kot pan-kot added this pull request to the merge queue Oct 16, 2025
Merged via the queue into main with commit f96878f Oct 16, 2025
42 of 43 checks passed
@pan-kot pan-kot deleted the boost-demo branch October 16, 2025 11:42
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.

2 participants