Skip to content

Commit 8e4ea7d

Browse files
committed
Release new version.
1 parent 13c6694 commit 8e4ea7d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [6.4.0](https://github.com/Patternslib/patterns/compare/6.3.2...6.4.0) (2022-01-24)
2+
3+
4+
### Features
5+
6+
* **webpack:** Add source maps for production and development builds. ([5c720a4](https://github.com/Patternslib/patterns/commit/5c720a4dc54719acf04bca856962cea8d4e9c12f))
7+
We are using a faster source map generation option with good results for
8+
development builds.
9+
* **webpack:** Only minimize in production mode. ([a6cf125](https://github.com/Patternslib/patterns/commit/a6cf1251985e9f5a01a642d4ececd4cd1b834679))
10+
Compile development and production bundles with the name bundle.min.js.
11+
This allows to get rid to adapt the script name in production and development - both modes use the same name.
12+
However, it's only minified in production mode.
13+
We think the name .min.js also fits the development bundle as it is still babel-transpiled and webpack compiled.
14+
15+
16+
### Maintenance
17+
18+
* **docs:** Improve documentation on how to use the polyfills loader. ([11339af](https://github.com/Patternslib/patterns/commit/11339af25d91045a28ec8130344b78c936b39af9))
19+
20+
* **webpack:** Use automatic publicPath determination instead of manually setting it. ([1b61431](https://github.com/Patternslib/patterns/commit/1b6143127f61e5e1c41b088e70ec636c629cd5bb))
21+
122
### [6.3.2](https://github.com/Patternslib/patterns/compare/6.3.1...6.3.2) (2021-12-22)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "6.3.2",
3+
"version": "6.4.0",
44
"title": "Markup patterns to drive behaviour.",
55
"description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
66
"author": {

0 commit comments

Comments
 (0)