Skip to content

v1.14.0

Compare
Choose a tag to compare
@brandongregoryscott brandongregoryscott released this 18 Apr 16:03
· 145 commits to main since this release
2550907

What's Changed

  • Documentation updates #163
  • Add Table of Contents to documentation pages #165
  • Add contributing doc #171

In short, the documentation has been getting more attention! There's now three sections: an Overview for high-level terms and UI elements, How To for explanations of specific features/use-cases, and a Contributing section for setting up the app locally for development.

Some minor QoL features/changes:

  • A 'Return to top' button has been added to the bottom right of both the HelpDialog and HelpLayout components
    image

  • The CopyableHeading component now has a tooltip which explains it is for copying a link
    image

  • A table of contents has been added to the start of each markdown file for easier navigation/scanning of content
    image

  • The HelpDialog no longer changes the user's route, which was confusing. All of the links are now correctly referring to the full route for the documentation (if you wanted to copy the location to your clipboard), while the navigation is handled through JS.

🛠️ Package upgrades

  • Bump async from 2.6.3 to 2.6.4 #161
  • Bump @supabase/supabase-js from 1.33.3 to 1.34.1 #169
  • Bump jotai from 1.6.3 to 1.6.4 #167
  • Bump luxon from 2.3.1 to 2.3.2 #170

Full Changelog: v1.13.0...v1.14.0