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
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ with a shared version number.

## [Unreleased]

## [1.0.1] - 2026-08-08

### Fixed

- The 1.0.0 stability statement only reached the root README, so the npm
pages — where people actually decide whether to adopt — announced 1.0.0
without saying what "stable" covers. Each package README now carries the
commitment up front and links to the full scope. Docs-only release
(republished because npm versions are immutable).

## [1.0.0] - 2026-08-08

**Stable.** The API is now under semantic versioning: breaking changes to
Expand Down Expand Up @@ -349,7 +359,8 @@ What it deliberately does **not** cover, so these can still improve:
records one Froala undo step per gesture. iife build exposes the
`EditorRulerFroala` global (core bundled) for CDN use.

[Unreleased]: https://github.com/devslab-kr/editor-ruler/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/devslab-kr/editor-ruler/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/devslab-kr/editor-ruler/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/devslab-kr/editor-ruler/compare/v0.16.0...v1.0.0
[0.16.0]: https://github.com/devslab-kr/editor-ruler/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/devslab-kr/editor-ruler/compare/v0.14.0...v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Froala 어댑터도 동일합니다 — `@devslab/editor-ruler-froala/dist/index

| URL | 의미 |
|---|---|
| `@1.0.0` | 정확한 버전 고정 — 절대 안 바뀜, 캐시 최장 |
| `@1.0.1` | 정확한 버전 고정 — 절대 안 바뀜, 캐시 최장 |
| `@1.0` | `1.0.x` 최신 패치 — 버그픽스 자동 반영, 브레이킹 없음 (권장) |
| `@latest` (또는 버전 생략) | 항상 최신 릴리스 — 메이저 포함이라 브레이킹 체인지가 예고 없이 들어올 수 있음; jsDelivr가 별칭을 최대 12시간 캐시 |

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Version pinning options:

| URL | Meaning |
|---|---|
| `@1.0.0` | Exact version — never changes, cached longest |
| `@1.0.1` | Exact version — never changes, cached longest |
| `@1.0` | Latest `1.0.x` patch — bugfixes auto-applied, no breaking changes (recommended) |
| `@latest` (or no version) | Always the newest release — majors included, so breaking changes can land without warning; jsDelivr caches the alias for up to 12h |

