Skip to content

Commit c0dd809

Browse files
committed
New FE build post
1 parent 7697bf5 commit c0dd809

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

content/blog/2022-05-06.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "Netcentric FE Build 2.0.0"
3+
date: 2022-05-06T08:00:00+06:00
4+
draft: false
5+
author:
6+
name: "Raul Parralejo"
7+
url: "https://github.com/raohmaru"
8+
type: "post"
9+
---
10+
11+
We have released a major version of the Netcentric all-in-one solution for modern Frontend projects, with special focus on AEM.
12+
13+
Please read before upgrading your project:
14+
15+
### BREAKING CHANGES
16+
17+
- Stylelint v14 does not include syntaxes by default
18+
19+
Stylelint no longer includes the syntaxes to parse CSS-like languages like SCSS.
20+
21+
**Migration guide:**
22+
23+
- In your Stylelint configuration object extend a shared config like @netcentric/stylelint-config
24+
25+
### Features
26+
27+
- Adds migration guide ([e537ab1](https://github.com/netcentric/fe-build/commit/e537ab1f2ac12ecfb370459af66f98d9b4a38576))
28+
- Adds supported node.js versions ([31e9371](https://github.com/netcentric/fe-build/commit/31e93719b3c6263b42bed86545e8a70782fb77f0))
29+
- Updates stylelint to v14.6.1 and removes obsolete `syntax` option ([18742aa](https://github.com/netcentric/fe-build/commit/18742aadba82e5b83c7995e6a5c6b145101bf490))
30+
31+
### Bug Fixes
32+
33+
- Removes IE Mobile from browserlist ([344d97e](https://github.com/netcentric/fe-build/commit/344d97e3e1af3839b1a2d30b742006ab998b87c3))
34+
- Updates eslint-plugin-import because current version is not supported by eslint v7 ([2b6aeff](https://github.com/netcentric/fe-build/commit/2b6aeff713840c97a3fdb1c2f67b0911ab01575e))
35+
36+
## Find any issues?
37+
38+
[Open an issue](https://github.com/Netcentric/fe-build/issues) or a pull request ❤️
39+
40+
## Grab it
41+
42+
👉 [Netcentric/fe-build](https://github.com/Netcentric/fe-build)

0 commit comments

Comments
 (0)