Skip to content

Commit

Permalink
publish 0.30.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilaiwi committed Nov 17, 2024
1 parent 3a70fb8 commit 396d686
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o

## Unreleased

## 0.30.0 (unreleased)
* full rewrite to typescript
## 0.30.0 (beta)
Huge update made by @Remco4EF and @remcoblumink
* full rewrite to typescript
* uses Vite as bundler
* Updates dependencies to latest versions
* Updates react usage to 18+
Expand Down
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# ⚠️⚠️⚠️⚠️ HELP WANTED
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.

# React Calendar Timeline

A modern and responsive React timeline component.

> **🎉 Version 0.30.0-beta.1 Now Available!**
>
> We're excited to announce the beta release of v0.30.0 which includes:
> - Full TypeScript rewrite
> - Vite as bundler
> - Updated dependencies to latest versions
> - React 18+ support
>
> The beta version is available via:
> ```bash
> npm install react-calendar-timeline@beta
> ```
>
> We encourage users to try out the beta and provide feedback before the stable release. Please report any issues on GitHub.
>
> Note: Testing framework has been updated and some tests are currently being migrated.
# ⚠️⚠️⚠️⚠️ HELP WANTED
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.
![calendar demo](https://raw.githubusercontent.com/namespace-ee/react-calendar-timeline/master/demo.gif)
Checkout the [examples here](https://github.com/namespace-ee/react-calendar-timeline/tree/master/examples)!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-calendar-timeline",
"version": "0.30.0",
"version": "0.30.0-beta.1",
"description": "react-calendar-timeline",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 396d686

Please sign in to comment.