Skip to content

v2.8.3

Compare
Choose a tag to compare
@mlaursen mlaursen released this 18 May 00:43
· 356 commits to main since this release

Bug Fixes

  • @react-md/layout: Added fixedAppBar flag into the useLayoutConfig (14e6587)
  • @react-md/layout: Mini Layouts Align Icons with Hamburger Menu in Dense Mode (abbe9a9)
  • @react-md/layout: non-fixed AppBar mini layouts (84313fc), closes #1101
  • @react-md/layout: Offset for temporary mini layouts (86e75bf)
  • @react-md/states: Added missing classnames dependency (a7a2012), closes #1155

Documentation

  • @react-md/layout: Added demo for non-fixed AppBar layouts (d217ac1)
  • @react-md/typography: Added examples for overriding typography styles (57033bd), closes #1147
  • react-md.dev: Added simple API documentation with typedoc (84739af)
  • react-md.dev: don't include version for latest react-md (a69359b)
  • react-md.dev: Light Theme Code Preview Colors (c9cc6a7)
  • react-md.dev: redirect to v1 website (5d9ee71)
  • react-md.dev: small updates after switching to free hosting (96e2dcd)
  • react-md.dev: update v1 links to new repo and static hosting (92801bb)
  • react-md.dev: updated tsdoc to work with typedoc (cf54c35)
  • react-md.dev: Fix typedoc source links when deployed through vercel (a4eed1b)
  • react-md.dev: Fixed useLayoutNavigation hook example in creating a new app (1cde856)

Other Internal Changes

  • no longer build,lint,test node 10 since I upgraded some dependencies (1d3f889)
  • fix anchor link to useFixedPositioning example docs (eb5a9fc)
  • fixed typo (ef3f9e4)
  • removed v1 info from README (b0e8ccb)
  • @react-md/dev-utils: Removed old typedoc WIP (a7d7429)
  • deployment: Fixed deploy script (4072b93)
  • workflow: dropped node 10 since I upgraded some dependencies (fd81950)

Library Size Changes

yarn dev-utils libsize

The gizipped UMD bundle sizes are:
 - dist/umd/react-md.production.min.js 83.01 KB (- 64 B)
 - dist/umd/react-md-with-font-icons.production.min.js 107.21 KB (- 69 B)
 - dist/umd/react-md-with-svg-icons.production.min.js 173.12 KB (- 63 B)

The min and max gzipped CSS bundle sizes are:
 - themes/react-md.grey-red-700-light.min.css 17.56 KB (+ 12 B)
 - themes/react-md.lime-teal-200-dark.min.css 17.63 KB (+ 12 B)