• 1.8.0Nov 2022
  • Other
  • Update to React 18

  • 1.7.0Mar 2022
  • Added
  • Fix #168: If a title is set a changelog entry, then display it at the top of the page

  • 1.6.0Feb 2022
  • Fixed
  • Fix #157: Make the menu scrollable if it goes out of screen (by @64J0)

  • 1.5.0Dec 2021
  • Fixed
  • Fix #149: Fix anchor visibility and link display inside headers

  • 1.4.2Dec 2021
  • Fixed
  • Fix render of "Other" items category for the changelog

  • 1.4.1Dec 2021
  • Fixed
  • In the standard layout, center the content when on widescreen.

  • 1.4.0Dec 2021
  • Added
  • Add a Improved category to the changelog

  • Changed
  • Change the visual of the Changelog page

  • Improved
  • Fix #148: Allow changelog items to be define outside of a category

  • This allows support of RELEASE_NOTES files too.

  • Optimize content size based on the display

  • Don't generate empty line in the CHANGELOG page

  • Improve the margin between the changelog items

  • Fixed
  • Fix #144: toc: false disabled the whole menu and not just the TOC

  • Fix #145: Don't generate an empty <li></li> if the TOC contains no elements

  • 1.3.0Nov 2021
  • Added
  • Addd $nacara-navbar-dropdown-floating-max-width SCSS variable

  • Changed
  • Make the floating dropdown able to return the text to new line automatically

  • The dropdown description now accept an HTML string

  • Removed
  • Can't force new line using \n in the dropdown description

  • 1.2.1Nov 2021
  • Added
  • Fix #108: If the dropdown correspond to the active page, we indicate it visually

  • Fixed
  • Make the menu-container scrollable on mobile

  • 1.2.0Nov 2021
  • Added
  • We can disable the TOC generation from standard by setting toc: false in the front-matter

  • 1.1.2Nov 2021
  • Fixed
  • Fix missing fable_modules folder from dist

  • 1.1.1Nov 2021
  • Fixed
  • Fix the TOC parser to support minified HTML code too

  • 1.1.0Nov 2021
  • Added
  • Adapt to support Nacara 1.1.0

  • 1.0.1Oct 2021
  • Changed
  • Fix warning: Use of deprecated folder mapping "./" in the "exports"

  • 1.0.0Oct 2021
  • Added
  • Release v1.0.0

  • Added ApiGen minimal style

  • 1.0.0-beta-017Oct 2021
  • Fixed
  • Add missing has-footer to the body element when a footer is added via the partials.

  • 1.0.0-beta-016Oct 2021
  • Changed
  • In watch mode, general a local link for the brand item instead of redirecting the live website.

  • Fixed
  • Place correctly the footer even when there is not enought content to fill the whole page

  • 1.0.0-beta-015Oct 2021
  • Added
  • Add api layout

  • Changed
  • Simplify the Page.Minimal.render function because I was often forgetting to add the new arguments when using JavaScript

  • Simplify the layout names

    • nacara-standard -> standard
    • nacara-navbar-only -> navbar-only
    • nacara-changelog -> changelog
  • 1.0.0-beta-014Sep 2021
  • Added
  • Add support for the partial inside the dropdowns

  • Add support for toc front-matter which allows to customize the Headers interval

  • Fixed
  • Improve the hover behavior when using a fullwidth dropdown. Before this fix, the user needed to be really quick to access the dropdown content because of the gap between the Navbar Item and the Dropdown body.

  • 1.0.0-beta-013Sep 2021
  • Fixed
  • Re-try fix exports so people can import the distributes files for their own custom layouts

  • 1.0.0-beta-012Sep 2021
  • Added
  • Improve reloading system to reload only if the change concern the current page.

  • This avoid reloading the page before it is ready when regenerating a lot of pages.

  • Fixed
  • Force table cells to break words on mobile if needed allowing for a better display

  • Try fix exports so people can import the distributes files for their own custom layouts

  • 1.0.0-beta-011Sep 2021
  • Fixed
  • Add files from js folder to the published package

  • 1.0.0-beta-010Sep 2021
  • Added
  • PR #87: Add breadcrumb on desktop (by @mabasic)

  • PR #87: Add current section name in the navbar on mobile too

  • Fix #90: Complete rework of the navbar behavior

    • Added support for Dropdown
    • Better mobile support
  • Fix #96: Add partials support

  • Fix #77: Add footer support

  • Changed
  • PR #86: Make the Edit button a bit more discrete (by @mabasic)

  • PR #85: Change the Navigation buttons, to be styled as "Fat buttons" now (by @mabasic)

  • Fix #91: The edit button is not aligned correctly with the breadcrumb text (by @mabasic)

  • Fix #90: Us a different button style differentiate the navbar burger menu from the breadcrumb menu on mobile

  • Fix #44: Move the "site metadata info" into a siteMetadata property in nacara.config.json (by @mabasic)

  • Move the NPM package to be a pure ESM package

  • Switch to remark and rehype for doing the markdown parsing

  • Fixed
  • Fix #112: If there is no menu or toc, center the page content

  • 1.0.0-beta-009Aug 2021
  • Changed
  • Fix typo in date-disable-copy-button attributes. It has been renamed to data-disable-copy-button="true"

  • 1.0.0-beta-008Aug 2021
  • Added
  • Fix #8: Generate a favIcon tag if the property is set in nacara.config.json

  • Fixed
  • Fix #62: Improve menu display when using a combination of item/section

  • 1.0.0-beta-007Aug 2021
  • Changed
  • Move the fix "margin of p element inside of list element" to the changelog layout only

  • 1.0.0-beta-006Aug 2021
  • Changed
  • Fix #53: Include nacara/scripts/live-reload.js when using Nacara in watch mode

  • 1.0.0-beta-005Aug 2021
  • Fixed
  • PR #56: Add responsive metadata so the website is rendered correctly on mobile

  • 1.0.0-beta-004Jul 2021
  • Changed
  • Publish .fable folder

  • 1.0.0-beta-003Jul 2021
  • Changed
  • Publish .fable folder

  • 1.0.0-beta-002Jul 2021
  • Changed
  • Publish .fable folder

  • 1.0.0-beta-001Jul 2021
  • Added
  • Initial release as a standalone package