Skip to content

Releases: seek-oss/wingman

[email protected]

28 Feb 01:50
3d9b377
Compare
Choose a tag to compare

Patch Changes

  • MockLocationSuggest: Fix GitHub source path (#730)

[email protected]

11 Jan 05:47
25e63e9
Compare
Choose a tag to compare

Patch Changes

  • SalaryDetails: Fix "commission" typo (#703)

[email protected]

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

Patch Changes

[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.