Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #377 from technote-space/release/next-v2.0.8
Browse files Browse the repository at this point in the history
release: v2.1.0
  • Loading branch information
technote-space committed Dec 5, 2020
2 parents 13add12 + 226b5f5 commit 7cb4f68
Show file tree
Hide file tree
Showing 15 changed files with 2,089 additions and 3,132 deletions.
2 changes: 0 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

Gutenberg エディタのツールバーに文章修飾用のボタンを追加するプラグインです。

[デモ](https://technote-space.github.io/add-richtext-toolbar-button)

[最新バージョン](https://github.com/technote-space/add-richtext-toolbar-button/releases/latest/download/release.zip)

## Table of Contents
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

This plugin makes it easy to add RichText toolbar button.

[Demonstration](https://technote-space.github.io/add-richtext-toolbar-button)

[Latest version](https://github.com/technote-space/add-richtext-toolbar-button/releases/latest/download/release.zip)

## Table of Contents
Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
theme: jekyll-theme-cayman

# Google Analytics
google_analytics: UA-78163306-3
1 change: 1 addition & 0 deletions assets/js/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
clearMocks: true,
verbose: true,
transform: {
'^.+\\.js$': '<rootDir>/node_modules/babel-jest',
Expand Down
28 changes: 14 additions & 14 deletions assets/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "add-richtext-toolbar-button",
"version": "2.0.8",
"version": "2.1.0",
"description": "add richtext toolbar button",
"scripts": {
"start": "yarn build",
Expand All @@ -19,22 +19,22 @@
},
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@technote-space/gutenberg-test-helper": "^0.0.21",
"@technote-space/gutenberg-utils": "^2.2.13",
"@technote-space/register-grouped-format-type": "^2.0.11",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"@babel/core": "^7.12.9",
"@babel/plugin-transform-react-jsx": "^7.12.7",
"@babel/preset-env": "^7.12.7",
"@technote-space/gutenberg-test-helper": "^0.1.4",
"@technote-space/gutenberg-utils": "^2.3.0",
"@technote-space/register-grouped-format-type": "^2.2.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.21.1",
"eslint": "^7.14.0",
"eslint-plugin-react": "^7.21.5",
"hard-source-webpack-plugin": "^0.13.1",
"jest": "^26.4.2",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"speed-measure-webpack-plugin": "^1.3.3",
"webpack": "^4.44.2",
"webpack-cli": "~3.3.12"
"webpack": "^5.9.0",
"webpack-cli": "~4.2.0"
}
}
4 changes: 1 addition & 3 deletions assets/js/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const SpeedMeasurePlugin = require('speed-measure-webpack-plugin');
const DuplicatePackageCheckerPlugin = require('duplicate-package-checker-webpack-plugin');
const HardSource = require('hard-source-webpack-plugin');
const smp = new SpeedMeasurePlugin();
const webpack = require('webpack');
const pkg = require('./package');
Expand Down Expand Up @@ -31,15 +30,14 @@ const webpackConfig = {
{
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader?cacheDirectory',
loader: 'babel-loader',
},
],
},
externals,
plugins: [
new webpack.BannerPlugin(banner),
new DuplicatePackageCheckerPlugin(),
new HardSource(),
],
};

Expand Down
4,691 changes: 1,920 additions & 2,771 deletions assets/js/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/technote-space/add-richtext-toolbar-button
* Description: This plugin makes it easy to add RichText toolbar button.
* Author: Technote
* Version: 2.0.8
* Version: 2.1.0
* Author URI: https://technote.space
* Text Domain: add-richtext-toolbar-button
* Domain Path: /languages/
Expand Down
87 changes: 0 additions & 87 deletions bin/gh-pages/plugin.js

This file was deleted.

59 changes: 0 additions & 59 deletions bin/gh-pages/plugin.scss

This file was deleted.

16 changes: 0 additions & 16 deletions bin/gh-pages/pre_install.sh

This file was deleted.

17 changes: 0 additions & 17 deletions bin/gh-pages/setup.sh

This file was deleted.

0 comments on commit 7cb4f68

Please sign in to comment.