Skip to content

Commit d44c4cf

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.4.0...v2.0.0) (2026-01-18) * Merge pull request [#1](#1) from bizarre/inlay ([89c5736](89c5736)) ### Bug Fixes * better clipboard handling ([fcd7006](fcd7006)) * empty state caret rendering ([b8602d6](b8602d6)) * **inlay:** autocomplete ([bcab1c8](bcab1c8)) * **inlay:** IME composition ([3d9aeb3](3d9aeb3)) * **inlay:** prevent crash and caret issues with many diverging tokens ([130dcac](130dcac)) * performance, flaky tests, etc ([bc245b0](bc245b0)) * tests ([1f6c9c9](1f6c9c9)) * **tests:** update tests ([37efaf8](37efaf8)) * **vitest:** exclude ct tests ([65fa72c](65fa72c)) ### Features * handle overlapping matches better ([2cdea0d](2cdea0d)) * **inlay:** init ([8c792ce](8c792ce)) * **inlay:** portal improvements ([b5ad6ce](b5ad6ce)) * mobile ([0626207](0626207)) * portal rework ([b801fb3](b801fb3)) * **structured-inlay:** portal anchor ([5c26a96](5c26a96)) * **structured-inlay:** stable token ids ([d48c109](d48c109)) * **tests:** run playwright tests in CI ([ca477d0](ca477d0)) ### BREAKING CHANGES * - feat: new component "Inlay", structured text input primitive - tests: playwright ct testing - refactor: timeslice -> chrono - chore: landing page rework
1 parent 89c5736 commit d44c4cf

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# [2.0.0](https://github.com/bizarre/ui/compare/v1.4.0...v2.0.0) (2026-01-18)
2+
3+
4+
* Merge pull request [#1](https://github.com/bizarre/ui/issues/1) from bizarre/inlay ([89c5736](https://github.com/bizarre/ui/commit/89c5736bc085d47563ddd9aadb23be6ed8e7bed0))
5+
6+
7+
### Bug Fixes
8+
9+
* better clipboard handling ([fcd7006](https://github.com/bizarre/ui/commit/fcd700688080c9b86ce613592773184fd8ae3ef2))
10+
* empty state caret rendering ([b8602d6](https://github.com/bizarre/ui/commit/b8602d6a68864051e970e80a34230bdcf10478a0))
11+
* **inlay:** autocomplete ([bcab1c8](https://github.com/bizarre/ui/commit/bcab1c8bd554ae5097407af8cb7174e836782124))
12+
* **inlay:** IME composition ([3d9aeb3](https://github.com/bizarre/ui/commit/3d9aeb3a1e8aa24cb06bcbcb43baec812e61d48b))
13+
* **inlay:** prevent crash and caret issues with many diverging tokens ([130dcac](https://github.com/bizarre/ui/commit/130dcac0c3ae1776bcd85ccd194c520dabe27c62))
14+
* performance, flaky tests, etc ([bc245b0](https://github.com/bizarre/ui/commit/bc245b023179301182878cdf2584505c74b49af5))
15+
* tests ([1f6c9c9](https://github.com/bizarre/ui/commit/1f6c9c9bf0344ba0baf23d60d9db8bfeec121713))
16+
* **tests:** update tests ([37efaf8](https://github.com/bizarre/ui/commit/37efaf8a89cb45de60042c5c23fd1971d62043b5))
17+
* **vitest:** exclude ct tests ([65fa72c](https://github.com/bizarre/ui/commit/65fa72c341d06d11c200af391ccda23b8e125a41))
18+
19+
20+
### Features
21+
22+
* handle overlapping matches better ([2cdea0d](https://github.com/bizarre/ui/commit/2cdea0d7db9aac64681a02bc5829ef87c69e6d33))
23+
* **inlay:** init ([8c792ce](https://github.com/bizarre/ui/commit/8c792cee926f23e89a4c4653b9fc18dc324983d9))
24+
* **inlay:** portal improvements ([b5ad6ce](https://github.com/bizarre/ui/commit/b5ad6ce0eb4235092e62e9d7902885eccfdede63))
25+
* mobile ([0626207](https://github.com/bizarre/ui/commit/06262072b1f964308c5ec16a411cf3f029881692))
26+
* portal rework ([b801fb3](https://github.com/bizarre/ui/commit/b801fb370197bb8a28cc1e5eb43f3858d1288c91))
27+
* **structured-inlay:** portal anchor ([5c26a96](https://github.com/bizarre/ui/commit/5c26a9699e4d841bc8fd45d0bc0a3d4b950493aa))
28+
* **structured-inlay:** stable token ids ([d48c109](https://github.com/bizarre/ui/commit/d48c10923ce047086815f796a542d376bb10842d))
29+
* **tests:** run playwright tests in CI ([ca477d0](https://github.com/bizarre/ui/commit/ca477d091cf103f37e847d5b3976f6a9bbd7e813))
30+
31+
32+
### BREAKING CHANGES
33+
34+
* - feat: new component "Inlay", structured text input primitive
35+
- tests: playwright ct testing
36+
- refactor: timeslice -> chrono
37+
- chore: landing page rework
38+
139
# [1.4.0](https://github.com/bizarre/ui/compare/v1.3.0...v1.4.0) (2025-05-08)
240

341

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bizarre/ui",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "Headless component library for the weird parts of UI.",
55
"private": false,
66
"main": "./dist/index/index.cjs.js",

0 commit comments

Comments
 (0)