Attribouter v0.1.8 Release Notes
Release Date: 2020-06-27 // over 4 years ago-
- ๐ fixes a style-related bug with the fragment implementation (#69)
- โ adds a
withTheme(Int)
option for style configuration - corrects an issue with MaterialButton icon padding
Previous changes from v0.1.7
-
- converted more of the library to Kotlin, including the external APIs
- replaced internal data models with those from the multiplatform git-rest-wrapper project for future interop & maintainability
- ๐ implement full support for GitLab and Gitea (#22)
- ๐ fixed a couple backwards compatibility issues & behavior
Migration notes:
- 0๏ธโฃ The "default" behavior of each user/repository identifier is set to query GitHub - however, this is not guaranteed to remain constant in the future. Any IDs should be changed to the new format:
github:<id>
orgitlab:<id>
or[email protected]:<id>
, etc. The full specification for this format can be found here. - Several XML properties have been changed. Existing properties will not cause an error, but will cease to have their desired effect.
ContributorWedge.blog
,LicenseWedge.website
, andTranslatorWedge.blog
have been renamed towebsiteUrl
for consistencyLicenseWedge.repoUrl
can now be used to specify the URL of a repository; however, it will still be supplemented by the URL inferred fromLicenseWedge.repo
by default.AppWedge.repoUrl
andContributorWedge.profileUrl
achieve the same purpose.
- The old API format is still valid. However, there is now a more concise Kotlin DSL if you wish to switch to it.