Skip to content

Releases: TimOliver/BlurUIKit

v1.2.2

18 Nov 06:11

Choose a tag to compare

Fixed

  • A regression where setting the dimming view's tint color to nil wouldn't actually hide the dimming view.
  • A performance inefficiency where even if the tint color was nil, a gradient image for it would still be generated.

v1.2.1

11 Nov 12:28

Choose a tag to compare

Fixed

  • An issue when using .relative to scale the contrast gradient wasn't sizing correctly.
  • Clamped the frame layout of the contrast gradient to align to the pixel grid to avoid aliasing issues.

v1.2.0

23 Oct 01:46

Choose a tag to compare

Added

  • Added blurRadius on UIView to allow dynamically adding gaussian blur to views.

v1.1.1

21 Jan 01:31
88bf16a

Choose a tag to compare

Fixed

  • Naming typo in the different styles of gradients used

v1.1.0

17 Jan 03:05

Choose a tag to compare

Added

  • Split out the gradient mask image and dimming mask image to use non-smooth and smooth gradients respectively to produce more applying visual quality.

v1.0.1

04 Jan 16:25

Choose a tag to compare

Fixed

  • Typo in Package.swift