Releases: kubit-ui/bernova
Releases Β· kubit-ui/bernova
v1.5.1
π¦ Release v1.5.1
See CHANGELOG.md for details
π₯ Installation
npm install [email protected]
# or
pnpm add [email protected]
# or
yarn add [email protected]π Links
v1.5.0
π¦ Release v1.5.0
See CHANGELOG.md for details
π₯ Installation
npm install [email protected]
# or
pnpm add [email protected]
# or
yarn add [email protected]π Links
v1.4.1
π¦ Release v1.4.1
See CHANGELOG.md for details
π₯ Installation
npm install [email protected]
# or
pnpm add [email protected]
# or
yarn add [email protected]π Links
v1.4.0
π¦ Release v1.4.0
See CHANGELOG.md for details
π₯ Installation
npm install [email protected]
# or
pnpm add [email protected]
# or
yarn add [email protected]π Links
Release v1.3.2
π Release v1.3.2
Type: patch release
Branch: bugfix/fixed-the-modules-compatibility
Previous: 1.3.1
π Changes
- fix: fixed the js modules compability (#23)
π¦ Installation
pnpm add [email protected]π§ Usage
// Generate CSS with Bernova
const { generateCSS } = require('bernova');
// Use CLI
pnpm dlx bernova
pnpm dlx bv-config // Create config file
pnpm dlx bv-build // Build stylesπ Links
Release v1.3.0
π Release v1.3.0
Type: minor release
Branch: feature/added-embed-css-cli-flag
Previous: 1.2.2
π Changes
- feat: Added embed-css cli flag (#21)
π¦ Installation
pnpm add [email protected]π§ Usage
// Generate CSS with Bernova
const { generateCSS } = require('bernova');
// Use CLI
pnpm dlx bernova
pnpm dlx bv-config // Create config file
pnpm dlx bv-build // Build stylesπ Links
Release v1.2.2
π Release v1.2.2
Type: patch release
Branch: bugfix/fixed-the-copy-css-file-into-js-modules-folders
Previous: 1.2.1
π Changes
- fix: Fixed the copy css into js modules folders (#20)
π¦ Installation
pnpm add [email protected]π§ Usage
// Generate CSS with Bernova
const { generateCSS } = require('bernova');
// Use CLI
pnpm dlx bernova
pnpm dlx bv-config // Create config file
pnpm dlx bv-build // Build stylesπ Links
Release v1.2.1
π Release v1.2.1
Type: patch release
Branch: bugfix/fixed-package-dependencies
Previous: 1.2.0
π Changes
- fix: Fixed package dependencies (#19)
π¦ Installation
pnpm add [email protected]π§ Usage
// Generate CSS with Bernova
const { generateCSS } = require('bernova');
// Use CLI
pnpm dlx bernova
pnpm dlx bv-config // Create config file
pnpm dlx bv-build // Build stylesπ Links
Release v1.2.0
π Release v1.2.0
Type: minor release
Branch: feature/added-new-cli-args-for-bv-build-script
Previous: 1.1.0
π Changes
- feat: Added new args for cli bv-build (#18)
π¦ Installation
pnpm add [email protected]π§ Usage
// Generate CSS with Bernova
const { generateCSS } = require('bernova');
// Use CLI
pnpm dlx bernova
pnpm dlx bv-config // Create config file
pnpm dlx bv-build // Build stylesπ Links
Release v1.1.0
π Release v1.1.0
Type: minor release
Branch: feature/added-cli-args-for-bv-build-script
Previous: 1.0.1
π Changes
- feat: added cli flags for bv-build (#17)
π¦ Installation
pnpm add [email protected]π§ Usage
// Generate CSS with Bernova
const { generateCSS } = require('bernova');
// Use CLI
pnpm dlx bernova
pnpm dlx bv-config // Create config file
pnpm dlx bv-build // Build styles