·
928 commits
to main
since this release
Patch Changes
- #2116
65a51d04
Thanks @acao! - -picomatch-browser
fork no longer usespath
. these changes to remove node dependencies frompicomatch
, 99% of them are by another contributor, will eventually be merged into the actualpicomatch
- no
onLanguage
forinitializeMode
- always instantiate the mode when this is called directly! Fixes some editor creation race condition issues - introduce a demo using react + vite and minimal config, no workarounds! This will help us prototype for
@graphiql/react
- use
schemaValidation: 'error'
by default. allow user to overridevalidate
if they want. - always re-register providers on schema config changes. seems to fix some issues on lazy instantiation
- no