Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed May 25, 2024
1 parent 14d22f7 commit c916dc3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .changeset/chatty-houses-bake.md

This file was deleted.

14 changes: 14 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# astro-loading-indicator

## 0.5.0

### Minor Changes

- 515dc78: Adds a `threshold` prop. If the page loads in less than the specified duration (in ms), the indicator will not be shown. It can be set to `false` to always show it. Defaults to `200`.

```tsx
<LoadingIndicator
color="..."
threshold={600}
// threshold={false}
/>
```

## 0.4.0

### Minor Changes
Expand Down
9 changes: 7 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "astro-loading-indicator",
"version": "0.4.0",
"version": "0.5.0",
"description": "Display a progress bar between page navigations when using View Transitions",
"author": {
"email": "contact@florian-lefebvre.dev",
"name": "Florian Lefebvre",
"url": "https://florian-lefebvre.dev"
},
"license": "MIT",
"keywords": ["astro-component", "withastro", "astro", "ui"],
"keywords": [
"astro-component",
"withastro",
"astro",
"ui"
],
"homepage": "https://github.com/florian-lefebvre/astro-loading-indicator",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c916dc3

Please sign in to comment.