Releases: chdonncha/ascii-tree-builder
Releases · chdonncha/ascii-tree-builder
v1.1.0
v1.0.5
What's Changed
- ♻️ Refactor files to follow eslint guidelines by @chdonncha in #15
- ♻️ Refactor webVitals.ts to follow eslint guidelines by @chdonncha in #16
- ♻️ 📦 Refactor for eslint errors, add Eslint package by @chdonncha in #17
- ♻️ Remove redundant parameter by @chdonncha in #18
Full Changelog: v1.0.1...v1.0.5
v1.0.1
What's Changed
- 🔥 Remove idea folder and add .idea to git ignore by @chdonncha in #9
- ♻️ 🔥 Move react project to root directory by @chdonncha in #10
- 🔨 Add github pages auto deployment workflow script by @chdonncha in #11
- 🔨 Add eslint github workflow action script by @chdonncha in #12
- ♻️ Rename project by @chdonncha in #13
- 🔧 Add eslintrc config file by @chdonncha in #14
New Contributors
- @chdonncha made their first contribution in #9
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Features
- Node Management: Create, rename, delete, move, indent, unindent, and clear nodes.
- Import/Export: Import node structures and copy output functionality.
- Styling and UI: Comprehensive styling updates, improved mobile responsiveness, custom icons, and enhanced instruction accordion.
- Undo/Redo: Added undo/redo functionality with state serialization and fixed related bugs.
- Instructions and Help: Instruction accordion with updated wording.