Skip to content

Releases: travi-org/theme-components

v1.2.0

05 Apr 14:41
07ee420
Compare
Choose a tag to compare

1.2.0 (2020-04-05)

Features

  • contact: added a link to the primary nav (07ee420)

v1.1.0

04 Feb 03:45
8bb36c6
Compare
Choose a tag to compare

1.1.0 (2020-02-04)

Features

  • theme: exposed the theme creator through the public api (8bb36c6)

v1.0.0

06 Jan 03:43
8550a58
Compare
Choose a tag to compare

1.0.0 (2020-01-06)

Bug Fixes

  • alignment: fixed positioning of the main content (da068d9)
  • dependencies: bumped material to v4 (509fa88)
  • drawer: accounted for temporary variant for content (b16f1a4)
  • drawer: actually accounted for the drawer change (8505b67)
  • layout: removed extra padding around the content (c6c6b97)
  • logo: improved the size (bca486a)
  • material-ui: leveraged the styles package through the re-export (a3adefd)
  • nav-open: removed conditional styles related to drawer state (d34f990)
  • navigation: actually made the nav items links (70ca9fc)
  • navigation: used valid markup for the nav list (131a08a)
  • style: updated the remaining styles to use emotion (c1e64e9)
  • styles: removed unneeded transition declarations (f75f372)
  • swipable-drawer: used the temporary variant instead of persistent (e4a7301)
  • theme: created a new intance for each request (c7a8951), closes travi-org/matt.travi.org#349
  • theme: provided an empty sheets-manager (e412645), closes travi-org/matt.travi.org#349

Build System

  • rollup: fixed the build (fbaeb65)

Features

  • dark: enabled showing the dark theme if desired by the visitor (cba18d7)
  • home-link: linked the logo to the profile site (1a2877b)
  • layout: added a layout component (430bd24)
  • layout: exposed the component through the public interface (127ad94)
  • logo: added the logo to the header (6349a64)
  • navigation: added the primary nav drawer (4cd42ce)
  • navigation: used the swipeable drawer (ee7815e)
  • responsive: applied responsive-font-sizes to the theme (8bdaef7), closes #575
  • theme: exposed the mui theme (bb69432)
  • theme: included the theme provider in the layout (0062309)
  • typography: used typography to configure text display (6dad00b)

BREAKING CHANGES

  • theme: the theme is no longer exported since it is only used internally
  • rollup: babel 7 is used to build, which likely requires consumers to also upgrade

v1.0.0-alpha.2

05 Jan 07:19
127ad94
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2020-01-05)

Features

  • layout: exposed the component through the public interface (127ad94)