Skip to content

Commit 75e382b

Browse files
committed
Merge branch 'release/3.2.1'
2 parents 2e76a42 + 0debbc5 commit 75e382b

File tree

5 files changed

+321
-426
lines changed

5 files changed

+321
-426
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v3.2.1
2+
## 09/04/2020
3+
4+
1. [](#bugfix)
5+
* Fixed bad `require("history")...` JS warning [#101](https://github.com/trilbymedia/grav-plugin-tntsearch/issues/101)
6+
17
# v3.2.0
28
## 06/08/2020
39

app/history.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import createHistory from 'history/createBrowserHistory';
2-
3-
const history = createHistory();
4-
1+
import { createBrowserHistory } from 'history';
2+
const history = createBrowserHistory();
53
export default history;

assets/tntsearch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: TNT Search
22
slug: tntsearch
33
type: plugin
4-
version: 3.2.0
4+
version: 3.2.1
55
testing: false
66
description: Powerful indexed-based full text search engine powered by TNTSearch
77
icon: binoculars

0 commit comments

Comments
 (0)