Skip to content

Releases: straker/livingcss

v4.1.2

20 Aug 02:55

Choose a tag to compare

fix(styles): prevent styles from cascading to examples

v4.1.1

10 Jul 05:42

Choose a tag to compare

fix(livingcss): resolve promise when all pages have been parsed

v4.1.0

02 Jul 04:55

Choose a tag to compare

feat(parseComments): parse tag descriptions as markdown for type {markdown}

v4.0.0

30 Jun 04:57

Choose a tag to compare

Shadow DOM in safari and firefox didn't work, so trying to encapsulate the styles didn't work. Switched to using polymer to create the proper encapsulation with shady DOM in all browsers. However, this means I need to inline both polymer and all style guide styles in order to reduce FOUC and get proper heights for calculating scroll positions.

also:

  • docs(@page): add example of multiple pages (#7)
  • docs(preprocessor): add example of using a preprocessor (#5)
  • fix(utils): fix readFiles to not error when passed undefined

v3.0.2

30 Jun 04:56

Choose a tag to compare

fix(sortOrder): fix sortOrder for nested arrays and page object names

v3.0.1

18 May 07:25

Choose a tag to compare

docs(readme): add demos, fix typo
fix(parseComments): fix parsing a name that contains spaces

v3.0.0

19 Apr 06:23

Choose a tag to compare

Create release for npm since I didn't understand what npm update did...

v2.0.0

19 Apr 06:17

Choose a tag to compare

  • Add sectionOrder and page id to pageContext
  • Pass template to preprocess function.

v1.0.0

19 Apr 06:16

Choose a tag to compare

Public release