Skip to content

Releases: seek-oss/wingman

[email protected]

05 Jan 03:13
20c3784
Compare
Choose a tag to compare

Patch Changes

[email protected]

20 Dec 21:51
0b27955
Compare
Choose a tag to compare

Patch Changes

  • QuestionnaireForm: Render single-select questions with >5 choices as a dropdown (#691)

    This matches existing behaviour of SEEK's native apply form.

  • QuestionnaireBuilder: Limit response choices to 99 (#693)

[email protected]

01 Dec 06:28
41a1812
Compare
Choose a tag to compare

Major Changes

  • Remove unused 'value' prop from JobCategorySuggest (#671)

Minor Changes

  • Stop auto-selecting a highly-recommended category in JobCategorySuggest (#669)

[email protected]

25 Nov 02:21
306bc0e
Compare
Choose a tag to compare

Major Changes

  • Upgrading Braid to 31.0.0 (#665)

[email protected]

23 Nov 01:14
cc701b0
Compare
Choose a tag to compare

Patch Changes

  • LocationSuggest: Refactor to use functional queries (#662)

    This avoids throwing AbortError while using LocationSuggest in development mode

[email protected]

22 Nov 07:47
4dbf0b6
Compare
Choose a tag to compare

Patch Changes

  • JobCategorySuggest: Don't lose selected job category on re-render (#658)

    If the user selects a job category their selection will now be preserved when the component re-renders.

[email protected]

22 Nov 05:22
d51356f
Compare
Choose a tag to compare

Patch Changes

  • JobCategorySuggest: Don't rerender on no-op props changes (#656)

    This avoids re-querying the SEEK API and re-displaying suggestions unless there's a meaningful change to our props.

[email protected]

07 Oct 20:26
e4579bb
Compare
Choose a tag to compare

Minor Changes

  • MockSpecifiedPersonForm: Add wrapper around SpecifiedPersonForm with Storybook & GitHub button links (#627)

Patch Changes

  • apolloTypePolicies: Fix webhookRequestsForSubscription type policy (#631)

    This was not including the subscriptionId as a key which would cause request pages to be cached cross-subscription.

  • SpecifiedPersonForm: Set input types for email & phone fields (#629)

[email protected]

30 Sep 03:27
e062b08
Compare
Choose a tag to compare

Patch Changes

  • Update wording for pay range (#625)

[email protected]

30 Sep 02:53
323beac
Compare
Choose a tag to compare

Patch Changes

  • SpecifiedPersonForm: Wrap "Add contact" button in Actions (#623)

  • SpecifiedPersonForm: Show name components on the same row on desktop (#621)