Commit Graph

56 Commits

Author SHA1 Message Date
endiliey e6b077410c v2.0.0-alpha.33 2019-11-08 13:27:03 +07:00
Endi 384e83a737
chore(v2): upgrade deps (#1945)
* chore(v2): upgrade dependencies

* revert TS 3.7 optional chaining
2019-11-07 13:32:55 +07:00
endiliey cd9e2f2346 v2.0.0-alpha.32 2019-11-04 12:45:05 +07:00
Endi 2d13fe2e0f chore: downgrade imagemin (#1933) 2019-11-03 23:20:47 +08:00
endiliey ab1520548d chore: bump dependencies 2019-11-01 01:25:10 +07:00
endiliey d4342dcbf3 v2.0.0-alpha.31 2019-10-26 14:12:15 +07:00
endiliey b65c1b2242 v2.0.0-alpha.30 2019-10-22 12:23:55 +07:00
endiliey b56adb7ca1 v2.0.0-alpha.29 2019-10-21 19:28:36 +07:00
endiliey 87866c1d1d v2.0.0-alpha.28 2019-10-21 12:28:12 +07:00
Endi 1844c2bdd6
chore(v2): upgrade dependencies (#1865)
* chore(v2): upgrade dependencies

* nits
2019-10-21 12:25:30 +07:00
Yangshun Tay f2e800ba6a
v1.14.0 (#1864) 2019-10-20 12:36:12 -07:00
endiliey 0cf5a5bf49 v2.0.0-alpha.27 2019-10-14 18:10:32 +07:00
Yangshun Tay 9f6460fde0 misc: facebook/Docusaurus -> facebook/docusaurus 2019-10-12 01:11:34 -07:00
endiliey d1e426afd8 v2.0.0-alpha.26 2019-10-12 11:53:42 +07:00
endiliey 8d4def5c08 v2.0.0-alpha.25 2019-10-01 20:29:26 +07:00
Endi 0397f7b719
chore(v2): upgrade babel, webpack, and mdx (#1798)
* chore: upgrade babel, webpack, and mdx

* changelog
2019-09-24 18:55:07 +08:00
Yangshun Tay 0584407257
v1.13.0 (#1789) 2019-09-15 23:13:09 -07:00
Emelia Smith 250a818e7f feat(v1): strip html from TOC (#1762)
The approach here is to first strip the HTML from the heading's content, then rendered it with markdown to get the HTML content for the TOC entry, then to strip the HTML from the rendered content again, as to get the text for the TOC entry's link.

Adds an additional dependency of striptags (MIT licensed)

Example TOC Entry, given the heading of:

```markdown
```

```javascript
{
  hashLink: 'foo',
  rawContent: '<a name="foo"></a> _Foo_',
  content: '<em>Foo</em>',
  children: []
}
```

Previously this TOC entry would be:

```javascript
{
  hashLink: 'a-name-foo-a-_foo_',
  rawContent: '<a name="foo"></a> _Foo_',
  content: '&lt;a name=&quot;foo&quot;&gt;&lt;/a&gt; <em>Foo</em>',
  children: []
}
```

closes issue #1703
2019-09-13 14:57:22 -07:00
Endi ca3ae5ea96
chore: upgrade deps (#1733) 2019-08-01 19:14:12 +07:00
endiliey 41126fed12 v2.0.0-alpha.24 2019-07-24 15:55:28 +07:00
endiliey f37269aaad v2.0.0-alpha.23 2019-07-21 11:18:03 +07:00
endiliey ae620cd530 v2.0.0-alpha.22 2019-07-20 18:31:41 +07:00
Wei Gao 05b28b5520 v1.12.0 (#1679)
* v1.12.0

* Add compare version link for v1.12

* Update version numbers for v1.12

* cut new docs

* changelog
2019-07-20 17:21:47 +07:00
Endi 0daed4abec feat(v2): optimize dev by omiting production only plugins (#1673) 2019-07-18 11:18:03 -07:00
Endi 96d6369985
chore(v1.v2): upgrade a lot of packages deps (#1668)
* chore(v2): upgrade a lot of v2 packages deps

* chore(v1): upgrade a lot of v1 packages deps
2019-07-17 22:59:13 +07:00
endiliey dc15a51745 v2.0.0-alpha.21 2019-07-14 18:54:53 +07:00
endiliey 307f384684 v2.0.0-alpha.20 2019-07-14 17:36:40 +07:00
Yangshun Tay 3496f6e609
v1.11.1 (#1592)
* v1.11.1

* chore: publish new website

* misc: fix tests
2019-06-08 10:56:21 -07:00
endiliey 1fecdb7d02 v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
Endi b08b472435
chore(v2): dependency update (#1573)
* chore(v2): dependency update

* nits
2019-06-06 19:03:29 +07:00
Hongarc 594ede3bdc chore: remove `@types/chalk` and `@types/globby` (#1540)
* chore: remove `@types/chalk` and `@types/globby`

* chore: update `chalk` and `globby`
2019-06-02 19:04:48 +07:00
Yangshun Tay 68ca885f5b
v1.11.0 (#1534) 2019-05-30 23:07:38 -07:00
endiliey b267d8136d v2.0.0-alpha.18 2019-05-30 09:59:50 +08:00
endiliey 7da4e3ea2f v2.0.0-alpha.17 2019-05-29 20:48:19 +08:00
Endi 32c5bfe6a4
v1.10.0 (#1498) 2019-05-21 17:22:36 +07:00
Endi 32c582ded1
chore: upgrade shelljs version (#1497) 2019-05-21 15:32:56 +07:00
endiliey e873c14918 v2.0.0-alpha.16 2019-05-16 16:01:52 +08:00
endiliey 86a1c3a1b1 v2.0.0-alpha.15 2019-05-15 21:56:12 +08:00
endiliey 8055d59131 v2.0.0-alpha.14 2019-05-15 19:37:46 +08:00
Yangshun Tay 64fdafbcea fix: replace use of deepmerge with _.merge (#1430) 2019-05-02 22:00:28 +07:00
Yangshun Tay 35e6648169
v1.9.0 (#1417)
* v1.9.0

* misc: add links to PR
2019-04-29 15:31:34 -07:00
endiliey 7339bfea35 v2.0.0-alpha.11 2019-04-25 23:02:15 +08:00
Yangshun Tay 6a853ff7d7 v1.8.3 2019-04-23 22:06:37 -07:00
Yangshun Tay 33a341e8c0 v2.0.0-alpha.10 2019-04-23 22:03:49 -07:00
Yangshun Tay c50463fed4 v2.0.0-alpha.9 2019-04-23 22:02:29 -07:00
Yangshun Tay f8c2f472c8 v2.0.0-alpha.8 2019-04-23 21:49:43 -07:00
Yangshun Tay 0ac2441d23 chore: v1.8.1 2019-04-15 11:33:21 -07:00
endiliey d097f73285 v2.0.0-alpha.6 2019-04-14 01:07:24 +08:00
Yangshun Tay b4bfa084f1 v2.0.0-alpha.5 2019-04-10 13:26:45 -07:00
Yangshun Tay 2fe7d4c3b8 v2.0.0-alpha.4 2019-04-10 13:19:10 -07:00