Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bootprint-base

bootprint8.6kMIT4.0.4

The base configuration used by other Bootprint modules

readme

bootprint-base

NPM version

The base configuration used by other Bootprint modules

Installation

npm install bootprint-base

License

bootprint-base is published under the MIT-license.

See LICENSE for details.

Release-Notes

For release notes, see CHANGELOG.md

Contributing guidelines

See CONTRIBUTING.md.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.4 (2020-01-27)

Note: Version bump only for package bootprint-base

4.0.2 (2020-01-01)

Bug Fixes

  • do not include javascript libs by default (3b5247f)

4.0.1 (2020-01-01)

Note: Version bump only for package bootprint-base

4.0.0 (2019-12-30)

chore

  • bump dependency versions (bd1c245)

Features

  • remove unused "customize-engine-uglify" from dependencies (d27a0a1)

BREAKING CHANGES

    • version 9 of highlight.js highlights JSON slightly differently.
    • The class "hljs-attribute" has been replaced by "hljs-attr"
    • The prefix "lang-" of the code-class is not language-
    • Quotes are moved inside the "hljs-attr"-span.

Release notes

Version 1.0.0 (Fri, 23 Dec 2016 21:44:49 GMT)

  • 79e2e95 Prepare for 1.0 release - Nils Knappmeier

Version 0.8.0 (Sun, 18 Dec 2016 14:09:55 GMT)

  • 915eef1 Use "uglify" to add the jQuery and Bootstrap JavaScript files. - Nils Knappmeier

Version 0.7.3 (Thu, 24 Nov 2016 21:33:41 GMT)

  • 1e79060 Include highlight.js-styles into less file (fixes bootprint/bootprint#16). - Nils Knappmeier

Version 0.7.2 (Tue, 15 Mar 2016 14:21:10 GMT)

  • d6b24d6 Fix "npm test" script - Nils Knappmeier
  • b7f76c0 Adjust travis-configuration - Nils Knappmeier
  • 033c47e Move to bootprint-organization and enable ghook for StandardJS - Nils Knappmeier

v0.7.1 - 2016-02-10

  • Now really: Create borders around tables created through markdown (fixes nknapp/bootprint-openapi#52)

v0.7.0 - 2016-02-10

  • Create borders around tables created through markdown (fixes nknapp/bootprint-openapi#52)

v0.6.3 - 2015-10-21

  • Remove bootprint as peer-dependency, because npm versions 1 and 2 download it needlessly.

v0.6.2 - 2015-10-19

Fix

  • Re-add missing Handlebars-dependency

v0.6.1 - 2015-10-19

Fix

  • Add files-property to package.json

v0.6.0 - 2015-10-15

Add

  • equal-helper to compare two values

Change

  • The eachSorted helper now sorts in a case-insensitive manner.

v0.5.1 - 2015-08-13

Fix

  • bootprint-swagger#62: md-helper is not loosing html-tags anymore

v0.5.0 - 2015-07-20

Change

  • Align configuration to customize-engine-handlebars ** preprocessor is moved to handlebars.preprocessor. ** handlebars.template is deprecated. handlebars.templates should point to a directory containing an index.html.hbs file.

v0.3.1 - 2015-06-18

Fix

  • toUpperCase-helper must execute String.prototype.toUpperCase instead of returning it (see [nknapp/bootprint-swagger#5](https://github .com/nknapp/bootprint-swagger/issues/5))

v0.3.0 - 2015-06-17

Add

  • New helper htmlId which strips characters that are illegal in HTML ID-attributes.