Skip to content

Releases: Mijick/Popups

3.0.0

17 Oct 00:22
ea35a60
Compare
Choose a tag to compare

It's been a long journey!

We have just released the latest version of our library labelled as 3.0.0. The new number in front means that we unfortunately had to make some changes to the public API, for which we sincerely apologise. In the next section you will find migration tips to help you make the transition to the new version as painless as possible.

Migration Guidelines

  • General: We changed the library name from MijickPopupView to MijickPopups
  • Setup: Method implementPopupView() has been renamed to registerPopups()
  • Popup: createContent() -> some View method has been deleted. Please declare the popup content with body: some View instead
  • Popup: The parameter of the method configurePopup() has been renamed from popup to config
  • Popup: Methods onDismiss() and onFocus() has been moved directly to the Popup structure
  • Popup Presentation: The showAndStack() method was renamed to present(). The method showAndReplace() has been removed
  • Popup Dismissal: Method dismiss() was renamed to dismissLastPopup()
  • Config: Minor changes have been made to the naming

Known issues

During the development process we unfortunately made a mistake and put all calculations in a single thread, which may (in very rare cases) cause minor lags (especially when using drag gesture). The problem will be fixed in the next version, which we plan to release in early November.

2.7.1

11 Sep 21:27
60ebc93
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.0...2.7.1

2.7.0

14 Aug 12:35
eee37c2
Compare
Choose a tag to compare

Full Changelog: 2.7.0...2.7.0

2.6.0

04 Aug 01:00
70af749
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.6.0

2.5.1

03 Aug 02:24
Compare
Choose a tag to compare

Full Changelog: 2.5.0...2.5.1

2.5.0

18 Jun 15:30
e18cbd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.2...2.5.0

2.4.2

30 May 22:27
2465a5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.1

10 May 01:46
dc48b7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

01 May 20:01
fea5e68
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.4.0

2.3.1

22 Apr 17:38
Compare
Choose a tag to compare

Full Changelog: 2.3.0...2.3.1