Skip to content

Latest commit

 

History

History
282 lines (208 loc) · 29.6 KB

CHANGELOG.md

File metadata and controls

282 lines (208 loc) · 29.6 KB

Changelog

1.9.0 (2024-04-03)

Features

  • adds local cert generation instructions and template env file to README (234ca8e)

Bug Fixes

1.8.1 (2024-02-29)

Bug Fixes

  • clicking an external nav link no longer throws error (fdda20a)
  • disable svgs on fonts (390b6c5)
  • nuxt-module-plausible no longer throws an error on navigation (28b8d9c)

1.8.0 (2024-02-07)

Features

  • load plugin if env is prod or if localhost tracking explicitly enabled (e96735c)
  • makes imports more nuxt2 compatible (a04227d)
  • translate nuxt-module-plausible to nuxt3 (dada952)

1.7.2 (2024-01-24)

Bug Fixes

  • nav links work on all pages (9d737e9)
  • regenerated font files for SuisseIntl Medium and Regular (6055bc0)
  • regenerated font files for SuisseIntl SemiBold and Mono-Regular (d593427)

1.7.1 (2023-11-28)

Bug Fixes

  • nav jumplinks for index page navigate correctly from signup page (a363e6f)
  • put back navbar + footer (4d8c2b0)

1.7.0 (2023-11-23)

Features

  • signup button styling for keyboard navigation (c50a573)
  • signup form submits data from module form fields (e9146b8)
  • signup form uses form module components (596ad8e)
  • signup form uses form module fields (24d604b)
  • upgrades zero module (23dcacb)

Bug Fixes

1.6.0 (2023-11-19)

Features

  • add years to roadmap sections (e18a780)
  • adds mobile styling to years in roadmap section (5141364)
  • airtable field names changed to support hubspot submission (cb44dc8)

1.5.0 (2023-10-06)

Features

  • optimized footer image + styling across breakpoints (b95fc25)
  • optimized warped torus image + updated styling (edcf844)
  • warped torus background is in own layout (d313834)

1.4.0 (2023-09-28)

Features

  • alignment tweaks to hero section elements on tiny (8824479)

1.3.0 (2023-09-28)

Features

  • background image below other content (272a5c1)
  • form submit error + styling (2c7ea9e)
  • form submit error handling + message (21b6326)
  • http calls use auth tokens from nuxt config (77a36e5)
  • signup page background image (ead2a4a)

1.2.0 (2023-09-14)

Features

  • button background hover styles while loading (7fee6b9)
  • remove layout div from tab order (d6a6a4d)
  • signup form keyboard navigation + styling tweaks (fbd740e)

Bug Fixes

  • footer background image file path (eee3d4f)
  • footer background image file path (c204bb4)

1.1.0 (2023-09-13)

Features

  • compile seo from content jsons and add to head tag (ba20813)
  • footer content retrieved from store (15e7b77)
  • update site urls (c97c068)

Bug Fixes

  • public images dir path (44855c5)
  • zero button component now handles loading state updates correctly (66536d7)

1.0.0 (2023-09-10)

Features

  • add metadata (50923cf)
  • back home button + styling (06a2286)
  • base styles (2431b17)
  • block builder components and site nav (3dfea05)
  • close nav modal on nav link click and resize above small (a598d54)
  • code block component and hero header layout (b58cf4c)
  • code cleanup (4c84033)
  • comment indicating where to put email sign up form (0f7c44b)
  • dropdown error message and styling (12e0235)
  • dropdown panel open styling (121dc57)
  • dropdown value saved in local data (34a2e9a)
  • favicon and open graph image (a0d14e1)
  • features section with accordion (c1df301)
  • field error styling clears when field is interacted with (3ea05da)
  • fleek config (a54d516)
  • form submit switched to use cta component + styling (5ddda47)
  • form submits to airtable (e6c0dfd)
  • how it works section (84bf133)
  • if form is submitted, submit button doesn't submit again (2315fdd)
  • input fields error message and styling (5f64ef4)
  • input value saved in local data (d8d9120)
  • install plausible analytics (7923edf)
  • intro section (5b289bc)
  • intro section (1d313d6)
  • mobile navigation modal (41d5f8c)
  • nav cta hover effect (ddc3e13)
  • navigate to section using nav links (de2aa31)
  • remove filecoin familiarity field (da67ce4)
  • responsive styling down to small breakpoint (7d65bc2)
  • responsive styling down to tiny until 'how it works' section (f58641a)
  • responsive styling on all sections down to tiny breakpoint (f9f90ef)
  • roadmap section (8c796eb)
  • signup card correct image + title styling (86b9a4c)
  • signup form initial setup (d9930e4)
  • signup page and card setup (407acbb)
  • site background images (33ca47d)
  • site footer (8fea555)
  • site header and nav on desktop (889af12)
  • site imagery, icons and svgs (954bfb0)
  • subfooter form setup (883a88d)
  • subfooter section (e6fc935)
  • submit button functionality + styling (05204f3)
  • swap out nuxt 2 boilerplate with nuxt 3 starter (380182a)

