Skip to content

Files

Latest commit

73a819e · Mar 13, 2025

History

History
57 lines (30 loc) · 833 Bytes

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 833 Bytes

@bprogress/core

1.3.3

Patch Changes

  • chore: add .cjs build

1.3.2

Patch Changes

  • fix: force height and width to 0 in bprogress class

1.3.1

Patch Changes

  • fix: update css() utils

1.3.0

Minor Changes

  • feat: add indeterminate mode
  • feat: add dec and reset methods

1.2.4

Patch Changes

  • feat: add iife build

1.2.3

Patch Changes

  • fix: remove parsePath, addPathPrefix utils

1.2.2

Patch Changes

  • feat: add parsePath, addPathPrefix and getAnchorProperty utils

1.2.1

Patch Changes

  • fix: remove forgotten console.log

1.2.0

Minor Changes

  • fix: use class selectors (.bar, .spinner) instead of role attributes for better accessibility
  • chore: remove CommonJS imports and switch to ESM imports with .js extensions