Releases: jonathanpeppers/glidex
Releases · jonathanpeppers/glidex
2.1.1
What's Changed
- Add CollectionView sample by @velocitysystems in #68
- Added image button examples for carousel views and flexlayout issues by @dberroa in #74
- Useful improvements from PR #70 by @jonathanpeppers in #76
- Add IImageSourceHandler for NavigationPage.TitleIconImageSource by @jonathanpeppers in #77
- [ci] update boots, don't provision Mono/Xamarin.iOS by @jonathanpeppers in #78
- Enable C# 8 Nullable Reference Types by @jonathanpeppers in #79
- Bump to Xamarin.Forms 4.8.0.1451 by @jonathanpeppers in #80
- Bump to Cake.Boots 1.0.4.600-preview1 by @jonathanpeppers in #88
- Bump to Xamarin.Android.Glide 4.12.0.2 by @jonathanpeppers in #97
- Checking for file name matches by @dimonovdd in #96
- Test case cleanup by @jonathanpeppers in #98
New Contributors
- @velocitysystems made their first contribution in #68
- @dberroa made their first contribution in #74
- @dimonovdd made their first contribution in #96
Full Changelog: 2.1.0...2.1.1
2.1.0
2.0.1
It appears that the "fast renderer" version of ImageRenderer was internal until Xamarin.Forms 4.0. We need to make the minimum version of Xamarin.Forms 4.0 to match.
Build with boots 1.0.1.386 and Xamarin.Android 10.1.1.0
Fixes for Xamarin.Forms 4.4 support. Also fixed a few correct issues.
Fixes
Thanks @heebaek for the bug report!
2.0.0
2.0.0-pre1
1.0.4
Changes: d8425a2...f8533cc
Fixes: #16
Fixes: #19
Fixes: #21
More samples and testing around latest Xamarin.Forms features:
ImageButton
classVisual="Material"
- Xamarin.Forms 4.0 previews
- Android Support Library v28
1.0.3
Changes in this release
-
PR #11: refactor to use new C# language features
- Thanks @brminnick!
-
PR #12: Optional debug logging via a new API:
Android.Glide.Forms.Init (debug: true);
- Targets Xamarin.Forms 3.3 stable
- Updated nuspec descriptions, README, etc.
1.0.3-pre
Prerelease of 1.0.3 depending on Xamarin.Forms 3.3.
Now uses the new IImageViewHandler
API, glidex.forms
no longer implements any custom renderers.
Other changes:
- Using
class-parse
andAndroidCodegenTarget=XAJavaInterop1
for a betterglidex
binding TargetFrameworkVersion=v8.1
- Now only using
portable
pdb files
1.0.1
- Updated to Glide 4.7.0
- Removed a Glide "annotation" jar that appears we don't need at all
- Fixed a potential crash when backgrounding apps, related to a missing
ctor
ofImageRenderer