Bug Fixes

  • accordion card background fill on hover (15a9126)
  • accordion hover/expanded states (132f1ec)
  • add icons and fix font size on subfooter card links (7527440)
  • adjust h3 font-size and line-height on desktop screen size (ff6c2b9)
  • build errors (eae4c4c)
  • change build commands to nuxi bin (f622334)
  • desktop and mobile design audit fixes (9529230)
  • footer background image (9c5ae15)
  • milestone title and content top alignment (3f5e692)
  • milestone title/content break at 480px screen width (40c91d5)
  • modal nav link active state (4f546a8)
  • primary cta size on mobile (9cd2759)
  • replace exposed site header method with nav link emitter (20329da)
  • replace svg network icon (727ef57)
  • reverse plus minus icon states (5a3496f)
  • roadmap headings hover region (5beeee0)
  • secondary cta hover effect broken (92f5a90)
  • site footer logo scrolls to top on click (63ad7c3)
  • text selection colors (f69bed6)
  • unhide nav ctas on modal open between small and mini (934db7a)
  • update url on cta in features section (aa5d35c)
  • update url on cta in subfooter documentation card (1f84602)
  • wrong case on lodash.clonedeep method (a3e14ae)

1.0.0 (2023-09-10)

Features

  • add metadata (50923cf)
  • back home button + styling (06a2286)
  • base styles (2431b17)
  • block builder components and site nav (3dfea05)
  • close nav modal on nav link click and resize above small (a598d54)
  • code block component and hero header layout (b58cf4c)
  • code cleanup (4c84033)
  • comment indicating where to put email sign up form (0f7c44b)
  • dropdown error message and styling (12e0235)
  • dropdown panel open styling (121dc57)
  • dropdown value saved in local data (34a2e9a)
  • favicon and open graph image (a0d14e1)
  • features section with accordion (c1df301)
  • field error styling clears when field is interacted with (3ea05da)
  • fleek config (a54d516)
  • form submit switched to use cta component + styling (5ddda47)
  • form submits to airtable (e6c0dfd)
  • how it works section (84bf133)
  • if form is submitted, submit button doesn't submit again (2315fdd)
  • input fields error message and styling (5f64ef4)
  • input value saved in local data (d8d9120)
  • intro section (5b289bc)
  • intro section (1d313d6)
  • mobile navigation modal (41d5f8c)
  • nav cta hover effect (ddc3e13)
  • navigate to section using nav links (de2aa31)
  • remove filecoin familiarity field (da67ce4)
  • responsive styling down to small breakpoint (7d65bc2)
  • responsive styling down to tiny until 'how it works' section (f58641a)
  • responsive styling on all sections down to tiny breakpoint (f9f90ef)
  • roadmap section (8c796eb)
  • signup card correct image + title styling (86b9a4c)
  • signup form initial setup (d9930e4)
  • signup page and card setup (407acbb)
  • site background images (33ca47d)
  • site footer (8fea555)
  • site header and nav on desktop (889af12)
  • site imagery, icons and svgs (954bfb0)
  • subfooter form setup (883a88d)
  • subfooter section (e6fc935)
  • submit button functionality + styling (05204f3)
  • swap out nuxt 2 boilerplate with nuxt 3 starter (380182a)

Bug Fixes

  • accordion card background fill on hover (15a9126)
  • accordion hover/expanded states (132f1ec)
  • add icons and fix font size on subfooter card links (7527440)
  • adjust h3 font-size and line-height on desktop screen size (ff6c2b9)
  • build errors (eae4c4c)
  • change build commands to nuxi bin (f622334)
  • desktop and mobile design audit fixes (9529230)
  • footer background image (9c5ae15)
  • milestone title and content top alignment (3f5e692)
  • milestone title/content break at 480px screen width (40c91d5)
  • modal nav link active state (4f546a8)
  • primary cta size on mobile (9cd2759)
  • replace exposed site header method with nav link emitter (20329da)
  • replace svg network icon (727ef57)
  • reverse plus minus icon states (5a3496f)
  • roadmap headings hover region (5beeee0)
  • secondary cta hover effect broken (92f5a90)
  • site footer logo scrolls to top on click (63ad7c3)
  • text selection colors (f69bed6)
  • unhide nav ctas on modal open between small and mini (934db7a)
  • update url on cta in features section (aa5d35c)
  • update url on cta in subfooter documentation card (1f84602)
  • wrong case on lodash.clonedeep method (a3e14ae)