Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/calm-empty-editor.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @qorpe/ui

## 0.5.2

### Patch Changes

- 89e316b: fix(json-editor): an empty document is never a lint error

The JSON linter flagged an empty editor as a parse error — a red dot on line 1 of
nothing. A blank editor is an invitation, not a mistake; the linter now answers no
diagnostics for a zero-length document and stays exactly as strict the moment content
appears. Consumers no longer need to toggle `lint` off for the empty state — which
also recreated the editor mid-typing, since `lint` participates in the setup effect.

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qorpe/ui",
"version": "0.5.1",
"version": "0.5.2",
"description": "The qorpe family UI kit: the ui-standard tokens, primitives and composites every qorpe console composes from.",
"license": "Apache-2.0",
"repository": {
Expand Down