React Native Blur Versions Save

React Native Blur component

v4.4.0

3 months ago

4.4.0 (2024-01-18)

Features

v4.3.2

11 months ago

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)

v4.3.1

11 months ago

4.3.1 (2023-05-01)

Bug Fixes

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

v4.3.0

1 year ago

4.3.0 (2022-11-03)

Features

v4.2.0

1 year ago

4.2.0 (2022-08-03)

Bug Fixes

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

Features

v4.1.0

1 year ago

4.1.0 (2022-07-22)

Features

  • update android blurview to 2.0.2 (0b94498)

v4.0.0

1 year ago

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

v3.3.0

5 years ago

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)

v3.1.0

6 years ago

Add new blur types for tvOS: https://github.com/react-native-community/react-native-blur/commit/e41c7dbcd549e24486231f05b53bfb2397fbdaad

New blurType options:

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

v2.0.0

7 years ago

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 ✌️