Skip to content

Releases: ikrisliu/Navigator

Code Refactor

10 Apr 04:33
Compare
Choose a tag to compare

Refine page object init method with enum option

Refine code and Bug Fix

20 Mar 04:35
Compare
Choose a tag to compare
  • Refine navigator public methods with open() and close()
  • Change PageExtraData to PageBizData
  • Fix overlay mode bug and context data bug

Code Refactor

18 Mar 10:04
Compare
Choose a tag to compare
  • Refine page object init methods with function option
  • Remove customPush and popover navigation mode
  • Refine overlay navigation mode by adding child view controller
  • Change page object extra data type from Any to PageExtraData protocol

Refine Code and Bug Fix

28 Mar 12:42
Compare
Choose a tag to compare
  • Set transition class with PushTransition for custom push mode
  • Add dismiss related methods, refine PageObject init methods
  • Refine navigator stack, add onSystemBack method
  • Fix dismiss bug on different iOS system
  • Fix parallax and push transition issue
  • Bugfix for interactive gesture pop when navigation mode is custom push

Custom push mode

09 Jan 06:03
Compare
Choose a tag to compare

Add customPush navigator mode for simulating system push mode, but each view controller has a standalone navigation bar, not share the same one navigation bar.

Bug Fix

08 Jan 15:12
Compare
Choose a tag to compare

Bug fix for push transition and dismiss interactive gesture

New Features and Refinement

17 Dec 17:06
Compare
Choose a tag to compare
  • Rename DataModel to PageObject
  • Enhance Navigatable protocol
  • Add Prepare feature before page navigation
  • Refine navigator dismiss methods (add pop, dismiss and back methods)
  • Navigation context - add context data to view controller
  • Add more transition animations
  • Fix bugs

Add deep link method

04 Jul 14:35
Compare
Choose a tag to compare

Add deep link method

Add overlay and popover mode

07 May 17:02
Compare
Choose a tag to compare

Add overlay and popover navigation mode

Fix deep link bugs

30 Mar 08:26
Compare
Choose a tag to compare

Fix deep link bugs