Skip to content

Releases: kubit-ui/bernova

v1.5.1

13 Feb 10:39

Choose a tag to compare

πŸ“¦ 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

11 Feb 12:29

Choose a tag to compare

πŸ“¦ 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

04 Feb 14:28

Choose a tag to compare

πŸ“¦ 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

04 Feb 08:42

Choose a tag to compare

πŸ“¦ 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

28 Jan 12:16

Choose a tag to compare

πŸš€ 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

πŸ”§ 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

21 Jan 11:44

Choose a tag to compare

πŸš€ 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

πŸ”§ 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

16 Jan 11:13

Choose a tag to compare

πŸš€ 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

πŸ”§ 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

15 Jan 15:52

Choose a tag to compare

πŸš€ Release v1.2.1

Type: patch release
Branch: bugfix/fixed-package-dependencies
Previous: 1.2.0

πŸ“ Changes

  • fix: Fixed package dependencies (#19)

πŸ“¦ Installation

πŸ”§ 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

14 Jan 15:53

Choose a tag to compare

πŸš€ 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

πŸ”§ 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

13 Jan 14:03

Choose a tag to compare

πŸš€ 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

πŸ”§ 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