Skip to content
This repository was archived by the owner on Oct 16, 2021. It is now read-only.

Commit adf7d24

Browse files
committed
chore(release): 3.0.0
1 parent 2f00fb4 commit adf7d24

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="3.0.0"></a>
6+
# [3.0.0](https://github.com/micromata/generator-baumeister/compare/3.0.0-beta.1...3.0.0) (2018-04-04)
7+
8+
9+
### Code Refactoring
10+
11+
* **scripts:** serve build via `npm run build:serve` ([496a15b](https://github.com/micromata/generator-baumeister/commit/496a15b))
12+
13+
14+
### Features
15+
16+
* add PRODUCTION constant to ESLint config ([fbc804b](https://github.com/micromata/generator-baumeister/commit/fbc804b))
17+
* first class support for React SPAs ([2f00fb4](https://github.com/micromata/generator-baumeister/commit/2f00fb4))
18+
* improve the cacheability of the vendor bundle ([d9b60e4](https://github.com/micromata/generator-baumeister/commit/d9b60e4))
19+
* reduce noise in terminal (especially in watch mode) ([46aea0b](https://github.com/micromata/generator-baumeister/commit/46aea0b))
20+
* setup Babel plugin transform-imports ([b779eef](https://github.com/micromata/generator-baumeister/commit/b779eef))
21+
* setup tree shaking ([b490094](https://github.com/micromata/generator-baumeister/commit/b490094))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* **scripts:** Changed the npm script name for serving the dist directory from `npm run build:check ` to `npm run build:serve`
27+
* The webpack runtime has moved into a separate file. Therefore you need to add a reference to that file into your HTML / Handlebars file(s) before the vendor bundle:
28+
29+
```html
30+
<!-- webpack runtime JS -->
31+
@@runtime.js
32+
33+
<!-- Vendor JS -->
34+
@@vendor.js
35+
36+
<!-- Own JS -->
37+
@@app.js
38+
```
39+
40+
See <https://developers.google.com/web/fundamentals/performance/webpack/use-long-term-caching#webpack_runtime_code> for details about the why.
41+
42+
43+
544
<a name="3.0.0-beta.1"></a>
645
# [3.0.0-beta.1](https://github.com/micromata/generator-baumeister/compare/3.0.0-beta.0...3.0.0-beta.1) (2018-03-22)
746

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-baumeister",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0",
44
"description": "Yeoman Generator for »Baumeister«. The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.",
55
"license": "MIT",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)