Skip to content

Commit 7daf64e

Browse files
JoelMarceyendiliey
authored andcommitted
Publish v1.4.0 (#954)
* v1.4.0 * Lock files * Update CHANGELOG.md * chore: add missing PR not included in CHANGELOG.md * chore: fix changelog typo * chore: fix CHANGELOG * nits
1 parent 99c426a commit 7daf64e

10 files changed

Lines changed: 1925 additions & 1481 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,51 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.4.0] - 2018-09-11
10+
11+
Welcome to our newest users, [FuseBox](https://fuse-box.org) and [Bowler](https://pybowler.io).
12+
13+
Thank you to the following contributors who helped with this release:
14+
15+
- @endiliey
16+
- @joelmarcey
17+
- @yangshun
18+
- @ericnakagawa
19+
- @notlmn
20+
- @nchanged
21+
- @sbansal3096
22+
- @notjaril
23+
- @tirthbodawala
24+
- @wszgxa
25+
- @EthanMarrs
26+
- @fiennyangeln
27+
- @ashwini0529
28+
29+
### Fixed/Changed
30+
31+
- Fix nested `static` in `static` folder breaks build ([#953](https://github.com/facebook/Docusaurus/pull/953))
32+
- Fix `cleanUrl` transformation unintentionally removing extension ([#923](https://github.com/facebook/Docusaurus/pull/923))
33+
- Fix conflicting strings in translations ([#917](https://github.com/facebook/Docusaurus/pull/917))
34+
- Header navigation now links to `blog/`, not `blog` ([#936](https://github.com/facebook/Docusaurus/pull/936))
35+
- Fix button wrapping behavior on mobile ([#921](https://github.com/facebook/Docusaurus/pull/921))
36+
- Fix wrong header navigation linking to a doc without translation ([f1daddb](https://github.com/facebook/Docusaurus/commit/f1daddb5f9a2965b45045ad9ef8f7a4494b71e30))
37+
- Fixed navigation so that it takes full width on a docs ([#935](https://github.com/facebook/Docusaurus/pull/935))
38+
39+
### Added
40+
41+
- Allow user to add `last updated time` info on doc ([#913](https://github.com/facebook/Docusaurus/pull/913))
42+
- Support for user's own Web App Manifest in siteConfig ([#934](https://github.com/facebook/Docusaurus/pull/934))
43+
- Add docker file & documentation ([#936](https://github.com/facebook/Docusaurus/pull/936))
44+
- New docusaurus project has a better starting README ([#930](https://github.com/facebook/Docusaurus/pull/930))
45+
- Enable passing object to script and link ([#937](https://github.com/facebook/Docusaurus/pull/937))
46+
47+
### Chore and Maintenance
48+
49+
- New template for `Documentation` issue ([39b7793](https://github.com/facebook/Docusaurus/commit/39b77935c41f400a0f1478c5163db6b8acb6f47c))
50+
- Add new blog post about upcoming Docusaurus 2 ([#952](https://github.com/facebook/Docusaurus/pull/952]))
51+
- Fix broken sponsor images in README ([#951](https://github.com/facebook/Docusaurus/pull/951]))
52+
- Fix wrong user image URL ([89f49b0](https://github.com/facebook/Docusaurus/commit/89f49b02c8f1595b0e386ce778ed1271ec9f30c6]))
53+
954
## [1.3.3] - 2018-08-22
1055

1156
Welcome to our newest users, [atalaya](https://atalaya.io/), [Reaction Commerce](https://docs.reactioncommerce.com/), [Plus (ThinkSNS+)](https://slimkit.github.io) and [nteract](https://docs.nteract.io/).
@@ -702,7 +747,8 @@ N/A
702747
- Blog
703748
- Documentation
704749

705-
[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.3.3...HEAD
750+
[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.4.0...HEAD
751+
[1.4.0]: https://github.com/facebook/Docusaurus/compare/v1.3.3...1.4.0
706752
[1.3.3]: https://github.com/facebook/Docusaurus/compare/v1.3.2...1.3.3
707753
[1.3.2]: https://github.com/facebook/Docusaurus/compare/v1.3.1...1.3.2
708754
[1.3.1]: https://github.com/facebook/Docusaurus/compare/v1.3.0...1.3.1

0 commit comments

Comments
 (0)