Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

61 lines (46 loc) · 1.85 KB

Changelog

2.0.9 - 2021-04-08

Fixed

  • Fixed breakpoints to prevent nav+content overlap in widerSidebar mode.

2.0.8 - 2021-04-07

Added

  • Added smallerSidebarHeadings and widerSidebar theme config settings that can be enabled to improve class reference sidebar menu headings. #24

Changed

  • Updated dependencies to resolve security issues.

2.0.7 - 2020-09-18

Changed

  • Updated package requirements to resolve security issues.

Removed

  • Deleted old Yarn lockfile.

2.0.6 - 2020-07-17

Fixed

2.0.5 - 2020-06-18

Fixed

  • Fixed slightly misaligned highlight styling in Algolia search results.

2.0.4 - 2020-06-01

Changed

  • Apply bold style to <dfn> tags.

2.0.3 - 2020-05-06

Changed

  • Vue-style interpolation is now only disabled for inline <code> tags now (in addition to code blocks, per VuePress core).

[2.0.2] - 2020-04-17

Fixed

  • Fixed expandable sidebar heading’s active/expanded color.

[2.0.1] - 2020-04-17

Added

  • Brought back support for split views. #13

[2.0.0] - 2020-04-15

Added

  • Started a changelog 😎.
  • Added BrowserShot and MetaDetails components.

Changed

  • Updated theme for VuePress ^1.4.1, with customizations applied to 1.4.1 default.
  • Refactored styles.
  • Restored code block language hints.
  • Refined appearance of <kbd> elements.

Fixed

  • Fixed CodeSwitcher appearance < 419px.

Removed

  • Removed support for custom split views.
  • Removed CodeLanguageSwitcher and Page components that are no longer needed.