Skip to content

Releases: chichiwang/tamsui

v1.0.1

06 Jul 02:24
Compare
Choose a tag to compare

Updates to the accessibility of the boilerplate UI:

  • Update colors to have higher contrast (WCAG AA compliant)
  • Remove an id attribute from within a highly reused component (app/components/Logo/Egret.tsx)
  • Update the link to the homepage in app/Layout/Nav.tsx to have a specific aria-labelledby attribute pointing to the text
  • Update the anchor tags in app/components/Heading to have a proper aria-label tag that announces it links to the URL of the current section
  • Update app/components/ExternalLink so that it does not open in a new tab as advised by WCAG 2.0

v1.0.0

29 Jun 22:59
Compare
Choose a tag to compare

Core features for a viable MVP of this React/Express boilerplate:

  • Server-side rendering
  • Client-side hydration
  • Universal routing
  • Universal React application baseline
  • Basic application utilities
    • Error Boundary
    • Asset manifest fed through a React context
    • React hooks: useResetScroll and useRouteHead
    • Environment-aware, build configuration variables
    • Static file serve (configuration-guarded)
  • Developer workflow utilities
    • Complete ESLint coverage
    • Complete unit test coverage using Jest
    • Webpack watch server configured
    • Pull request template
    • CI with Github actions workflow (lint, test)