- Update target sdk level to 34
- New: Added focusDashedBorder
- New: Added focusRectSizeFactor
- Fix: Make focus animation step double
Old:
focusAnimationStep(Int)
New:
focusAnimationStep(Double)
- Fix: Wrong focus for scaled views. #201
- Fix: Animations won't "turn" unless parameters match. #197
- New: Add custom typeface support. #179
- 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
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
- New: Migrated to androidx. This release and all future releases are only compatible with projects that have been migrated to androidx.