# prosemirror-history

> Undo history for ProseMirror

Latest version **1.5.0** (published 2025-11-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install prosemirror-history
pnpm add prosemirror-history
yarn add prosemirror-history
bun add prosemirror-history
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.5.0 |
| Published | 2025-11-13 |
| First published | 2016-09-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 67.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 60 |
| Maintainers | marijn |

## Links

- npm: https://www.npmjs.com/package/prosemirror-history
- Repository: https://github.com/prosemirror/prosemirror-history
- Homepage: https://github.com/prosemirror/prosemirror-history#readme
- Issues: https://github.com/prosemirror/prosemirror-history/issues
- npm.io page: https://npm.io/package/prosemirror-history

## Dependencies (4)

- [rope-sequence](https://npm.io/package/rope-sequence.md) ^1.3.0
- [prosemirror-view](https://npm.io/package/prosemirror-view.md) ^1.31.0
- [prosemirror-state](https://npm.io/package/prosemirror-state.md) ^1.2.2
- [prosemirror-transform](https://npm.io/package/prosemirror-transform.md) ^1.0.0

## Recent versions

- 1.5.0 (latest) — 2025-11-13
- 1.3.0-beta.1 (beta) — 2022-05-20
- 1.4.1 — 2024-07-10
- 1.4.0 — 2024-03-21
- 1.3.2 — 2023-05-17
- 1.3.1 — 2023-04-26
- 1.3.0 — 2022-05-30
- 1.2.0 — 2021-08-18
- 1.1.3 — 2019-12-10
- 1.1.2 — 2019-11-20
- 1.1.1 — 2019-11-19
- 1.1.0 — 2019-11-08
- 1.0.4 — 2019-02-19
- 1.0.3 — 2018-10-08
- 1.0.2 — 2018-03-13
- … 19 more at https://npm.io/package/prosemirror-history/versions

## README

# prosemirror-history

[ [**WEBSITE**](https://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**CHANGELOG**](https://github.com/ProseMirror/prosemirror-history/blob/master/CHANGELOG.md) ]

This is a [core module](https://prosemirror.net/docs/ref/#history) of [ProseMirror](https://prosemirror.net).
ProseMirror is a well-behaved rich semantic content editor based on
contentEditable, with support for collaborative editing and custom
document schemas.

This [module](https://prosemirror.net/docs/ref/#history) implements an
undo/redo history plugin for ProseMirror.

The [project page](https://prosemirror.net) has more information, a
number of [examples](https://prosemirror.net/examples/) and the
[documentation](https://prosemirror.net/docs/).

This code is released under an
[MIT license](https://github.com/prosemirror/prosemirror/tree/master/LICENSE).
There's a [forum](http://discuss.prosemirror.net) for general
discussion and support requests, and the
[Github bug tracker](https://github.com/prosemirror/prosemirror/issues)
is the place to report issues.

We aim to be an inclusive, welcoming community. To make that explicit,
we have a [code of
conduct](http://contributor-covenant.org/version/1/1/0/) that applies
to communication around the project.

---
_Source: https://npm.io/package/prosemirror-history · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
