# prosemirror-state

> ProseMirror editor state

Latest version **1.4.4** (published 2025-10-23) · MIT license · 0 weekly downloads

## Install

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

## Health

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

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.4.4 |
| Published | 2025-10-23 |
| First published | 2016-09-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 179.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 231 |
| Maintainers | marijn |

## Links

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

## Dependencies (3)

- [prosemirror-view](https://npm.io/package/prosemirror-view.md) ^1.27.0
- [prosemirror-model](https://npm.io/package/prosemirror-model.md) ^1.0.0
- [prosemirror-transform](https://npm.io/package/prosemirror-transform.md) ^1.0.0

## Recent versions

- 1.4.4 (latest) — 2025-10-23
- 1.4.0-beta.2 (beta) — 2022-05-24
- 1.4.3 — 2023-05-17
- 1.4.2 — 2022-10-17
- 1.4.1 — 2022-06-23
- 1.4.0 — 2022-05-30
- 1.4.0-beta.1 — 2022-05-20
- 1.3.4 — 2021-01-20
- 1.3.3 — 2020-03-18
- 1.3.2 — 2019-11-20
- 1.3.1 — 2019-11-19
- 1.3.0 — 2019-11-08
- 1.2.4 — 2019-08-12
- 1.2.3 — 2019-05-08
- 1.2.2 — 2018-07-23
- … 23 more at https://npm.io/package/prosemirror-state/versions

## README

# prosemirror-state

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

This is a [core module](https://prosemirror.net/docs/ref/#state) 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/#state) implements the
editor state, which tracks the current document and selection, and
managed plugins.

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-state · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
