Commit Graph

180 Commits

Author SHA1 Message Date
Nick the Sick
747985b3a7
chore: update package versions for prosemirror 2024-06-11 23:03:14 +02:00
bdbch
cdc147a7f0
chore: add cz-conventional-changelog cli & update contributing guides (#5148)
* chore: add commitizen cli

added cz-conventional-changelog to make commiting easier with the new linter

* docs: add commiting information to CONTRIBUTING.md

Added information on how to commit to the codebase via conventional commits
2024-05-14 14:41:03 +02:00
bdbch
e992e707b4
chore: added commitlint for conventional commit linting (#5133)
* chore: add commitlint for conventional commits
* fix: fix commit-msg executable
2024-05-11 03:34:37 +02:00
svenadlung
3e440c2f96 name pre-release beta instead of rc 2024-02-12 11:51:48 +01:00
Dominik Biedebach
cad5470c8a split test run into seperate script 2024-01-03 10:38:27 +01:00
Dominik Biedebach
c6b72df6e8 chore: dont generate changelogs for rc versions 2023-09-14 17:27:46 +02:00
bdbch
d689e2d9c1
React context implementation for Tiptap (#4192)
* feat(react): add react context implementation

* chore(docs): updated react docs & demos for new context

* chore(docs): added slot docs

* chore(docs): fix typo

* chore(react): use correct editor package

* fix typo in react installation docs

* update react typings to latest version

* fix types

---------

Co-authored-by: bdbch <dominik@bdbch.com>
2023-07-11 18:20:43 +02:00
bdbch
97019c6c99 chore: added dev alias to start 2023-06-21 01:18:29 +02:00
Dominik
0c1bba3137
fix: Update peerDependencies to fix lerna version tasks (#3914)
* v2.1.0-rc.0

* revert version to 2.0.0

* dev: temporarily disable commits for release

* dev: set back lerna version

* disable commits for releases by default

* chore(core): add peerDeps

* chore(extension-blockquote): add peerDeps

* chore: add peerDeps

* chore: add peerDeps

* chore: add peerDeps

* chore: add peerDeps

* chore: add peerDeps

* chore: add peerDeps

* chore: add peerDeps

* chore: add peerDeps

* chore: revert 2.1.0 test changes

* chore: allow react 17 and upwards

* chore: update package-lock.json

* chore: move y-prosemirror to peerDeps

* chore: move y-prosemirror to dev deps

* chore: move y-prosemirror to dev deps
2023-03-30 12:36:15 +02:00
Dominik Biedebach
e594863e0a chore: dont push new versions automatically 2023-03-29 20:26:47 +02:00
Dominik Biedebach
cc8bccf062 update lerna 2023-03-29 18:06:42 +02:00
Dominik Biedebach
8a6f43749e pin lerna version 2023-03-29 17:56:58 +02:00
Dominik Biedebach
fa17c61e55 add rc as pre tag 2023-03-29 17:41:20 +02:00
Dominik Biedebach
60ef875bf4 add new release script 2023-03-29 17:39:20 +02:00
Dominik Biedebach
abdf8d2512 chore: change back to independent releases 2023-03-28 15:18:09 +02:00
Dominik
2ec39c0329
chore: add nnew release and prerelease actions (#3836) 2023-03-27 17:46:58 +02:00
Simon He
5c9c85070e
chore: add eslintcache (#3525) 2023-02-18 18:27:02 +01:00
Dominik
243c6ab0d2
Move back from tsup/esbuild to rollup (#3720)
* fix: bring back global rollup config

* fix: add rollup build for packages except pm

* fix: rollup global build

* fix: fix memory leak on build

* fix(character-count): revert files

* fix: builds run individual per rollup and lerna

* chore: remove old rollup

* fix(blockquote): correct the main module path

* fix(character count): bump version number
2023-02-08 11:12:43 +01:00
Dominik Biedebach
cba672f582 update publish task 2023-02-02 17:55:57 +01:00
Dominik
f387ad3dd4
feat(pm): new prosemirror package for dependency resolving
* chore:(core): migrate to tsup

* chore: migrate blockquote and bold to tsup

* chore: migrated bubble-menu and bullet-list to tsup

* chore: migrated more packages to tsup

* chore: migrate code and character extensions to tsup

* chore: update package.json to simplify build for all packages

* chore: move all packages to tsup as a build process

* chore: change ci build task

* feat(pm): add prosemirror meta package

* rfix: resolve issues with build paths & export mappings

* docs: update documentation to include notes for @tiptap/pm

* chore(pm): update tsconfig

* chore(packages): update packages

* fix(pm): add package export infos & fix dependencies

* chore(general): start moving to pm package as deps

* chore: move to tiptap pm package internally

* fix(demos): fix demos working with new pm package

* fix(tables): fix tables package

* fix(tables): fix tables package

* chore(demos): pinned typescript version

* chore: remove unnecessary tsconfig

* chore: fix netlify build

* fix(demos): fix package resolving for pm packages

* fix(tests): fix package resolving for pm packages

* fix(tests): fix package resolving for pm packages

* chore(tests): fix tests not running correctly after pm package

* chore(pm): add files to files array

* chore: update build workflow

* chore(tests): increase timeout time back to 12s

* chore(docs): update docs

* chore(docs): update installation guides & pm information to docs

* chore(docs): add link to prosemirror docs

* fix(vue-3): add missing build step

* chore(docs): comment out cdn link

* chore(docs): remove semicolons from docs

* chore(docs): remove unnecessary installation note

* chore(docs): remove unnecessary installation note
2023-02-02 17:37:33 +01:00
Dominik
e46f8e3334
Change Build Process to Lerna + tsup & prepare for prosemirror-meta package (#3555)
* chore:(core): migrate to tsup

* chore: migrate blockquote and bold to tsup

* chore: migrated bubble-menu and bullet-list to tsup

* chore: migrated more packages to tsup

* chore: migrate code and character extensions to tsup

* chore: update package.json to simplify build for all packages

* chore: move all packages to tsup as a build process

* chore: change ci build task

* chore: clean up and fix issues related to new build

* fix: fix demo build

* fix: fix demo build

* fix: fix tsconfig files to reference only one source

* fix: fix minor ts issues
2023-01-25 10:19:51 +01:00
Sven Adlung
348383b96c
fix(tests): fix failing cypress tests and update cypress
* test: update cypress and migrate configs

* test: fix codeBlockLowlight test

* test: bump cypress actions
2022-09-26 11:06:01 +02:00
Dominik Biedebach
c7b7a166c4 chore: always force push versions to the same version 2022-09-14 03:06:30 +02:00
Dominik Biedebach
30aa650514 remove github release creation 2022-09-10 22:03:16 +02:00
Dominik Biedebach
8ad10ce0a6 chore: update publish script 2022-09-10 21:25:29 +02:00
Dominik Biedebach
59abdd1a74 chore: update lerna release script 2022-09-10 21:18:14 +02:00
Dominik Biedebach
435a560464 chore: prepare lerna release for unified versioning 2022-09-10 21:12:21 +02:00
Dominik Biedebach
daf10f90be chore: upgrade lerna to 5.0.0 2022-07-06 19:10:10 +02:00
ahhshm
8bc3986f17
chore: lint only staged files (#2957) 2022-07-06 12:59:02 +02:00
Dominik
8c6751f0c6
add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862)
* chore: add precommit hook for eslint fixes, fix linting issues
* chore: add eslint import sort plugin
2022-06-08 14:10:25 +02:00
Dominik Biedebach
80de6cdf18 refactor(global): remove yarn in favor for npm
re #2087
2022-05-13 10:18:12 +02:00
Philipp Kühn
886cd339b9 dependencies: update 2022-02-04 10:21:35 +01:00
Philipp Kühn
a20e887458 dependencies: update 2022-01-25 10:22:56 +01:00
Philipp Kühn
f14098966d dependencies: update 2022-01-10 14:49:26 +01:00
Philipp Kühn
6a94e2fa62 dependencies: update 2022-01-04 10:02:24 +01:00
Philipp Kühn
083fdecf43 dependencies: update 2021-12-15 10:31:21 +01:00
Philipp Kühn
b1b39b0b0f dependencies: update 2021-12-08 21:34:25 +01:00
Philipp Kühn
f7257a5119 dependencies: update 2021-12-02 21:06:13 +01:00
Philipp Kühn
f2f1c31522 dependencies: update 2021-11-17 19:23:04 +01:00
Philipp Kühn
5e62979070 dependencies: update 2021-11-09 16:13:45 +01:00
Philipp Kühn
4b793be8e4 dependencies: update 2021-11-08 11:23:32 +01:00
Philipp Kühn
18a9271611 dependencies: update 2021-11-05 11:52:49 +01:00
Philipp Kühn
45778b81dd dependencies: update 2021-10-25 09:51:33 +02:00
Philipp Kühn
a7e2f4397b dependencies: update 2021-10-14 12:16:26 +02:00
Philipp Kühn
ace4964d97 dependencies: update 2021-10-08 12:13:20 +02:00
Philipp Kühn
e0f77b8fd6 dependencies: update 2021-09-30 09:41:27 +02:00
Philipp Kühn
1b71080a11 dependencies: update 2021-09-22 22:56:54 +02:00
Philipp Kühn
1faa2fc386 dependencies: update 2021-09-21 20:30:23 +02:00
Philipp Kühn
23d05630b5 update to lerna 4 2021-09-20 09:39:03 +02:00
Philipp Kühn
e0348df8f8 dependencies: update 2021-09-18 21:05:42 +02:00