Skip to content

Commit 396d686

Browse files
committed
publish 0.30.0-beta.1
1 parent 3a70fb8 commit 396d686

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
77

88
## Unreleased
99

10-
## 0.30.0 (unreleased)
11-
* full rewrite to typescript
10+
## 0.30.0 (beta)
11+
Huge update made by @Remco4EF and @remcoblumink
12+
* full rewrite to typescript
1213
* uses Vite as bundler
1314
* Updates dependencies to latest versions
1415
* Updates react usage to 18+

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1-
# ⚠️⚠️⚠️⚠️ HELP WANTED
2-
please email me [[email protected]](mailto:[email protected]) and we will setup some time to speak and see if you can help maintain this library.
3-
41
# React Calendar Timeline
52

63
A modern and responsive React timeline component.
74

5+
> **🎉 Version 0.30.0-beta.1 Now Available!**
6+
>
7+
> We're excited to announce the beta release of v0.30.0 which includes:
8+
> - Full TypeScript rewrite
9+
> - Vite as bundler
10+
> - Updated dependencies to latest versions
11+
> - React 18+ support
12+
>
13+
> The beta version is available via:
14+
> ```bash
15+
> npm install react-calendar-timeline@beta
16+
> ```
17+
>
18+
> We encourage users to try out the beta and provide feedback before the stable release. Please report any issues on GitHub.
19+
>
20+
> Note: Testing framework has been updated and some tests are currently being migrated.
21+
22+
# ⚠️⚠️⚠️⚠️ HELP WANTED
23+
please email me [[email protected]](mailto:[email protected]) and we will setup some time to speak and see if you can help maintain this library.
24+
825
![calendar demo](https://raw.githubusercontent.com/namespace-ee/react-calendar-timeline/master/demo.gif)
926
1027
Checkout the [examples here](https://github.com/namespace-ee/react-calendar-timeline/tree/master/examples)!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-calendar-timeline",
3-
"version": "0.30.0",
3+
"version": "0.30.0-beta.1",
44
"description": "react-calendar-timeline",
55
"packageManager": "[email protected]",
66
"scripts": {

0 commit comments

Comments
 (0)