Skip to content

Releases: cometkim/vite-plugin-relay-lite

[email protected]

31 Oct 08:41
6b52ac4
Compare
Choose a tag to compare

Patch Changes

[email protected]

29 Oct 17:40
8742e4a
Compare
Choose a tag to compare

Minor Changes

  • d386bee: Allow .config/relay.{js,json} for config

Patch Changes

  • 10eeb2c: Fix compilation issue on QueryRenderer component

[email protected]

20 Sep 06:03
d21bca2
Compare
Choose a tag to compare

Patch Changes

[email protected]

17 Jul 17:30
59cc543
Compare
Choose a tag to compare

Patch Changes

  • 86f4a98: Check file extensions via URL parsing

[email protected]

18 Jun 15:55
93e70ae
Compare
Choose a tag to compare

Patch Changes

  • 9006daf: Fix potential mismatch with the Relay compiler on multiple fragments
  • 5b9fd24: fixed issue with backslash and corrected typo

[email protected]

10 May 15:20
e14978c
Compare
Choose a tag to compare

Minor Changes

  • a29a250: Add experimental feature to omit graphql tag imports
  • 77e4fd6: export PluginOptions type from entry

Patch Changes

  • a3aef3e: Fix potential edge cases

    • Using /* ... */ notation before the tag
    • Spreading (...) the tag result
    • In minified codes

[email protected]

08 May 17:45
d693b23
Compare
Choose a tag to compare

Patch Changes

  • 49d47b2: Fix compilation on a valid usage (e.g. createQueryRenderer(Comp, graphql`...`))

[email protected]

06 May 21:51
a315068
Compare
Choose a tag to compare

Patch Changes

  • 0053627: Dedupe import statements for compiled documents

[email protected]

06 May 21:44
45b0504
Compare
Choose a tag to compare

Patch Changes

  • 97c270d: Fix tag detection with tabs

[email protected]

06 May 21:20
7aaa920
Compare
Choose a tag to compare

Patch Changes