Skip to content

Releases: tjklint/tjklint.github.io

v1.1.0

24 Sep 14:10
d5aa5ea
Compare
Choose a tag to compare

The One-Page Release.

For the sake of UX, I just finished up some UI/UX updates as well as adding all the contents into one page. I had to change a lot the SCSS, to standardize a megin across pages.

What's Changed

  • build(deps): bump react-router-dom from 6.26.0 to 6.26.1 by @dependabot in #193
  • fix: hyperlink & typo problem in LICENSE. by @tjklint in #199
  • [ImgBot] Optimize images by @imgbot in #201
  • build(deps): bump @testing-library/jest-dom from 5.17.0 to 6.4.8 by @dependabot in #166
  • chore: remove unused components and update About page layout by @tjklint in #206
  • chore: update contribution_map.scss to improve layout and styling by @tjklint in #207
  • chore: Update techstack.scss to improve styling and color scheme by @tjklint in #208
  • chore: update contribution_map.scss to improve layout and styling by @tjklint in #209
  • chore: update contribution_map.scss to improve layout and styling by @tjklint in #210
  • chore: update about page layout and styling by @tjklint in #211
  • chore: update techstack.scss to align h2 text to the left by @tjklint in #212
  • build(deps): bump @testing-library/jest-dom from 6.4.8 to 6.5.0 by @dependabot in #229
  • feat: fixed projects page for mobile. by @tjklint in #230
  • style: techstack width to match website. by @tjklint in #231
  • style: about width to match website on desktop by @tjklint in #232
  • style: resume width to match website width on desktop. by @tjklint in #233
  • feat: added cusec to about me. by @tjklint in #234
  • style: changed width to match website width. by @tjklint in #235
  • Refactor(1page) by @tjklint in #236
  • style: changed totalCount in react-github -calendar by @tjklint in #237
  • Refactor(1page) by @tjklint in #238
  • style: adjust contribution map width to match website width by @tjklint in #239
  • Refactor(1page) by @tjklint in #240
  • style: add left padding to job-container in resume.scss by @tjklint in #241
  • style: update contribution map totalCount to display contributions fo… by @tjklint in #242
  • style: update project container width and remove unnecessary padding by @tjklint in #243
  • style: adjust iframe height in resume.scss by @tjklint in #244
  • style: adjust iframe height and media query in resume.scss by @tjklint in #245
  • style: Update resume.scss for responsive layout by @tjklint in #246
  • style: Update techstack.scss for responsive layout by @tjklint in #247
  • docs: clarified comments. by @tjklint in #248
  • Refactor(1page) by @tjklint in #257
  • Refactor(1page) by @tjklint in #258
  • style: Capitalize legend labels in contribution_map.tsx by @tjklint in #259
  • build(deps): bump @testing-library/react from 16.0.0 to 16.0.1 by @dependabot in #267
  • build(deps): bump react-github-calendar from 4.2.2 to 4.3.0 by @dependabot in #269
  • fix: updated resume by @tjklint in #270
  • style: update about page styles for better readability and alignment by @tjklint in #271
  • build(deps): bump styled-components from 6.1.12 to 6.1.13 by @dependabot in #268
  • chore: updated meta information by @tjklint in #277
  • Refactor(1page) by @tjklint in #284
  • feat: added *.webp versions of all pictures. by @tjklint in #285
  • Refactor(1page) by @tjklint in #286
  • fix: github contributions stick to each ends of the container. by @tjklint in #289
  • fix: header alignment on wider desktops. by @tjklint in #290
  • Refactor(1page) by @tjklint in #291
  • fix: bug where carets on resume end up in the text. by @tjklint in #292
  • refactor: added title to iframe for accessibility. by @tjklint in #293
  • Refactor(1page) by @tjklint in #294
  • refactor: Adjust contribution map layout for better alignment and res… by @tjklint in #295
  • Refactor(1page) by @tjklint in #296
  • docs: commented about.scss for better code readabliity. by @tjklint in #297
  • docs: commented contribution_map.scss for better code readabliity. by @tjklint in #298
  • docs: commented footer.scss for better code readabliity. by @tjklint in #299
  • docs: commented header.scss for better code readabliity. by @tjklint in #300
  • docs: commented techstack.scss for better code readabliity. by @tjklint in #301
  • docs: commented resume.scss for better code readabliity. by @tjklint in #302
  • chore: removed some unneeded files. by @tjklint in #303
  • docs: commented social_links.tsx for better code readabliity. by @tjklint in #304
  • docs: commented projects.tsx for better code readabliity. by @tjklint in #305
  • docs: commented hero.tsx for better code readabliity. by @tjklint in #306

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

15 Aug 21:02
eb3e538
Compare
Choose a tag to compare

The inital launch of the website!

