Skip to content

Commit 43c3745

Browse files
authored
Merge pull request #109 from cursor-js:changeset-release/main
chore(release): version packages
2 parents 97ed94a + 5792d52 commit 43c3745

9 files changed

Lines changed: 41 additions & 39 deletions

.changeset/floating-plugin-provider.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/floating-say-prompt-positioners.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/pointer-hotspot-fix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/speech-plugin-cleanup.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/theme-plugin-cursors.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# docs
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a96913a]
8+
- Updated dependencies [d2b6e93]
9+
- Updated dependencies [85bb178]
10+
- Updated dependencies [55278f5]
11+
- Updated dependencies [6c33516]
12+
- @cursor.js/core@0.8.0
13+
314
## 0.5.1
415

516
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/core/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @cursor.js/core
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- a96913a: feat: let core plugins use an optional floating provider
8+
9+
SayPlugin and PromptPlugin can now resolve their positioners from an installed
10+
floating plugin provider while keeping the existing built-in positioning
11+
behavior when no provider is present.
12+
13+
- d2b6e93: feat: add customizable positioners for SayPlugin and PromptPlugin
14+
15+
SayPlugin and PromptPlugin now support custom positioners for advanced popup placement while keeping a dependency-free default behavior.
16+
17+
- 6c33516: feat: add built-in ThemePlugin cursor factories
18+
19+
ThemePlugin now exposes built-in configurable cursor factories via `ThemePlugin.cursors.default()`, `pointer()`, and `text()`, and the default theme is sourced from those factories.
20+
21+
### Patch Changes
22+
23+
- 85bb178: fix: correct the built-in pointer cursor hotspot
24+
25+
The built-in ThemePlugin pointer cursor now uses the intended hotspot offset so clicks and hover states align with the visible tip.
26+
27+
- 55278f5: fix: clean up speech plugin listeners when toggling docs demo plugins
28+
29+
SpeechPlugin now unsubscribes from `speech_requested` when removed so repeated toggles do not stack duplicate speech handlers. The docs settings demo also keeps mutually exclusive speech and interaction plugin variants in sync.
30+
331
## 0.7.1
432

533
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "public",
66
"provenance": true
77
},
8-
"version": "0.7.1",
8+
"version": "0.8.0",
99
"type": "module",
1010
"main": "./dist/cursor.umd.cjs",
1111
"module": "./dist/cursor.js",

0 commit comments

Comments
 (0)