Skip to content

Commit

Permalink
Merge pull request #23 from tiavina-mika/before-vite-build
Browse files Browse the repository at this point in the history
Before vite build
  • Loading branch information
tiavina-mika authored May 27, 2024
2 parents 7c63fc9 + 1865056 commit e93379a
Show file tree
Hide file tree
Showing 41 changed files with 5,279 additions and 2,599 deletions.
35 changes: 35 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"version": "0.2",
"language": "en",
"words": [
"colord",
"contenteditable",
"dropcursor",
"esbuild",
"gapcursor",
"keymap",
"queueMicrotask",
"mui-tiptap",
"mui",
"octocat",
"premajor",
"preminor",
"prepatch",
"prosemirror",
"selectednode",
"strikethrough",
"tinycolor",
"Tiptap",
"tiptap",
"Cyndi",
"Lauper"
],
"flagWords": [],
"ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"tsconfig.json",
"node_modules/**"
]
}
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: ""
assignees: ""
---

### Describe the bug

A clear and concise description of what the bug is.

Before filing a bug, please confirm that you have:

1. Material UI (v5) installed.

See [MUI installation](https://mui.com/material-ui/getting-started/installation/) for more details.

### To Reproduce

Please include a CodeSandbox demo of the problem if possible. (You can fork [this CodeSandbox](https://codesandbox.io/s/github/tiavina-mika/mui-tiptap-editor-bug-template).)

Steps to reproduce the behavior:

1.
2.
3.

### Expected behavior

A clear and concise description of what you expected to happen.

### Screenshots

If applicable, add screenshots to help explain your problem.

### System (please complete the following information)

- mui-tiptap-editor version: [e.g. 0.1.2]
- tiptap version: [e.g. 2.0.0]
- Browser: [e.g. Chrome, Firefox]
- Node version: [e.g 16.4.2]
- OS: [e.g. Ubuntu 22.04, macOS 11.4]

```tsx

```

### Additional context

Add any other context about the problem here.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
labels: ""
assignees: ""
---

### Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

### Describe the solution you'd like

A clear and concise description of what you want to happen.

### Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

### Additional context

Add any other context or screenshots about the feature request here.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:

- name: Replace branch name in branches array
run: sed -i 's|'current-branch'|'${{ github.ref_name }}'|' .releaserc

- name: Install dependencies
run: yarn

- run: yarn
# for Yarn v1, use `yarn publish` instead
# - run: yarn npm publish // if using yarn
- name: Release
Expand All @@ -46,4 +48,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

9 changes: 9 additions & 0 deletions .markdown-link-check-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ignorePatterns": [
{
"pattern": "^https://tiptap.dev/"
}
],
"timeout": "10s",
"retryOn429": true
}
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker",
"yzhang.markdown-all-in-one"
]
}
Binary file modified .yarn/install-state.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nodeLinker: node-modules

npmAuthToken: ${NODE_AUTH_TOKEN-fallback}
npmAlwaysAuth: true
npmAlwaysAuth: true

npmAuthToken: "${NODE_AUTH_TOKEN-fallback}"
200 changes: 200 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,203 @@
## [1.8.2](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.8.1...v1.8.2) (2024-05-06)


### Performance Improvements