Expand Down
2 changes: 1 addition & 1 deletion examples/ckeditor5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@devslab/editor-ruler-ckeditor5": "^1.0.0",
"@devslab/editor-ruler-ckeditor5": "^1.0.1",
"ckeditor5": "^48.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/froala/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@devslab/editor-ruler-froala": "^1.0.0",
"@devslab/editor-ruler-froala": "^1.0.1",
"froala-editor": "^4.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tiptap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@devslab/editor-ruler-tiptap": "^1.0.0",
"@devslab/editor-ruler-tiptap": "^1.0.1",
"@tiptap/core": "^3.6.5",
"@tiptap/extension-image": "^3.6.5",
"@tiptap/starter-kit": "^3.6.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@devslab/editor-ruler": "^1.0.0"
"@devslab/editor-ruler": "^1.0.1"
},
"devDependencies": {
"vite": "^5.4.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/editor-ruler-ckeditor5/README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**[문서 & 라이브 데모](https://devslab-kr.github.io/editor-ruler/)** · [English](README.md)

**1.0.0부터 안정 버전** — export되는 API는 semver를 따릅니다. [안정성 범위](https://github.com/devslab-kr/editor-ruler#안정성) 참조.

[`@devslab/editor-ruler`](https://github.com/devslab-kr/editor-ruler)의 [CKEditor 5](https://ckeditor.com/ckeditor-5/) 플러그인 — 에디터블 위에 Word 스타일 가로 줄자(여백·첫 줄 들여쓰기 드래그 핸들 + 가이드선)를 추가합니다.

```bash
Expand Down
2 changes: 2 additions & 0 deletions packages/editor-ruler-ckeditor5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**[Docs & live demo](https://devslab-kr.github.io/editor-ruler/)** · [한국어](README.ko.md)

**Stable since 1.0.0** — the exported API follows semantic versioning; see the [stability scope](https://github.com/devslab-kr/editor-ruler#stability).

[CKEditor 5](https://ckeditor.com/ckeditor-5/) plugin for [`@devslab/editor-ruler`](https://github.com/devslab-kr/editor-ruler) — a Word-like horizontal ruler with margin/first-line-indent drag handles and guide lines above the editable.

```bash
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ruler-ckeditor5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/editor-ruler-ckeditor5",
"version": "1.0.0",
"version": "1.0.1",
"description": "CKEditor 5 plugin for @devslab/editor-ruler — a Word-like horizontal ruler with margins, first-line indent, and guide lines.",
"license": "Apache-2.0",
"author": "devslab",
Expand Down
2 changes: 2 additions & 0 deletions packages/editor-ruler-froala/README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**[문서 & 라이브 데모](https://devslab-kr.github.io/editor-ruler/)** · [English](README.md)

**1.0.0부터 안정 버전** — export되는 API는 semver를 따릅니다. [안정성 범위](https://github.com/devslab-kr/editor-ruler#안정성) 참조.

[`@devslab/editor-ruler`](https://github.com/devslab-kr/editor-ruler)의 [Froala WYSIWYG 에디터](https://froala.com) 어댑터 — 에디터 위에 Word 스타일 가로 줄자(여백 + 첫 줄 들여쓰기)를 추가합니다.

```bash
Expand Down
2 changes: 2 additions & 0 deletions packages/editor-ruler-froala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**[Docs & live demo](https://devslab-kr.github.io/editor-ruler/)** · [한국어](README.ko.md)

**Stable since 1.0.0** — the exported API follows semantic versioning; see the [stability scope](https://github.com/devslab-kr/editor-ruler#stability).

[Froala WYSIWYG editor](https://froala.com) adapter for [`@devslab/editor-ruler`](https://github.com/devslab-kr/editor-ruler) — adds a Word-like horizontal ruler (margins + first-line indent) above the editor.

```bash
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ruler-froala/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/editor-ruler-froala",
"version": "1.0.0",
"version": "1.0.1",
"description": "Froala WYSIWYG editor adapter for @devslab/editor-ruler — a Word-like horizontal ruler plugin.",
"license": "Apache-2.0",
"author": "devslab",
Expand Down
2 changes: 2 additions & 0 deletions packages/editor-ruler-tiptap/README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**[문서 & 라이브 데모](https://devslab-kr.github.io/editor-ruler/)** · [English](README.md)

**1.0.0부터 안정 버전** — export되는 API는 semver를 따릅니다. [안정성 범위](https://github.com/devslab-kr/editor-ruler#안정성) 참조.

[`@devslab/editor-ruler`](https://github.com/devslab-kr/editor-ruler)의 [Tiptap](https://tiptap.dev) 확장 — 에디터 위에 Word 스타일 가로 줄자(여백·첫 줄 들여쓰기 드래그 핸들 + 가이드선)를 추가합니다.

```bash
Expand Down
2 changes: 2 additions & 0 deletions packages/editor-ruler-tiptap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**[Docs & live demo](https://devslab-kr.github.io/editor-ruler/)** · [한국어](README.ko.md)

**Stable since 1.0.0** — the exported API follows semantic versioning; see the [stability scope](https://github.com/devslab-kr/editor-ruler#stability).

[Tiptap](https://tiptap.dev) extension for [`@devslab/editor-ruler`](https://github.com/devslab-kr/editor-ruler) — a Word-like horizontal ruler with margin/first-line-indent drag handles and guide lines above your editor.

```bash
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ruler-tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/editor-ruler-tiptap",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tiptap extension for @devslab/editor-ruler — a Word-like horizontal ruler with margins, first-line indent, and guide lines.",
"license": "Apache-2.0",
"author": "devslab",
Expand Down
2 changes: 2 additions & 0 deletions packages/editor-ruler/README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**[문서 & 라이브 데모](https://devslab-kr.github.io/editor-ruler/)** · [English](README.md)

**1.0.0부터 안정 버전** — export되는 API는 semver를 따릅니다. [안정성 범위](https://github.com/devslab-kr/editor-ruler#안정성) 참조.

[editor-ruler](https://github.com/devslab-kr/editor-ruler)의 에디터 불문 코어: contenteditable 기반 어느 에디터에나 붙는 Word 스타일 가로 줄자(여백 + 첫 줄 들여쓰기). 의존성 0.

```ts
Expand Down
2 changes: 2 additions & 0 deletions packages/editor-ruler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**[Docs & live demo](https://devslab-kr.github.io/editor-ruler/)** · [한국어](README.ko.md)

**Stable since 1.0.0** — the exported API follows semantic versioning; see the [stability scope](https://github.com/devslab-kr/editor-ruler#stability).

Editor-agnostic core of [editor-ruler](https://github.com/devslab-kr/editor-ruler): a Word-like horizontal ruler (margins + first-line indent) for any contenteditable-based editor. Zero dependencies.

```ts
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/editor-ruler",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Word-like horizontal ruler for web rich-text editors: margins, first-line indent, drag handles. Editor-agnostic core.",
"license": "Apache-2.0",
"author": "devslab",
Expand Down
Loading