Update scichart-react to 2.0.0-alpha.2 (Examples + react boilerplates) - #296
Open
jim-risen wants to merge 6 commits into
Open
Update scichart-react to 2.0.0-alpha.2 (Examples + react boilerplates)#296jim-risen wants to merge 6 commits into
jim-risen wants to merge 6 commits into
Conversation
… the vendored stub
…d raw JSX tag in example docs
…2 and single wasm
….2 with SciChartDeclarative
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
…ut instead of removed
klishevich
reviewed
Sep 2, 2026
klishevich
left a comment
Collaborator
There was a problem hiding this comment.
We have got two api now SciChartReact which accepts a function and SciChartDeclarative which accepts a config object. Which one we consider to be the default? I thought that config object is default, and if it is the case I would use the old name SciChartReact for the default case
…t-react-v2-alpha # Conflicts: # Examples/package-lock.json # Examples/package.json
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
src/scichart-reactstub toscichart-react@2.0.0-alpha.2from npm (aliases commented out in tsconfig/webpack configs; stub kept in tree as fallback). Sandbox export now emits a realscichart-reactversion again._wasmfolder (withstripBase— vite-plugin-static-copy v4 preserves paths otherwise), explicit chart height (2.0 disables the aspect-ratio fallback).config=migrated to the newSciChartDeclarativecomponent, whole-folder wasm copy, Readme restructured (initChart approach first, declarative after).static Namewas a type annotation, not an assignment — custom palette provider registered underundefined<SciChartReact>tag in the markdown description rendered as an unknown HTML elementVerified