Skip to content

Commit

Permalink
Merge pull request #40 from somecho/dev
Browse files Browse the repository at this point in the history
add .node-version
  • Loading branch information
somecho authored May 27, 2023
2 parents 44ecc3c + f97a4d4 commit f4b4aca
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19.9.0
41 changes: 22 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,43 @@
# 0.8.5
## Code Changes
## 0.8.6
- added `.node-version` for compatibility with Render

## 0.8.5
### Code Changes
- write integration test for the app components with Puppeteer
## Bug Fixes
### Bug Fixes
- [c74a398](https://github.com/somecho/p5-cljs-web-editor/commit/c74a398be5adf0994de169dc98f74d73c66af173) running a valid sketch after running an invalid sketch ([#35](https://github.com/somecho/p5-cljs-web-editor/issues/35)) now produces a valid canvas
- [06cf328](https://github.com/somecho/p5-cljs-web-editor/commit/06cf328bc38b49669e166b2cccc9e70b69dce5d9#diff-9b236b1937ff5f05a6b5fc3f2e8617684bf19d961b50c44529684d70651dc592R43) a sketch will not be created when the user's code does not compile

# 0.8.4
## Code Changes
## 0.8.4
### Code Changes
- refactor code for testability and less mutability

# 0.8.3
## Code Changes
## 0.8.3
### Code Changes
- setup Jest for testing

# 0.8.0
## Breaking Changes
## 0.8.0
### Breaking Changes
- sketches now use deflate compression. Old sketches will break when shared.

# 0.7.2
## Code Changes
## 0.7.2
### Code Changes
- using new cljs-compiler-compiler build, which returns any errors encountered
- if error is encountered, prevent sketch from starting and print error to console

# 0.7.1
## Code Changes
## 0.7.1
### Code Changes
- move article related css to custom components

# 0.7.0
## New Features
## 0.7.0
### New Features
- p5 structure and event functions like preload, mouseClicked, touchStarted are now available
## Code Changes
### Code Changes
- functionality related to p5 and sketch is moved to /src/lib/p5
- lz-string is moved to /src/lib/LZString
## Bug Fixes
### Bug Fixes
- fix repeated import of p5 which causes warning in console

# 0.6.0
## Breaking Changes
## 0.6.0
### Breaking Changes
- sketches now use LZString compression for URL encoding. Old sketches will break when shared.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "p5-cljs-web-editor",
"private": true,
"version": "0.8.5",
"version": "0.8.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit f4b4aca

Please sign in to comment.