Skip to content

Releases: Kureev/react-native-blur

Release 4.4.0

18 Jan 13:06
Compare
Choose a tag to compare

4.4.0 (2024-01-18)

Features

Release 4.3.2

03 May 17:20
Compare
Choose a tag to compare

4.3.2 (2023-05-03)

Bug Fixes

  • deps: bump @sideway/formula from 3.0.0 to 3.0.1 (#544) (684d518)
  • deps: bump vm2 from 3.9.11 to 3.9.17 (#542) (41ec953)
  • help dependabot to bump things (cb887ad)
  • tvOS build fix (681a65b)

Release 4.3.1

01 May 21:00
Compare
Choose a tag to compare

4.3.1 (2023-05-01)

Bug Fixes

  • android: bump blurview and use default setupWith (f16fd76)

Release 4.3.0

03 Nov 16:55
Compare
Choose a tag to compare

4.3.0 (2022-11-03)

Features

Release 4.2.0

03 Aug 14:16
Compare
Choose a tag to compare

4.2.0 (2022-08-03)

Bug Fixes

  • android: build issue on compileSdkVersion < 31 (#485) (6273292)

Features

4.1.0

22 Jul 11:39
Compare
Choose a tag to compare

4.1.0 (2022-07-22)

Features

  • update android blurview to 2.0.2 (0b94498)

4.0.0

21 Jul 11:31
3c3cbe3
Compare
Choose a tag to compare

This is a major rewrite of the lib, most of the code has been updated

3.3.0

26 Mar 19:24
Compare
Choose a tag to compare

New features and enhancements

  • Support project-wide properties on Android. (#283)
  • Update type definition (#288)
  • Enable regular and prominent BlurEffectStyles for iOS 10.0+ (#276)
  • Change order of components to the correct one (#287)
  • Configure Eslint & Prettier (#302)
  • Regenerate example app (#303)
  • Modernize imports and lifecycles (#304)
  • Add instruction on project-wide properties (#305)
  • Rename to @react-native-community/blur. (0d47aad)

Add new blur types for tvOS

26 Jun 12:46
Compare
Choose a tag to compare

Add new blur types for tvOS: e41c7db

New blurType options:

  • extraDark - extra dark blur type (tvOS only)
  • regular - regular blur type (tvOS only)
  • prominent - prominent blur type (tvOS only)

React Native 0.40 support

06 Jan 10:09
Compare
Choose a tag to compare

According to https://github.com/facebook/react-native/releases/tag/v0.40.0,

Native code on iOS must refer to headers out of the react namespace. Previously the following would work:

#import "RCTUtils.h"

But now all headers have been moved:

#import <React/RCTUtils.h>

As far as it's a breaking change, I bumped the version to 2.0.

Peace ✌️