Skip to content

Releases: canjs/bit-docs-html-canjs

v2.3.4

29 Mar 21:02

Choose a tag to compare

css specificity fixes

13 Mar 21:20

Choose a tag to compare

v2.3.3

2.3.3

v2.3.1

09 Mar 19:57

Choose a tag to compare

Fix search #445

Prism!

06 Mar 02:14

Choose a tag to compare

Remove line-highlight and cleanup CSS in preparation for Prism integration.

Styling Fixes

20 Feb 23:30

Choose a tag to compare

  • fix nested TOC styling (fixes #439)
  • remove TOC when empty
  • remove styles competing with prism

make Table of Contents more Visible

15 Feb 00:13

Choose a tag to compare

2.1.0

24 Jan 00:33

Choose a tag to compare

Adds a new css class meant to improve the display of screenshots in the docs.

bit-docs-screenshot {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

The image will be centered and its max width is set to prevent overflowing the image container.

v2.0.6

28 Dec 18:52

Choose a tag to compare

Fix navigating to and from URLs with hashes #422

v2.0.5

28 Dec 18:33

Choose a tag to compare

Able to render handlebars in signature description a22237e

Add helper to get children 9e53cd7

Diff: v2.0.4...v2.0.5

v2.0.4

28 Dec 18:33

Choose a tag to compare

Adds collection and outline to use default behavior 857e508

Diff: v2.0.3...v2.0.4