Skip to content

Releases: appcues/appcues-ios-sdk

1.0.0-beta.3

28 Jun 16:41
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release
  • [2022-06-28] 🍏 Update version to 1.0.0-beta.3 (f70c0b1)
  • [2022-06-28] πŸ› Fix debugger clearing current user value (07c1094)
  • [2022-06-27] ✨ Add analytics delegate for observing tracking (437cba5)
  • [2022-06-27] πŸ› Fix memory leak in sticky content trait (cc87380)
  • [2022-06-24] 🚨 Fix lint warning (e315537)
  • [2022-06-24] ♻️ Update carousel layout to be more generally correct (65eadd5)
  • [2022-06-24] πŸ› Ensure the same carousel step is always shown on orientation changes (ed54a8c)
  • [2022-06-21] πŸ› Fix double safe area on fullscreen landscape carousel pages (f185294)
  • [2022-06-21] πŸ› Fix fullscreen landscape carousel page sizing (66c66fd)
  • [2022-06-14] ✨ Add support for closing experience when continue action is used on last step (c88978f)

1.0.0-beta.2

07 Jun 19:02
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release
  • [2022-06-07] 🍏 Update version to 1.0.0-beta.2 (5b2711e)
  • [2022-06-07] 🍏 Update swift tools version (40ad8e8)
  • [2022-06-07] ✨ Add support for Democues special case deeplinking logic (5a640d6)
  • [2022-06-06] ♻️ Update debugger references to AnalyticsPublishing (4b729e0)
  • [2022-06-06] ♻️ Update AnalyticsPublisher to weakly reference decorators and subscribers (380a3f5)
  • [2022-06-06] πŸ› Add missing objc compatibility for deeplink handling (6ff38c2)
  • [2022-06-02] πŸ› Fix bundle referencing from XCFramework (27a88aa)
  • [2022-06-01] 🍏 Update swift tools version (c7aa12c)
  • [2022-06-01] 🍏 Clean up podspec (2d0999f)
  • [2022-05-27] 🚨 Fix lint warnings (35e9d46)
  • [2022-05-31] ♻️ Update debugger to ping healthcheck only once opened (0ce414d)
  • [2022-05-31] πŸ› Fix memory leak in debugger (f148d0d)
  • [2022-05-31] ♻️ Update dependency injection to avoid retain cycles (cc5715a)
  • [2022-05-26] ♻️ Update assignment for Swift 4.2 compatibility (339aa59)
  • [2022-05-26] β™Ώ Add accessibility label to close button (bff4440)

1.0.0-beta.1

25 May 19:51
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release
  • [2022-05-25] 🍏 Update version to 1.0.0-beta.1 (dd966f4)
  • [2022-05-24] ⚰️ Remove SwiftUI previews that fail to load (a5b30ca)
  • [2022-05-19] πŸ’„ Tweak tablet presentation styles for modals (22fce12)
  • [2022-05-19] πŸ› Fix horizontal positioning of the skippable dismiss button (3638bb4)
  • [2022-05-19] πŸ› Ensure lanscape content is bounded by the safe area (447ab04)
  • [2022-05-16] ♻️ Update experience analytics properties (03ee409)
  • [2022-05-09] πŸ› Fix sticky content causing scrolling in dialog modals (e9468b3)
  • [2022-05-06] πŸ› Fix unwanted scroll bouncing in dialog modals (ea3d263)
  • [2022-05-05] ♻️ Update experience dismissing to handle case where experience is still beginning its presentation (73b6285)
  • [2022-05-04] ✨ Add RenderingPriority to allow replacing an existing experience (41ac6aa)
  • [2022-05-02] 🚨 Clean up calls to transition() that no longer return (d27a574)
  • [2022-05-02] ♻️ Rework ExperienceRenderer for clearer thread safety (dd7897d)
  • [2022-05-03] 🚨 Fix lint issues (6de3046)
  • [2022-05-03] πŸ› Ensure debugger only expands when a destination is targeted (4800b78)
  • [2022-05-02] ♻️ Remove filter actions from debugger status rows (a3db876)
  • [2022-04-28] ✨ Add ability to deeplink to the font details screen in the debugger (6736ebe)
  • [2022-04-28] ♻️ Update debugger font list to be filterable (670c570)
  • [2022-04-28] ♻️ Remove fontWeight experience property and update debugger font listing (f6e776f)
  • [2022-04-28] ✨ Update debugger to show list of available fonts (c79e3f9)
  • [2022-04-28] ♻️ Update experience font parsing (3041abc)
  • [2022-04-26] πŸ› Fix the config key for opening a link action in external browser (625b75f)
  • [2022-04-26] ♻️ Update debugger property to be alphabetical with an β€œ_” exception (9c1b88b)
  • [2022-04-26] ♻️ Update debugger to show group/profile names (81824eb)
  • [2022-04-26] ✨ Add OS version auto property (118e9da)
  • [2022-04-18] ✨ Add @appcues/request-review action (75d35ed)
  • [2022-04-25] πŸ› Ensure debugger experience events are always published on the main thread (5e1a172)
  • [2022-04-25] ♻️ Remove unread badge from debugger (a006fb1)
  • [2022-04-25] ✨ Convert svg image urls to scaled png urls (5e380ff)
  • [2022-04-21] ✨ Add GIF support to Image primitive (564c55a)
  • [2022-04-19] πŸ‘Œ Improve handling of session reset, fix test (9ef9969)
  • [2022-04-19] πŸ› Fix some minor issues from testing (e1e55a0)
  • [2022-04-13] ✨ Support option to mark flow as complete on close action (0150146)