Version Packages#179
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
c6fcd51 to
efa6b8e
Compare
efa6b8e to
06e40eb
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
monaco-graphql@1.8.0
Minor Changes
#4264
227f5baThanks @trevor-scheer! - Add./monaco-editorto theexportsmap.monaco-graphql/monaco-editorre-exportsmonaco-editorwith only the graphql and json languages, skipping the css, html, and typescript contributions that the defaultmonaco-editorentry point bundles. Consumers can use it to share a singlemonaco-editorinstance withmonaco-graphql(foreditor,Uri,KeyMod,KeyCode,languages, etc.) without paying for those extras. Until now you had to reach for the unstablemonaco-graphql/esm/monaco-editorpath, which only resolves under legacynode10-style module resolution.The legacy
monaco-graphql/esm/monaco-editorpath still works via the existing./*wildcard, so this change is purely additive.The
monaco-graphql/esm/*import pattern is now considered deprecated. It will continue to work throughout the1.xline, but the wildcardexportsentry that enables it is planned for removal in the next major version. New code should prefer the canonical paths:monaco-graphql/monaco-editor,monaco-graphql/initializeMode,monaco-graphql/graphql.worker, andmonaco-graphql/lite.codemirror-graphql@2.2.6
Patch Changes
#4274
d23f3b1Thanks @trevor-scheer! - Bump TypeScript emit target fromes5toes6.The published JavaScript now uses ES6 syntax (
const, arrow functions, native destructuring) instead of down-leveled ES5. In practice this is consumed via a bundler in every real-world setup (and paired with CodeMirror 5, which already requires an ES6 runtime), so this changes the intermediate emit but not what consumers end up shipping. Code that loads the published.jsdirectly in a strictly ES5-only environment (e.g. IE11 without transpilation) is no longer supported. CodeMirror 5 itself does not support that configuration.@graphiql/react@0.37.5
Patch Changes
#4232
3934e4aThanks @simmerer! - Bugfix for multiline selection highlight styling: disabling Monaco'sroundedSelectionoption prevents selection highlight from appearing to extend beyond actual text selection. See issue #4094.Updated dependencies [
227f5ba]:vscode-graphql@0.13.5
Patch Changes
e4f5148Thanks @trevor-scheer! - Burning patch version due to previous release failure.vscode-graphql-execution@0.3.5
Patch Changes
e4f5148Thanks @trevor-scheer! - Burning patch version due to previous release failure.vscode-graphql-syntax@1.3.11
Patch Changes
e4f5148Thanks @trevor-scheer! - Burning patch version due to previous release failure.