Here are the release notes:

  • feat: added header component by @tjklint in #1
  • Added hero element. by @tjklint in #7
  • fix: made nav and hero responsive/mobile-friendly. by @tjklint in #11
  • refactor: moved tsconfig to the correct repository. by @tjklint in #12
  • chore: added misc non-required files to gitignore. by @tjklint in #13
  • docs: removed default react docs and replaced with temporary information by @tjklint in #14
  • feat: added typewriter and basic styling and content. by @tjklint in #19
  • bug: removed remment of the old typewriter for a cleaner look. by @tjklint in #20
  • fix: updated header to make it mobile-friendly and responsive. by @tjklint in #21
  • feat: add social links underneath the hero. by @tjklint in #28
  • docs: added some minor documentation to the components. by @tjklint in #41
  • docs: updated/replaced default react configurations by @tjklint in #42
  • fix: padding issues. by @tjklint in #47
  • build: added react router to support several pages. by @tjklint in #48
  • feat: added resume page. by @tjklint in #49
  • feat: added resume page and content. by @tjklint in #50
  • style: added padding and changed font on the resume page. by @tjklint in #51
  • feat: added projects page by @tjklint in #56
  • fix: bug where projects page would not load quickly. by @tjklint in #57
  • build: added support for sass styling. by @tjklint in #88
  • chore: added about images. by @tjklint in #89
  • chore: added various global fonts to the site. by @tjklint in #90
  • style: added new fonts to existing pages. by @tjklint in #91
  • feat: added about page by @tjklint in #92
  • fix: fixed typo in about. by @tjklint in #93
  • fix: correct medium link in social links. by @tjklint in #94
  • feat: added dev.to to social links. by @tjklint in #95
  • fix: font change on social link to match the rest of webpage. by @tjklint in #96
  • Styling by @tjklint in #97
  • fix: padding issues in the about page. by @tjklint in #98
  • fix: changed wording for a header on the about page. by @tjklint in #99
  • feat: added more content to the resume page, replace old default. by @tjklint in #100
  • fix: changed weird padding issues to make the page more visually appe… by @tjklint in #101
  • fix: mobile responsiveness for the header. by @tjklint in #102
  • fix: wrong redirect in routing in the header select options. by @tjklint in #103
  • feat: added responsiveness to the about page. by @tjklint in #105
  • feat: added responsiveness to the projects page. by @tjklint in #106
  • deploy: made sly chantes to header code functionality to fix deployment. by @tjklint in #107
  • feat: added responsiveness to the projects page. by @tjklint in #108
  • fix: header padding and sizing. by @tjklint in #109
  • feat: added footer to all pages. by @tjklint in #110
  • chore: modified meta tags to fix description in embeds. by @tjklint in #111
  • chore: changed favicon to spaceship featured on main page. by @tjklint in #112
  • chore: added 192x192px logo of spaceship to public directory. by @tjklint in #113
  • chore: added 512x512px logo of spaceship to public directory. by @tjklint in #114
  • chore: fixed website title in the public index page. by @tjklint in #115
  • fix: weird padding issue on about page during a width of less than 500px by @tjklint in #116
  • feat: added my last year github contribution history at the bottom of the page. by @tjklint in #117
  • deploy: fixing errors to due github pages issue with client side routing. by @tjklint in #118
  • feat: added support for other photos in the about page. by @tjklint in #119
  • fix: corrected fonts on the project pages. by @tjklint in #120
  • feat: added small/third project with gifs and content. by @tjklint in #121
  • feat: diversified the typewriter texts better highlighting my skills. by @tjklint in #122
  • feat: added further projects to projects page. by @tjklint in #123
  • feat: added new fork/star button in the header. by @tjklint in #124
  • feat: added more top lines to the hero, including more pop culture references. by @tjklint in #130
  • feat: converted custom css of header to scss. by @tjklint in #131
  • feat: fix bug where header would cause white-space to appear off-screen. by @tjklint in #132
  • refactor: moved 2nd part of the about page to it's own component. by @tjklint in #133
  • chore: added gif of portfolio for demonstration purposes. by @tjklint in #135
  • fix: text-alignment issues on mobile. by @tjklint in #136
  • clean: removed unused asset files. by @tjklint in #137
  • docs: added gif of splash page to the readme. by @tjklint in #138
  • docs: added used technologies to the README. by @tjklint in #144
  • docs: updated techstack to more descriptive icons. by @tjklint in #145
  • docs: added prerequisites to the README. by @tjklint in #146
  • docs: added tech stack and emojis to README by @tjklint in #147
  • docs: moved title and fixed line formatting. by @tjklint in #148
  • docs: added a feature summary to the README. by @tjklint in #149
  • docs: added table of contents. by @tjklint in #150
  • docs/clean: removed old and depreciated information. by @tjklint in #151
  • docs: clarified certain parts of the README by @tjklint in #158
  • docs: fixed typo and added clarity to ambiguous text. by @tjklint in #159
  • build(deps): bump react-router-dom from 6.25.1 to 6.26.0 by @dependabot in #164
  • build(deps): bump @testing-library/react from 13.4.0 to 16.0.0 by @dependabot in #165
  • build(deps): bump @testing-library/user-event from 13.5.0 to 14.5.2 by @dependabot in #163
  • build(deps): bump react-github-calendar from 4.1.6 to 4.2.1 by @dependabot in #162
  • feat: 2 columns for icons on mobile. by @tjklint in #176
  • fix(contribution_map): color gradient for map is easier for the viewer by @tjklint in #177
  • refactor(resume): removed styled-components from resume.tsx towards .… by @tjklint in #178
  • chore: removed unneeded bulletpoints to the education part. by @tjklint in #179
  • chore: added bullet points to Bell internship. by ...
Read more