Releases: TheYuriG/deno-portfolio
Releases · TheYuriG/deno-portfolio
v1.1.0
- Added a retirement calculator to projects. (#74)
- Applied changes received on the feedback thread on Reddit. (#72)
- Expenses tracker can save expenses to the database. (#71)
- Enable DenoKV. (#57)
- Added a Syntax Highlighter tool. (#66)
- Added a Foor Order project. (#54)
- Added a page to display the React projects
/projects
. (#48) - Created the first two blog posts. (#28 and #32)
v1.0.1
- Sets width/height to images to reduce CLS. (#64)
- Uses Twind plugins system by default. (#53)
- Blog posts do not use the syntax highlight script anymore, but static HTML and CSS. (#63)
- Fixed blog post summaries not using the entire width of the container. (#49)
- Components were reworked to not need to manage the state internally but to use the parent's state instead, also moved out of
/islands
. (#45 and #46).
v1.0.0
- Added a Theme Switcher. (#3)
- Added navigation. (#4)
- Added
/toys
, the spinners and the insanity page to test layouts. (#7 and #6) - Created a README.md for this repository. (#21)
- Added
/blog
. (#12) - Added
/me
. (#13) - Added
/work
. (#25) - Created a
CustomHead
component that enables manually updating the SEO for each page. (#14)