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 +19
-11
lines changed
Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 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
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.0.1 -alpha" )
17+ implementation(" com.dropbox.componentbox:componentbox:0.1.0 -alpha" )
1818```
1919
2020## Documentation
Original file line number Diff line number Diff line change 11GROUP =com.dropbox.componentbox
2- VERSION_NAME =0.1.0-SNAPSHOT
2+ VERSION_NAME =0.1.0-alpha
33
44POM_ARTIFACT_ID =componentbox
55POM_NAME =Component Box
You can’t perform that action at this time.
0 commit comments