@nativescript-community/ui-image 4.1.8 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +354 -286
  3. package/angular/directives.d.ts +2 -2
  4. package/angular/esm2020/directives.mjs +15 -0
  5. package/angular/esm2020/index.mjs +2 -0
  6. package/angular/esm2020/module.mjs +22 -0
  7. package/angular/esm2020/nativescript-community-ui-image-angular.mjs +2 -0
  8. package/angular/fesm2015/nativescript-community-ui-image-angular.mjs +39 -0
  9. package/angular/fesm2020/nativescript-community-ui-image-angular.mjs +35 -0
  10. package/angular/module.d.ts +3 -3
  11. package/angular/package.json +22 -8
  12. package/blueprint.md +561 -0
  13. package/{image-common.d.ts → index-common.d.ts} +3 -0
  14. package/{image-common.js → index-common.js} +30 -7
  15. package/{image.android.d.ts → index.android.d.ts} +3 -2
  16. package/{image.android.js → index.android.js} +50 -40
  17. package/{image.d.ts → index.d.ts} +3 -3
  18. package/{image.ios.d.ts → index.ios.d.ts} +3 -2
  19. package/{image.ios.js → index.ios.js} +18 -18
  20. package/package.json +12 -4
  21. package/platforms/android/include.gradle +5 -6
  22. package/platforms/android/java/com/nativescript/image/ScalingBlurPostprocessor.java +0 -2
  23. package/platforms/android/java/com/nativescript/image/ScalingUtils.java +487 -0
  24. package/platforms/android/ui_image.aar +0 -0
  25. package/platforms/ios/Podfile +1 -1
  26. package/vue/index.js +1 -1
  27. package/angular/bundles/nativescript-community-ui-image-angular.umd.js +0 -49
  28. package/angular/bundles/nativescript-community-ui-image-angular.umd.min.js +0 -2
  29. package/angular/esm2015/directives.js +0 -15
  30. package/angular/esm2015/index.js +0 -2
  31. package/angular/esm2015/module.js +0 -21
  32. package/angular/esm2015/nativescript-community-ui-image-angular.js +0 -2
  33. package/angular/fesm2015/nativescript-community-ui-image-angular.js +0 -33
  34. package/image-common.metadata.json +0 -1
  35. package/image.android.metadata.json +0 -1
  36. package/image.ios.metadata.json +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.3.0](https://github.com/nativescript-community/ui-image/compare/v4.2.1...v4.3.0) (2022-07-13)
7
+
8
+
9
+ ### Features
10
+
11
+ * **image:** imageRotation support (android only for now) ([1f5b597](https://github.com/nativescript-community/ui-image/commit/1f5b59749317ad73e03961c280206fa2523d0b8d))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.2.1](https://github.com/nativescript-community/ui-image/compare/v4.2.0...v4.2.1) (2022-07-08)
18
+
19
+ **Note:** Version bump only for package @nativescript-community/ui-image
20
+
21
+
22
+
23
+
24
+
25
+ # [4.2.0](https://github.com/nativescript-community/ui-image/compare/v4.1.8...v4.2.0) (2022-07-08)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **image:** updated native deps ([8fb1f4b](https://github.com/nativescript-community/ui-image/commit/8fb1f4ba1c30101443dbeb098ae23161ccf56a62))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [4.1.8](https://github.com/nativescript-community/ui-image/compare/v4.1.7...v4.1.8) (2022-07-01)
7
37
 
8
38
  **Note:** Version bump only for package @nativescript-community/ui-image