Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 1fdbe12

Browse files
committed
Prepare for release 0.1.0-alpha
1 parent 41b937b commit 1fdbe12

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.1.0-alpha] (2022-03-13)
46
### Added
5-
- ComponentBoxPresenter
6-
- ComponentBoxState
7-
- ComponentBoxViewState
8-
- ComponentBoxRoot
9-
- ComponentBoxView
10-
- ComponentBoxDialogFragment
11-
- ComponentBoxFragment
7+
- Default Material implementation
8+
- Common utils
9+
- Surface component
10+
- ComponentBoxPresenter class
11+
- ComponentBoxState class
12+
- ComponentBoxViewState class
13+
- ComponentBoxContext class
14+
- ComponentBoxZipline class
15+
- ComponentBoxView class
16+
- ComponentBoxDialogFragment class
17+
- ComponentBoxFragment class
1218

1319
### Changed
20+
- Renamed models package to "foundation"
1421
- Renamed HorizontalBanner to Banner
1522
- Rearchitected Discovery app
1623
- Refactored Zipline integration with Discovery app
1724

1825
### Removed
19-
- VerticalBanner
26+
- VerticalBanner type
2027

2128
## [0.0.1-alpha] (2022-03-04)
2229
- Initial public release
2330

24-
[Unreleased]: https://github.com/dropbox/componentbox/compare/v0.0.1-alpha...HEAD
31+
[Unreleased]: https://github.com/dropbox/componentbox/compare/v0.1.0-alpha...HEAD
32+
[0.1.0-alpha]: https://github.com/dropbox/componentbox/releases/tag/v0.1.0-alpha
2533
[0.0.1-alpha]: https://github.com/dropbox/componentbox/releases/tag/v0.0.1-alpha

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0.1-alpha")
17+
implementation("com.dropbox.componentbox:componentbox:0.1.0-alpha")
1818
```
1919

2020
## Documentation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.dropbox.componentbox
2-
VERSION_NAME=0.1.0-SNAPSHOT
2+
VERSION_NAME=0.1.0-alpha
33

44
POM_ARTIFACT_ID=componentbox
55
POM_NAME=Component Box

0 commit comments

Comments
 (0)