Skip to content

Releases: android/compose-samples

v1.0.0-alpha11

02 Feb 10:31
46a9ebf
Compare
Choose a tag to compare
[All] Update to alpha11

[All] Update to alpha11

v1.0.0-alpha10

14 Jan 09:28
87f862e
Compare
Choose a tag to compare
Merge pull request #356 from android/dev_alpha10

[All] Update to alpha10

v1.0.0-alpha09

17 Dec 16:30
de4d7b8
Compare
Choose a tag to compare
Merge pull request #333 from android/dev_alpha09

Update for Jetpack Compose 1.0.0-alpha09

v1.0.0-alpha08

03 Dec 20:03
2cff653
Compare
Choose a tag to compare

Build against Jetpack Compose v1.0.0-alpha08

v1.0.0-alpha07

13 Nov 15:26
e1ab50d
Compare
Choose a tag to compare

Built against compose 1.0.0-alpha07

v1.0.0-alpha06

28 Oct 18:50
4d21fa4
Compare
Choose a tag to compare

Built against Jetpack Compose v1.0.0-alpha06

v1.0.0-alpha05

15 Oct 05:24
7da64ff
Compare
Choose a tag to compare

Built against Jetpack Compose v1.0.0-alpha05

v1.0.0-alpha04

08 Oct 13:15
1630f6b
Compare
Choose a tag to compare

Built against Jetpack Compose v1.0.0-alpha04.

v1.0.0-alpha03

22 Sep 17:06
cbede8b
Compare
Choose a tag to compare

Built against Jetpack Compose v1.0.0-alpha03

JetNews updated to dev08

03 Apr 16:46
fc789cb
Compare
Choose a tag to compare
Pre-release

Changes:

  • Refactored modifiers to use fluent style throughout
  • Switched to new use Icon and Image composables
  • Switch to using IconButton where appropriate
  • Updated Scaffolding to use IconButton for navigationIcon
  • Removed vector helpers from sample that are now included in the library
  • Update typography of code paragraphs to expand, and avoid setting background
    on text in code blocks as alpha is not respected – use the background of the Box
  • Replaced all Container with Box
  • General code cleanup to remove nesting that can be replaced with modifiers
  • Moved Modifiers to first default argument to follow style
  • Aligned bullets with baseline of text
  • Sized bullets based on font scaling
  • Removed many named arguments that were not required for readability
  • Added note for bugfix related to font coloring requiring contentColor w/ link to b/143626708
  • Use ColorFilter.tint to semantically tint vectors
  • Continue using Modifier.None for default arguments which is the style in dev08, this is likely to be replaced with Modifier in dev09