This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.1.0] (2022-04-09)
6+ ### Added
7+ - Target iOS
8+ - Add Swift package
9+
10+ ### Changed
11+ - Use ` Color ` class
12+ - Implement ` Passable ` and ` @IsPassable `
13+
514## [ 0.1.0-alpha] (2022-03-13)
615### Added
716- Default Material implementation
2837## [ 0.0.1-alpha] (2022-03-04)
2938- Initial public release
3039
31- [ Unreleased ] : https://github.com/dropbox/componentbox/compare/v0.1.0-alpha...HEAD
40+ [ Unreleased ] : https://github.com/dropbox/componentbox/compare/v0.1.0...HEAD
41+ [ 0.1.0 ] : https://github.com/dropbox/componentbox/releases/tag/v0.1.0
3242[ 0.1.0-alpha ] : https://github.com/dropbox/componentbox/releases/tag/v0.1.0-alpha
3343[ 0.0.1-alpha ] : https://github.com/dropbox/componentbox/releases/tag/v0.0.1-alpha
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A Kotlin multiplatform library for building dynamic server-driven UI.
1414## Installation
1515
1616``` kotlin
17- implementation(" com.dropbox.componentbox:componentbox:0.1.0-alpha " )
17+ implementation(" com.dropbox.componentbox:componentbox:0.1.0" )
1818```
1919
2020## Documentation
Original file line number Diff line number Diff line change 11GROUP =com.dropbox.componentbox
2- VERSION_NAME =1.0.0-SNAPSHOT
2+ VERSION_NAME =0. 1.0
33
44POM_ARTIFACT_ID =componentbox
55POM_NAME =Component Box
You can’t perform that action at this time.
0 commit comments