Catalog Versions Save

Create living style guides using Markdown or React

v3.3.0

6 years ago

Minor Changes

  • Unify source toggle: #362
  • Iframe improvements: #375
  • Make separator whitespace insensitive in parseSpecimenBody: #367

Patches

  • Fix standalone build: #368

Credits

Huge thanks to @bldng and @amytych for helping!

v3.2.4

6 years ago

Patches

  • FrameComponent: check this.iframe is not null before accessing it: 4c2a7a9064716308306eba57052f5e0bf89470d9
  • Fix links visited color to prevent default style.: #355
  • Don’t force theme colour on the entire page but just menuIcon.: #358
  • Bump next.js: 54344fd45346381b62df60e043cb8cfcd8e2b582

Credits

Huge thanks to @equinusocio and @piotrf for helping!

v3.2.3

6 years ago

Patches

  • Fix typos: #344
  • Upgrade marked to fix security issue (see #352): #354

Credits

Huge thanks to @tbroadley, @RusinovAnton for helping!

v3.2.2

6 years ago

Patches

  • Add release tool to publishing workflow: 36a2444f82b4ea0c8f466f0209679bda5cf6f5cf
  • Bump args: a414fbea552fd936fd31762d5dc766c55e988b6b

v3.2.1

6 years ago

Patches

  • Update navigationBar hover opacity: a267be1670f955b776a49e2ad8cca531f40fb53e

Credits

Thanks @bldng!

v3.2.0

6 years ago

Minor Changes

  • Allow to re-order responsive sizes: #333
  • Allow theming header and navigation bar: #341
  • Make Type specimen accept arrays for values to customize labels: #332

Credits

Huge thanks to @tpreusse, @bldng and @mattfelten for helping!

v2.0.0

8 years ago

The great update to Catalog! Version 2 features a new visual appearance (and a logo!) and a major rewrite under the hood. There are many breaking changes, so you need to spend some time updating your documentation when migrating from 1.x.

:rocket: The biggest new thing is that Catalog is now available as a npm module and can be integrated directly into a React application to document components and styles. :rocket:

The standalone version still works the same way (with some small changes to the API and the configuration).

Notable Changes

  • The standalone version now is called with Catalog.render(config, element)
  • All specimens now share a common configuration option span-[1-6] which allows them to be laid out in a grid
  • React app integration
  • Streamlined page configuration with helpful warnings in development mode
  • Themable (experimental, API subject to change)

New Specimens

  • ColorPalette
  • Image
  • Video
  • Audio
  • Type
  • Hint
  • Download
  • ReactSpecimen

Removed Specimens

  • HTML Project (no replacment yet)
  • UISpec (replaced by Image, Video, Audio)
  • Icon (replaced by Image)