Releases: lauslim12/speednote
Releases · lauslim12/speednote
v3.1.4
What's Changed
- Better Padding in Mobile Screen Sizes by @lauslim12 in #56
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- Update Node.js version to
22.7.0
by @lauslim12 in #54 - Better Padding Implementation, Update Documentation by @lauslim12 in #55
Full Changelog: v3.1.2...v3.1.3
v3.1.2
v3.1.1
v3.1.0
What's Changed
- TailwindCSS Migration by @lauslim12 in #48
- Use
@fontsource-variable/inter
for a smaller bundle size by @lauslim12 in #49
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Breaking Change
Speednote v3.0.0
has been released. The breaking change is that now we're using SolidJS which should result in a significantly faster performance.
What's Changed
- SolidJS and Vite Migration by @lauslim12 in #45
- Restore Application Versioning by @lauslim12 in #46
- Fix PWA Manifest Generation by @lauslim12 in #47
Full Changelog: v2.0.0...v3.0.0
v2.0.0
Breaking Change
Speednote v2.0.0
has been released. The breaking change is that since we're utilizing a CSS property called field-sizing
for natively resizing textarea
components, the styles will not be applied in Firefox and Safari.
For further details, please consult the MDN Documentation.
What's Changed
- Use Native CSS Implementation for Auto-Resizable
Textarea
Component by @lauslim12 in #42 - Migration to
pnpm
as the Package Manager by @lauslim12 in #43
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
- Non-Breaking Dependency Updates of 2024 (Q1) by @lauslim12 in #38
Full Changelog: v1.0.0...v1.0.1
v1.0.0
New Release
The initial version of Speednote: v1.0.0
has been officially released 🎉
What's Changed
- Setup GitHub Actions and Tests by @lauslim12 in #1
- Deployment CI by @lauslim12 in #2
- Better Debounce Strategy + Add Autosave State + Fix Scrolling Bug by @lauslim12 in #4
- Fix Debounce Cancellation Bug by @lauslim12 in #5
- Fix Debounce Cancel Bug #2 by @lauslim12 in #6
- Revert
useDebounce
Hook by @lauslim12 in #7 - Clear Content + Undo Clear Button by @lauslim12 in #8
- Add Comparison of Notes + Detailed Development Documentation by @lauslim12 in #9
- Color Mode Switch by @lauslim12 in #10
- SCSS Migration by @lauslim12 in #11
- Freeze Notes by @lauslim12 in #14
- Shareable Notes by @lauslim12 in #15
- Fallback Messages on Shared Notes by @lauslim12 in #17
- Composable
Link
Component by @lauslim12 in #19 - Implement Unclearable Notes when Frozen by @lauslim12 in #21
- Show Latest Version using Dates by @lauslim12 in #22
- Add
id
forEditor
'sTextarea
by @lauslim12 in #23 - Refactor: Storage Layer, Better Debounce, and Simplification by @lauslim12 in #26
- Single-Responsibility Principle for
SharedNote
andNoteEditor
by @lauslim12 in #28 - Fix Asynchronous Operations in Button Event Handlers by @lauslim12 in #32
- New Pages:
404 Not Found
andError
by @lauslim12 in #30 - Utilize initializer pattern for
DataStore
and removememo
by @lauslim12 in #34 - Integrate Zustand State Management by @lauslim12 in #35
- Fix
Latin1
Encoding Errors, Support Kanji Characters in Note Sharing by @lauslim12 in #37
New Contributors
- @lauslim12 made their first contribution in #1
Full Changelog: https://github.com/lauslim12/speednote/commits/1.0.0