Skip to content

Releases: hackclub/theme

@hackclub/theme v1.0.0

11 Mar 11:56
2488569

Choose a tag to compare

Bring out of beta

Highlights

  • Migrated build pipeline to Microbundle
  • Switched to React 19 as minimum peer dependency
  • Replaced Babel with SWC for testing
  • Added E2E validation with dist smoke tests
  • Cleaned up legacy Babel configuration

Install

npm install @hackclub/theme@1.0.0

@hackclub/meta@1.2.0

11 Mar 11:58
b2cca9b

Choose a tag to compare

Upgrades & more

  • Migrated build pipeline to Microbundle
  • Updated to the latest version of React 19
  • Replaced Babel with SWC for testing
  • Added E2E validation with dist smoke tests
  • Cleaned up legacy Babel configuration

v0.3.1

14 Nov 18:39

Choose a tag to compare

Theme

  • Fix code block padding
  • Switch inline code to purple

Meta

  • Add children prop support

v0.3.0

24 Jul 18:21

Choose a tag to compare

  • Adds large variants for all 3 button styles
  • Adds translucent & translucentDark variants to card
  • Adds ultratitle text style for XL headings
  • Adjusts leading on form labels

v0.2.0

18 Jul 06:42

Choose a tag to compare

  • Adds utils: cx, gx (gradient), gxText (gradient text)
  • Updates variant styles, adding buttons.cta, buttons.ctaLg, & badges.pill
    • Includes far more form styles (including labelHoriz)
  • Adds purple color
  • Adds limit lineHeight
  • Removes widescreen adaptions for containers

v0.1.2

18 Jul 04:37

Choose a tag to compare

Updated Theme to use TypeScript.