Releases: kubit-ui/bernova
Releases Β· kubit-ui/bernova
v1.5.5
π¦ Release v1.5.5
See CHANGELOG.md for details
π₯ Installation
npm install bernova@1.5.5
# or
pnpm add bernova@1.5.5
# or
yarn add bernova@1.5.5π Links
v1.5.4
π¦ Release v1.5.4
See CHANGELOG.md for details
π₯ Installation
npm install bernova@1.5.4
# or
pnpm add bernova@1.5.4
# or
yarn add bernova@1.5.4π Links
v1.5.3
π¦ Release v1.5.3
See CHANGELOG.md for details
π₯ Installation
npm install bernova@1.5.3
# or
pnpm add bernova@1.5.3
# or
yarn add bernova@1.5.3π Links
v1.5.2
π¦ Release v1.5.2
See CHANGELOG.md for details
π₯ Installation
npm install bernova@1.5.2
# or
pnpm add bernova@1.5.2
# or
yarn add bernova@1.5.2π Links
v1.5.1
π¦ Release v1.5.1
See CHANGELOG.md for details
π₯ Installation
npm install bernova@1.5.1
# or
pnpm add bernova@1.5.1
# or
yarn add bernova@1.5.1π Links
v1.5.0
π¦ Release v1.5.0
See CHANGELOG.md for details
π₯ Installation
npm install bernova@1.5.0
# or
pnpm add bernova@1.5.0
# or
yarn add bernova@1.5.0π Links
v1.4.1
π¦ Release v1.4.1
See CHANGELOG.md for details
π₯ Installation
npm install bernova@1.4.1
# or
pnpm add bernova@1.4.1
# or
yarn add bernova@1.4.1π Links
v1.4.0
π¦ Release v1.4.0
See CHANGELOG.md for details
π₯ Installation
npm install bernova@1.4.0
# or
pnpm add bernova@1.4.0
# or
yarn add bernova@1.4.0π 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 bernova@1.3.2π§ 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 bernova@1.3.0π§ 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