Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

69 lines (57 loc) · 1.92 KB

Change Log

1.4.0 (17-11-2024)

  • Update target sdk level to 34

1.3.9 (06-03-2022)

  • New: Added focusDashedBorder

1.3.8 (12-01-2022)

  • New: Added focusRectSizeFactor

1.3.6 (24-07-2020)

  • Fix: Make focus animation step double

API Changes

Old:

focusAnimationStep(Int)

New:

focusAnimationStep(Double)

1.3.1 (24-07-2020)

  • Fix: Wrong focus for scaled views. #201
  • Fix: Animations won't "turn" unless parameters match. #197
  • New: Add custom typeface support. #179

1.3.0 (26-01-2020)

  • New: Builder parameters move to Properties data class
  • New: Move logic part to a separate Presenter class with a testable way
  • New: Add unit tests to Presenter
  • New: Remove Calculator class

API Changes

Old:

fancyShowCaseView.calculator.circleCenterX
fancyShowCaseView.calculator.circleCenterY
fancyShowCaseView.calculator.focusWidth
fancyShowCaseView.calculator.focusHeight
fancyShowCaseView.calculator.focusShape

New:

fancyShowCaseView.focusCenterX
fancyShowCaseView.focusCenterY
fancyShowCaseView.focusWidth
fancyShowCaseView.focusHeight
fancyShowCaseView.focusShape

1.2.1 (06-08-2019)

  • New: Disable enter/exit animations by setting null #155
  • Fix: roundRectRadius can't be set 0 #154

1.2.0 (23-07-2019)

  • New: Migrated to androidx. This release and all future releases are only compatible with projects that have been migrated to androidx.