Skip to content

@graphql-hive/yoga@0.33.0

Latest
Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 23 Apr 16:09
· 95 commits to main since this release
bfaebf0

Minor Changes

  • #4573 06d465e Thanks @kamilkisiela! - Break @graphql-hive/client into library-specific packages:

    • @graphql-hive/core - Core functionality
    • @graphql-hive/apollo - Apollo Client integration
    • @graphql-hive/yoga - Yoga Server integration
    • @graphql-hive/envelop - Envelop integration

    Migration steps are available in the README of each package.

  • #4494 c5eeac5 Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

  • #4573 06d465e Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 useYogaHive, createYogaHive is now useHive and createHive

    Migration

    Migration steps are available in the README.

    - import { useYogaHive, createYogaHive } from '@graphql-hive/client';
    + import { useHive, createHive } from '@graphql-hive/yoga';

Patch Changes