Skip to content

Releases: mateusfg7/mateusf.com

8.3.0

03 Aug 20:34
323721d
Compare
Choose a tag to compare

8.3.0 (2023-08-03)

Features

  • ui: update mobile-menu items order and use Link on Sitemap item instead of OutLink (b50f5da)
  • ui: use signature as logo (e17656a)

Bug Fixes

  • ui: rollback mobile spaces of header (f4caf81)

8.2.1

02 Aug 14:16
755ea5e
Compare
Choose a tag to compare

8.2.1 (2023-08-02)

Features

  • ui: small header style improvements (452d657)

8.2.0

01 Aug 12:10
0fd4aab
Compare
Choose a tag to compare

8.2.0 (2023-08-01)

Features

  • ui: add "project-info" effect when hover (077a36f)
  • ui: add non-featured projects (840185c)

8.1.0

31 Jul 12:17
e3063d1
Compare
Choose a tag to compare

8.1.0 (2023-07-31)

Features

  • ui: add personal links section on kbar modal (6b94905)
  • ui: create /sitemap page (492eb43)
  • ui: remove mount delay of "toggle-theme" component (cf1bcd6), closes #596
  • update sitemap page links (b75320c)

8.0.3

30 Jul 17:15
e63d2cd
Compare
Choose a tag to compare

8.0.3 (2023-07-30)

8.0.2

30 Jul 17:11
923972d
Compare
Choose a tag to compare

8.0.2 (2023-07-30)

8.0.1

30 Jul 16:18
d852ee4
Compare
Choose a tag to compare

8.0.1 (2023-07-30)

Features

  • content/projects: add bg-eraser project (0272f2a)

Bug Fixes

  • deps: update dependency kbar to v0.1.0-beta.41 (2f49e85)

8.0.0

22 Jul 12:27
1257efa
Compare
Choose a tag to compare

8.0.0 (2023-07-22)

Features

  • a11y: add aria-label to mobile menu trigger button (0e8ff23)
  • a11y: add aria-label to toggle-theme trigger button (e80f479)
  • a11y: update icon and titles of toggle-theme component (2962fc7)
  • a11y: update name of system color theme on kbar (360a1b1)
  • add targe="_blank" to all contact links (23fcd09)
  • assets: add code-type.svg (d9c892b)
  • contentlayer: add new projects (eede1a2)
  • contentlayer: create AboutMe definition and mdx file (dacd878)
  • contentlayer: create Project definition (310186d)
  • contentlayer: update Project fields (f95dc03)
  • seo: add about links to sitemap and menus (1edf801)
  • seo: add about page metadata (822d928)
  • seo: add project page links (9d531ac)
  • seo: update sitemap generator with new routes (3a2d9f2)
  • ui: add ::selection styles (6e3bba7)
  • ui: add blog link on header (83d27a5)
  • ui: add info section on about page (2de757e)
  • ui: add search button and remove category/tag links from header mobile (29e92ef)
  • ui: add tag and category list on kbar component (6fa2767)
  • ui: add title to blog page (36dfa67)
  • ui: crate contact list on about page (bffad04)
  • ui: crate knowledge accordion on about page (887b92d)
  • ui: create home page (feb091d)
  • ui: create projects page (41252ff)
  • ui: improve color contrast on search button (610f5e4)
  • ui: remove global animation duration style (d0152ae)
  • ui: small improvements on .content-container responsve style (862ec72)
  • ui: small improvements on image card style (c56192c)
  • ui: small improvements on knowledge accordion responsve style (48efe4c)
  • ui: small improvements on knowledge accordion style (248043d)
  • ui: style improvements (68d0df3)
  • ui: update some contact-section styles and remove "use client" directive (34906c4)

Bug Fixes

  • deps: update dependency unist-util-visit to v5 (dfadcd9)
  • rendering: add "use client" directive to knowledge-section component (37f8f10)
  • ui: use getSortedPosts to correct post-list-by-year sorting (73f36ad)

Performance Improvements

  • ui: use fonts from next/font/google (2ba632b), closes #589

7.4.1

14 Jul 12:51
f8e5f0b
Compare
Choose a tag to compare

7.4.1 (2023-07-14)

Bug Fixes

  • config: use manual setted HOST env variable instead of use VERCEL_URL (ff1703e)

7.4.0

14 Jul 00:34
9c3f2e0
Compare
Choose a tag to compare

7.4.0 (2023-07-14)

Features

  • config: create website.config.ts with global config and metadata (2220916)
  • providers: add kbar provider on providers list (46a7332)
  • ui: create kbar component and provider (6414509)
  • ui: create kbar search trigger component and add it on Header (581753f)

Bug Fixes

  • deps: downgrade prettier to v2.8.8 (686f60c)
  • deps: update dependency next to v13.4.9 (2f7565f)
  • update old website url to https://mateusf.com (93cc661)

Performance Improvements

  • ui: use <Image /> component from next/image instead of common <img /> (664eea2)