Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Dec 31, 2019
2 parents 6f98473 + f3d9c3a commit f1d3505
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [1.2.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-28)


### Bug Fixes

* 🐛 ensure heading extension attr level is number type ([a1d51aa](https://github.com/Leecason/element-tiptap/commit/a1d51aa8799fa1c9c037ec72132bbc7657939cf6))
* 💄 editor content text-align, default to left ([0631364](https://github.com/Leecason/element-tiptap/commit/0631364ace1913c7c2ed0b3d0217ef1b97792e82))
* 🔧 remove unnecessary peerDependencies ([f183a7b](https://github.com/Leecason/element-tiptap/commit/f183a7b6cd57a829731508acde94105d56edf13a))


### Features

* ✨ support hard_break extension ([d3daa6a](https://github.com/Leecason/element-tiptap/commit/d3daa6ad37105cdb75c6b7848922881a88a68f31))

# [1.1.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-23)


### Features

* 🎨 inject style in js file ([0fe9cf6](https://github.com/Leecason/element-tiptap/commit/0fe9cf62f12105afe889e202b17dabb8c8bc547a))
* 🎨 on command import element components ([fea07f6](https://github.com/Leecason/element-tiptap/commit/fea07f620de3cf9a0ae98507e2dd31637e89846c))
* 🔧 package type ([4afe657](https://github.com/Leecason/element-tiptap/commit/4afe657f3a3a2513a19a17364c9b77e9ce214fe6))

## [1.0.1](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-22)


### Bug Fixes

* 🔧 package.json config ([bcfe269](https://github.com/Leecason/element-tiptap/commit/bcfe26973fc9c795006af2fe2419bd6c32ad348c))

# 1.0.0 (2019-12-20)


Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

A WYSIWYG editor based on [tiptap](https://github.com/scrumpy/tiptap) and uses [Element's](https://github.com/ElemeFE/element) components.

## ScreenShot
## Demo
![ScreenShot](/examples/assets/screenshot.png?raw=true)
[Live Demo](https://leecason.github.io/element-tiptap)

## Features

Expand Down Expand Up @@ -133,7 +134,7 @@ You can customize the extension menu button view,

```js
// create your extension file
import { Bold } from 'element-tiptap';
import { Bold } from 'element-tiptap';

export default class CustomBold extends Bold {
menuBtnView (editorContext) {
Expand Down Expand Up @@ -291,5 +292,15 @@ Customize the bubble menu like menubar.
### footer
Footer of the editor, after the editor content.

## Changelog
[Changelog](https://github.com/Leecason/element-tiptap/blob/master/CHANGELOG.md)

## Roadmap
- Table
- Text Color
- Text Background Color
- Font Size
- Font Type

## Licence
MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-tiptap",
"version": "1.0.0",
"version": "1.2.0",
"license": "MIT",
"description": "A WYSIWYG editor based on Tiptap and Element.",
"scripts": {
Expand Down

0 comments on commit f1d3505

Please sign in to comment.