Skip to content

Commit

Permalink
remove rdk
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Apr 14, 2024
1 parent 2a08673 commit 337ead4
Show file tree
Hide file tree
Showing 10 changed files with 2,084 additions and 1,087 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.2.10 - 4/14/24
- [chore] migrate from rdk to reablocks

# 5.2.9 - 2/28/24
- [chore] upgrade deps

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ REAFLOW is a modular diagram engine for building static or interactive editors.

## 💎 Other Projects

- [Unify Viz](https://unifyviz.com?utm=reaflow) - Premium offering 300+ Figma and React professionally designed data visualization
- [Unify Viz](https://unifyviz.com?utm=reaflow) - Premium offering 850+ Figma and React professionally designed data visualization
components.
- [Reagraph](https://reagraph.dev?utm=reaflow) - Open-source library for large webgl based network graphs.
- [Reablocks](https://reablocks.dev?utm=reaflow) - Open-source component library for React based on Tailwind.
Expand Down
10 changes: 9 additions & 1 deletion docs/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,13 @@ import img from './assets/unify.png';
The library is feature rich and modular allowing for displaying complex
visualizations with total customizability.

If you are looking for network graphs, checkout [reagraph](https://reagraph.dev).
---


[Reagraph](https://reagraph.dev?utm=reaflow) - Open-source library for large webgl based network graphs.

[Reablocks](https://reablocks.dev?utm=reaflow) - Open-source component library for React based on Tailwind.

[Reaviz](https://reaviz.io?utm=reaflow) - Open-source library for data visulizations for React.

</div>
2,229 changes: 1,843 additions & 386 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaflow",
"version": "5.2.9",
"version": "5.2.10",
"description": "Node-based Visualizations for React",
"scripts": {
"build": "vite build --mode library",
Expand Down Expand Up @@ -60,7 +60,7 @@
"kld-affine": "^2.1.1",
"kld-intersections": "^0.7.0",
"p-cancelable": "^3.0.0",
"rdk": "^6.6.1",
"reablocks": "^7.2.0",
"react-cool-dimensions": "^2.0.7",
"react-fast-compare": "^3.2.2",
"react-use-gesture": "^8.0.1",
Expand Down
Loading

0 comments on commit 337ead4

Please sign in to comment.