Skip to content

Releases: wishkit/wishkit-ios

New default filter: "All"

28 Dec 05:26
951b17b
Compare
Choose a tag to compare

A new default state All is introduced.

This addresses the edge case where a user would see an empty view when there's no feedback "In Review".

API Change:

  • Non breaking change.
  • Works out of the box when updating.

New states and state filter

27 Oct 19:00
118af81
Compare
Choose a tag to compare

New states and state filter

This release introduces a new structure around feedback states giving you more flexibility in communicating to your users what state a feedback is in.

macOS / visionOS iPhone

macOS - updated (more native) ui

19 Oct 22:27
e82d81e
Compare
Choose a tag to compare

Non breaking change 👍🏻

UI for macOS and visionOS is now more streamlined and looks more native.
You can change the location of the "Add/Create" button.

Instead of a green floating circle at the bottom right, you can now chose to have it be at the top next to the segmented control and refresh button.

WishKit.config.buttons.addButton.location = .navigationBar

Screenshot 2024-10-19 at 2 55 07 PM

Location of Add/Create Button

10 Oct 16:23
Compare
Choose a tag to compare

Non breaking addition.

You can now (on iOS) configure to have the "create/add" button to be either floating, which is the default.
Or to be in the navigation bar instead, which is new!

WishKit.config.buttons.addButton.location = .navigationBar