Move to Compose1.1.1 with the release notes (#19)

* Update README to add the release notes

* Move to Compose1.1.1

* Update README
This commit is contained in:
Joy Liu 2022-03-01 11:22:52 -08:00 коммит произвёл GitHub
Родитель aac180bc93
Коммит fc21e94bc9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 18 добавлений и 12 удалений

Просмотреть файл

@ -14,11 +14,11 @@ ext {
// ComposeTesting library version code:
// If you want to publish a new version, bump in one (1) the specific line(s)
composeTestingVersionCode = 2
composeTestingVersionCode = 3
// ComposeTesting library version name:
// If you want to publish a new version, bump the specific line
composeTestingVersionName = '1.0.0-alpha02'
composeTestingVersionName = '1.0.0-alpha03'
// ----------------------------------
@ -54,7 +54,7 @@ ext {
]
// Compose dependencies
composeVersion = "1.1.0"
composeVersion = "1.1.1"
activityComposeVersion = "1.4.0"
navigationComposeVersion = "2.4.0"
composeDependencies = [

Просмотреть файл

@ -1,4 +1,4 @@
![build-test-check](https://github.com/microsoft/surface-duo-compose-sdk/actions/workflows/build_test_check.yml/badge.svg) ![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.1.0-brightgreen)
![build-test-check](https://github.com/microsoft/surface-duo-compose-sdk/actions/workflows/build_test_check.yml/badge.svg) ![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.1.1-brightgreen)
# Surface Duo Jetpack Compose SDK
@ -8,7 +8,7 @@ Please read the [code of conduct](CODE_OF_CONDUCT.md) and [contribution guidelin
## Prerequisites
- Jetpack Compose version: `1.1.0`
- Jetpack Compose version: `1.1.1`
- Jetpack Window Manager version: `1.0.0`
- Android Studio version: Bumblebee `2021.1.1`
@ -22,18 +22,24 @@ Please check out our page on [Jetpack Compose for Microsoft Surface Duo](https:/
## Contents
### [TwoPaneLayout](https://github.com/microsoft/surface-duo-compose-sdk/tree/main/TwoPaneLayout)
### [TwoPaneLayout](https://github.com/microsoft/surface-duo-compose-sdk/tree/main/TwoPaneLayout)
A UI component that helps you build two-pane layout for dual-screen, foldable, and large-screen devices.
#### Latest Update: [1.0.0-beta01](https://github.com/microsoft/surface-duo-compose-sdk/releases/tag/twopanelayout_20220217_beta01) (February 17th, 2022)
### [WindowState](https://github.com/microsoft/surface-duo-compose-sdk/tree/main/WindowState)
A utility component that helps you easily get details about the window state of dual-screen, foldable, and large-screen devices.
#### Latest Update: [1.0.0-alpha04](https://github.com/microsoft/surface-duo-compose-sdk/releases/tag/windowstate_20220214_alpha04) (February 14th, 2022)
### [ComposeTesting](https://github.com/microsoft/surface-duo-compose-sdk/tree/main/ComposeTesting)
Helper functions that help you easily test your application on the dual-screen, foldable and large screen devices.
#### Latest Update: [1.0.0-alpha02](https://github.com/microsoft/surface-duo-compose-sdk/releases/tag/composetesting_20220211_alpha02) (February 11th, 2022)
## Social links
- [video: Jetpack Compose WindowState preview](https://www.youtube.com/watch?v=qOIliow-uS4)

Просмотреть файл

@ -14,11 +14,11 @@ ext {
// TwoPaneLayout library version code:
// If you want to publish a new version, bump in one (1) the specific line(s)
twoPaneLayoutVersionCode = 11
twoPaneLayoutVersionCode = 12
// TwoPaneLayout library version name:
// If you want to publish a new version, bump the specific line
twoPaneLayoutVersionName = '1.0.0-beta01'
twoPaneLayoutVersionName = '1.0.0-beta02'
// ----------------------------------
@ -52,7 +52,7 @@ ext {
]
// Compose dependencies
composeVersion = "1.1.0"
composeVersion = "1.1.1"
activityComposeVersion = "1.4.0"
navigationComposeVersion = "2.4.0"
composeDependencies = [

Просмотреть файл

@ -14,11 +14,11 @@ ext {
// WindowState library version code:
// If you want to publish a new version, bump in one (1) the specific line(s)
windowStateVersionCode = 4
windowStateVersionCode = 5
// WindowState library version name:
// If you want to publish a new version, bump the specific line
windowStateVersionName = '1.0.0-alpha04'
windowStateVersionName = '1.0.0-alpha05'
// ----------------------------------
@ -54,7 +54,7 @@ ext {
]
// Compose dependencies
composeVersion = "1.1.0"
composeVersion = "1.1.1"
activityComposeVersion = "1.4.0"
navigationComposeVersion = "2.4.0"
composeDependencies = [