Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sindresorhus/cli-spinners
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: sindresorhus/cli-spinners
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 1, 2024

  1. Add dots14 spinner (#70)

    jeeukko authored Jul 1, 2024
    Copy the full SHA
    91bfe09 View commit details
  2. Copy the full SHA
    d1740fa View commit details
  3. 3.1.0

    sindresorhus committed Jul 1, 2024
    Copy the full SHA
    32d0d83 View commit details
Showing with 20 additions and 1 deletion.
  1. +2 −0 index.d.ts
  2. +1 −1 package.json
  3. +17 −0 spinners.json
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ export type SpinnerName =
| 'dots10'
| 'dots11'
| 'dots12'
| 'dots13'
| 'dots14'
| 'dots8Bit'
| 'sand'
| 'line'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-spinners",
"version": "3.0.0",
"version": "3.1.0",
"description": "Spinners for use in the terminal",
"license": "MIT",
"repository": "sindresorhus/cli-spinners",
17 changes: 17 additions & 0 deletions spinners.json
Original file line number Diff line number Diff line change
@@ -287,6 +287,23 @@
""
]
},
"dots14": {
"interval": 80,
"frames": [
"⠉⠉",
"⠈⠙",
"⠀⠹",
"⠀⢸",
"⠀⣰",
"⢀⣠",
"⣀⣀",
"⣄⡀",
"⣆⠀",
"⡇⠀",
"⠏⠀",
"⠋⠁"
]
},
"dots8Bit": {
"interval": 80,
"frames": [