Skip to content

Releases: NoDivide/astrum

1.9.6

12 Jan 14:38
7779d2c
Compare
Choose a tag to compare

Bugs

  • Fix minor bug with the preload container where content was leaking into pages (#152)

1.9.5

27 Jun 15:45
Compare
Choose a tag to compare

Bug

  • Resolves directory not found error on Windows as highlighted in #64. PR details at #96.
  • Also adds facility to install Astrum as a dev-dependency and not just globally.

1.9.4

02 Jun 10:27
Compare
Choose a tag to compare

Improvements

  • Update highlight.js to version 9.12.0

Bug

  • Fix bug where wrong override_code_highlight_bg value was being set.

2.0.0-rc.5

20 Jan 18:58
Compare
Choose a tag to compare
2.0.0-rc.5 Pre-release
Pre-release

Improvements

  • Added additional sandboxing function to account for styles applied to html and body.

Bugs

  • Fixed bug where copyright info was rendering null.
  • Fixed issue with component.html returning an object instead of a string.

2.0.0-rc.2

20 Jan 11:03
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release

Improvements

  • Added an assets folder to Astrum as a place to store highlight.js stylesheets and further enable offline support.

Bug Fixes

  • Fixed a bug where an error would be thrown if no project stylesheet were defined in data.json.

2.0.0-rc.0

13 Jan 11:44
Compare
Choose a tag to compare
2.0.0-rc.0 Pre-release
Pre-release

Improvements

  • Upgraded Astrum to Vue.js 2.1.8.
  • Astrum dependencies are now bundled using webpack in a single file (main.min.js).
  • Astrum now uses a form of scoped CSS to sandbox project styles to the sample container to prevent style collisions. (#33, #71, #79)

New Features

  • Astrum no-longer uses CDNJS loaded dependencies making it available offline. (#48)

Bug Fixes

  • Fixed a styling bug that sometimes causes project logos to overflow the sidebar.
  • Corrected styling for scrollbars that were appearing when not needed. (#69)

1.9.3

13 Dec 16:04
Compare
Choose a tag to compare

New Features

  • Add facility to hide overflow on a per component basis. (#89)

Bug Fixes

  • Fixed a bug where library title set in data.json wasn't being reflected on mobile. (#88)
  • Fixed a bug where auto sample hiding was not being triggered. (#90)
  • Fixed styles that were causing a horizontal scrollbar to be shown even when not needed. (#68)

1.8.1

20 Sep 08:27
Compare
Choose a tag to compare

Bug Fixes

1.8.0

05 Sep 15:27
Compare
Choose a tag to compare

Improvements

  • Added syntax highlighting support to pages and component descriptions. Astrum uses highlight.js for syntax highlight so it auto-detects the code being used or you can specify the language in your markdown.

1.7.0

03 Sep 14:42
Compare
Choose a tag to compare

Improvements

  • Added the facility to customise sidebar titles through data.json. themes now has a titles key:

    "titles": {
        "library_title": "Pattern Library",
        "pages_title": "Overview",
        "components_title": "Components"
    }
    

    Pre-1.7.0 instances of Astrum will have the title objects added to their data.json file automatically to maintain backward compatibility.