Skip to content

Commit 9ffef72

Browse files
committed
fix release notes
1 parent 99e82e5 commit 9ffef72

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# React + Vite
1+
# Online Circuit Solver
22

3-
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4-
5-
Currently, two official plugins are available:
6-
7-
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
8-
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9-
10-
## Expanding the ESLint configuration
11-
12-
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
3+
github pages hosted here
4+
https://onlinecircuitsolver.com/

src/ReleaseNotes.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ function ReleaseNotes() {
5454
<li>It could crash, like when you drag one componenct directly on top of another</li>
5555
<li>Limited features compared to industial tools</li>
5656
</ul>
57-
Now it works on touch because I developed visiojs (link). Also visiojs replaces draw2d which was the source of all the crashing.
57+
Now it works on touch because I developed visiojs (https://www.npmjs.com/package/visiojs). Also visiojs replaces draw2d which was the source of all the crashing.
58+
This site isn't feature rich - it's original purpose was to create Laplace transforms. But it does run MNA in the background so many more features could be added
5859
</li>
5960
<li>Moved to React + MUI + NPM. This allows: running lint, more maintainable code, smaller file size, many micro-benefits from joining the mainstream</li>
6061
<li>As well as a re-write, the following new features are added:</li>

0 commit comments

Comments
 (0)