* vite as dev dependecies ([acb5737](https://github.com/tiavina-mika/mui-tiptap-editor/commit/acb5737055596ae6ea79ff7c3238d93f1ec0c0f3))

## [1.8.1](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.8.0...v1.8.1) (2024-05-05)


### Bug Fixes

* upgrade lib ([a85e93a](https://github.com/tiavina-mika/mui-tiptap-editor/commit/a85e93acc4807a6b13e27ad82ad66db63cd0bff6))

# [1.8.0](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.7.0...v1.8.0) (2024-05-05)


### Features

* update readme ([bfc0b45](https://github.com/tiavina-mika/mui-tiptap-editor/commit/bfc0b4509ea21594d89e0a52e3eb5cdd5e939055))

# [1.7.0](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.6.1...v1.7.0) (2024-05-05)


### Features

* add screenshot ([c76641c](https://github.com/tiavina-mika/mui-tiptap-editor/commit/c76641c6dd21b2919ca9a02e0ad1f76e0092149c))

## [1.6.1](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.6.0...v1.6.1) (2024-05-05)


### Bug Fixes

* upgrade lib ([f81f157](https://github.com/tiavina-mika/mui-tiptap-editor/commit/f81f157e104cc0c79693ea04e33c4d13d7dabcad))

# [1.6.0](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.5.1...v1.6.0) (2024-05-05)


### Bug Fixes

* update version ([4eb9646](https://github.com/tiavina-mika/mui-tiptap-editor/commit/4eb96461eb5f20de7d4f8f86bb56ee5eba476b72))


### Features

* add markdown link check ([bc7b77d](https://github.com/tiavina-mika/mui-tiptap-editor/commit/bc7b77d5120db770d9617a572ba92ab17df84e48))
* update package ([2cb226a](https://github.com/tiavina-mika/mui-tiptap-editor/commit/2cb226a3f98eb7c181570e8e6d8264a4916da0d6))
* use cspell ([6894d68](https://github.com/tiavina-mika/mui-tiptap-editor/commit/6894d68241844385d0eb917d50137b8b435a7b08))

## [1.5.1](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.5.0...v1.5.1) (2024-05-05)


### Bug Fixes

* update lib ([77ac482](https://github.com/tiavina-mika/mui-tiptap-editor/commit/77ac482ebcd0bfa15b4a0341392bcb217bea42ea))

# [1.5.0](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.4.1...v1.5.0) (2024-05-05)


### Bug Fixes

* upgrade ([4d9cb83](https://github.com/tiavina-mika/mui-tiptap-editor/commit/4d9cb83d92e6991109ef887afe98d4e4fb3f1d38))


### Features

* add bug and issue template ([f2da502](https://github.com/tiavina-mika/mui-tiptap-editor/commit/f2da5023c98b106ece5e7ab9bbda8e119a72f7b9))

## [1.4.1](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.4.0...v1.4.1) (2024-05-05)


### Bug Fixes

* version ([f01d6f3](https://github.com/tiavina-mika/mui-tiptap-editor/commit/f01d6f34301bb6573774f2e51dc9c666abced351))

# [1.4.0](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.3.7...v1.4.0) (2024-05-05)


### Features

* add screenshot ([58c5377](https://github.com/tiavina-mika/mui-tiptap-editor/commit/58c5377c7be78f69027828a063c2b72b6518f265))

## [1.3.7](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.3.6...v1.3.7) (2024-05-05)


### Bug Fixes

* alignment ([2085d6d](https://github.com/tiavina-mika/mui-tiptap-editor/commit/2085d6d9d27014997f28196a7c119e1d6230399a))

## [1.3.6](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.3.5...v1.3.6) (2024-05-05)


### Bug Fixes

* font color picker ([5d64826](https://github.com/tiavina-mika/mui-tiptap-editor/commit/5d64826ed2782eddbc21428f2f51682339479dc2))
* version ([83fc204](https://github.com/tiavina-mika/mui-tiptap-editor/commit/83fc204576070fe26f7403f43a0cb86248acb3a6))

## [1.3.5](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.3.4...v1.3.5) (2024-05-04)


### Bug Fixes

* version ([e8f41b3](https://github.com/tiavina-mika/mui-tiptap-editor/commit/e8f41b32f134aeb5b4240e4c30db96ebf5b6c64e))
* version ([63c3780](https://github.com/tiavina-mika/mui-tiptap-editor/commit/63c3780532c274d81fdcf72fb4b3f02038807dfc))

## [1.3.4](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.3.3...v1.3.4) (2024-05-04)


### Bug Fixes

* styles ([7e910ad](https://github.com/tiavina-mika/mui-tiptap-editor/commit/7e910ad39e5bae7dcc5be66b084bc03724111ac6))
* styles ([4ee2551](https://github.com/tiavina-mika/mui-tiptap-editor/commit/4ee25510d78449bb490454e353680f5611e7d0e9))

## [1.3.3](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.3.2...v1.3.3) (2024-05-04)


### Bug Fixes

* import ([a8dd391](https://github.com/tiavina-mika/mui-tiptap-editor/commit/a8dd391a753103ab2f664b40cb0efe8f979405f5))
* import ([c9a6df3](https://github.com/tiavina-mika/mui-tiptap-editor/commit/c9a6df3fdad98ffd49183dda2aa78f2cf2b8af30))
* version ([739cece](https://github.com/tiavina-mika/mui-tiptap-editor/commit/739cece379c61fba5a1efc3793c5271476e5c884))

## [1.3.2](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.3.1...v1.3.2) (2024-05-04)


### Bug Fixes

* lib version ([b6d52f3](https://github.com/tiavina-mika/mui-tiptap-editor/commit/b6d52f326e86072df91456b57f0240286d3a8268))

## [1.3.1](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.3.0...v1.3.1) (2024-05-04)


### Bug Fixes

* workflow ([08b7fb4](https://github.com/tiavina-mika/mui-tiptap-editor/commit/08b7fb40f026582db32a95aff63886ee0ceefcfb))

# [1.3.0](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.2.0...v1.3.0) (2024-05-04)


### Bug Fixes

* example version ([3511e86](https://github.com/tiavina-mika/mui-tiptap-editor/commit/3511e86dfa951c89436813c8ccef2cdbb5943068))
* imports ([e23e40a](https://github.com/tiavina-mika/mui-tiptap-editor/commit/e23e40aac558e3d914d8440fe674d0e8a2552fcc))
* remove icon ([82f85a5](https://github.com/tiavina-mika/mui-tiptap-editor/commit/82f85a5ad4f84635860e3c03d55701584f3eefee))
* toolbar icons ([5d74c70](https://github.com/tiavina-mika/mui-tiptap-editor/commit/5d74c70905a112212f6860e8a12cf6385c87fa9c))
* update workflow ([e02179a](https://github.com/tiavina-mika/mui-tiptap-editor/commit/e02179a6b59d090d06428c58586c8dcceb46e518))
* yarn cache ([ec914ff](https://github.com/tiavina-mika/mui-tiptap-editor/commit/ec914ff22a3ad1286f1e0179efcab5acde48c71b))


### Features

* add icon container ([0b7d00f](https://github.com/tiavina-mika/mui-tiptap-editor/commit/0b7d00fc985d340d682ee9380c27f4e0ee02aed8))
* add tooltip ([0e8376d](https://github.com/tiavina-mika/mui-tiptap-editor/commit/0e8376dfa24126e0fb3ce28b31268c7d4fed11de))
* change color picker icon size ([1893e60](https://github.com/tiavina-mika/mui-tiptap-editor/commit/1893e606bca6d2a91732ec4ba75b5a0866958b3c))
* change editor styles ([9690a34](https://github.com/tiavina-mika/mui-tiptap-editor/commit/9690a3447d207fd6b56538a5bc3b069f0af4365e))
* change text editor style ([9e78f2d](https://github.com/tiavina-mika/mui-tiptap-editor/commit/9e78f2df22024dfb48c2dddb780b66355808d508))
* update heading selection ([6b58199](https://github.com/tiavina-mika/mui-tiptap-editor/commit/6b5819951746d83ba19ab71902f8d05a51030d3b))

# [1.2.0](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.1.20...v1.2.0) (2024-05-04)


### Features

* update readme ([285a7f8](https://github.com/tiavina-mika/mui-tiptap-editor/commit/285a7f8e681e7d46dfe58e93894b20967368546b))

## [1.1.20](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.1.19...v1.1.20) (2024-05-04)


### Bug Fixes

* version ([96ad721](https://github.com/tiavina-mika/mui-tiptap-editor/commit/96ad721fd6afde6ad837982f7127a7167b129d28))

## [1.1.19](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.1.18...v1.1.19) (2024-05-04)


### Bug Fixes

* update version ([c6c19f7](https://github.com/tiavina-mika/mui-tiptap-editor/commit/c6c19f73f2dd395d5569411f33d928b28a324b72))

## [1.1.18](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.1.17...v1.1.18) (2024-05-04)


### Bug Fixes

* update dependecies ([78aeb69](https://github.com/tiavina-mika/mui-tiptap-editor/commit/78aeb69836bca5ca067f3861e34802c79fbc26ed))

## [1.1.17](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.1.16...v1.1.17) (2024-05-04)


### Bug Fixes

* update installed lib ([0592219](https://github.com/tiavina-mika/mui-tiptap-editor/commit/0592219f4881c06adac170cf482b3525f2cb860f))

## [1.1.16](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.1.15...v1.1.16) (2024-05-04)


### Bug Fixes

* lib version ([070294c](https://github.com/tiavina-mika/mui-tiptap-editor/commit/070294ca69164401695e9ad5145d4448d58e71a6))

## [1.1.15](https://github.com/tiavina-mika/mui-tiptap-editor/compare/v1.1.14...v1.1.15) (2024-05-01)


Expand Down
Loading

0 comments on commit e93379a

Please sign in to comment.