Skip to content

Commit

Permalink
New version 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed May 10, 2024
1 parent 4d47d4c commit 56223bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/buttons-size/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Change the size of the buttons
## Change the size of the buttons

You can change the size of the buttons by adding the `toolbarButtonSize`. The `toolbarButtonSize` attribute can be set to 'tiny' | 'xsmall' | 'small' | 'middle' | 'large'.

Expand Down
2 changes: 1 addition & 1 deletion examples/use-esm-build/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use ESM build
## Use ESM build

This example demonstrates how to use the ESM build of Jodit.
Without webpack, you can use the ESM build of Jodit by importing it directly into your HTML file.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit-examples",
"version": "1.0.17",
"version": "1.0.18",
"description": "Jodit Examples",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 56223bf

Please sign in to comment.