forked from chulwoo-park/timelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request chulwoo-park#20 from chulwoo-park/release/0.0.2
Release/0.0.2
- Loading branch information
Showing
40 changed files
with
1,041 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,43 @@ | ||
## 0.0.2 | ||
|
||
### Add basic components | ||
|
||
#### Timeline | ||
|
||
* TimelineTheme | ||
* Timeline | ||
* FixedTimeline | ||
|
||
#### TimelineTile | ||
|
||
* TimelineTile | ||
* TimelineTileBuilder | ||
|
||
#### TimelineNode | ||
|
||
* TimelineNode | ||
|
||
#### Connector | ||
|
||
* ConnectorTheme | ||
* Connector | ||
* SolidLineConnector | ||
* DecoratedLineConnector | ||
* DashedLineConnector | ||
* TransparentConnector | ||
|
||
#### Indicator | ||
|
||
* IndicatorTheme | ||
* ContainerIndicator | ||
* DotIndicator | ||
* OutlinedDotIndicator | ||
|
||
### Add demo web | ||
|
||
* [Demo web](https://chulwoo.dev/timelines) | ||
|
||
|
||
## 0.0.1 | ||
|
||
* Initial release. |
Oops, something went wrong.