Skip to content

Releases: seek-oss/wingman

[email protected]

09 Jun 07:15
dc2779d
Compare
Choose a tag to compare

Minor Changes

  • 95268da: Fixes type resolution error in consumers. Now resolves SEEK types via relative path

[email protected]

09 Jun 06:19
6f67a51
Compare
Choose a tag to compare

Minor Changes

  • 8a6a69d: Remove enforced typing on client (ApolloClient) for LocationSuggest

[email protected]

09 Jun 03:56
97cb5cf
Compare
Choose a tag to compare

Minor Changes

  • f3b6f7d: Adds LocationSuggest component

[email protected]

09 Jun 10:20
088fe2a
Compare
Choose a tag to compare

Patch Changes

  • 5738714: Point back to graphql.seek.com for browser tokens

[email protected]

09 Jun 03:56
97cb5cf
Compare
Choose a tag to compare

Patch Changes

  • b516115: Disable Apollo Server subscriptions

  • 11137b6: BREAKING: Handle browser tokens better

    • Pass through OAuth access token format in backend
    • Cache tokens by scope
  • aef0405: Apply fixes to browser token middleware

    The middleware now points to the browser token playground URL,
    and accepts a callback for debugging/logging.

[email protected]

05 Jun 06:56
fe3d231
Compare
Choose a tag to compare

Minor Changes

  • 4581e81: Bundles SEEK types directly within fe/lib

[email protected]

05 Jun 05:34
e6493df
Compare
Choose a tag to compare

Minor Changes

  • b307e2f: Exports SEEK graphql types for consumer use

[email protected]

05 Jun 03:46
ce45f0b
Compare
Choose a tag to compare

Minor Changes

  • 2008f11: Adds storybook with Example component structure

[email protected]

05 Jun 03:46
ce45f0b
Compare
Choose a tag to compare

Patch Changes

  • 7a33b92: Add createBrowserTokenMiddleware

    Use this middleware to issue a hirer-scoped token for use directly in the browser.
    This is a recommended pattern for partners and we should encourage its use where possible.
    The proxying middleware will be kept around to demo partner-scoped interactions and for rapid prototyping.

[email protected]

04 Jun 10:49
6702ca3
Compare
Choose a tag to compare

Minor Changes