Skip to content

Commit

Permalink
Merge pull request chulwoo-park#20 from chulwoo-park/release/0.0.2
Browse files Browse the repository at this point in the history
Release/0.0.2
  • Loading branch information
chulwoo-park authored Nov 23, 2020
2 parents 1a91a2b + 41b677f commit 8ffc81f
Show file tree
Hide file tree
Showing 40 changed files with 1,041 additions and 108 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy github pages
on:
push:
branches:
- master
- main
jobs:
build:
name: Build Web
Expand All @@ -22,7 +22,7 @@ jobs:
- run: |
cd example/build/web
git init
git config --global user.email contact@chulwoo.dev
git config --global user.email park@chulwoo.dev
git config --global user.name chulwoo.park
git status
git remote add origin https://${{secrets.commit_secret}}@github.com/chulwoo-park/timelines.git
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.md
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.
Loading

0 comments on commit 8ffc81f

Please sign in to comment.