Skip to content

Commit a272274

Browse files
committed
fix : update changelog.md and package.json files with the last BFF version number
1 parent c837367 commit a272274

File tree

2 files changed

+59
-8
lines changed

2 files changed

+59
-8
lines changed

CHANGELOG.md

Lines changed: 58 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,69 @@
1+
# 5.3.0 & 5.3.0
2+
3+
- Fix namespace example
4+
- Inject data into get_terms_list
5+
6+
# 5.2.1
7+
8+
- Update SCSS heading mixin
9+
10+
# 5.2.0
11+
12+
- Update @wordpress npm packages
13+
- Refactor editor scripts to use @wordpress packages.
14+
- Update asset registration to use the new asset data mecanism
15+
- Add new method to load data
16+
- Add and configure dependency-extraction-webpack-plugin pacjkage
17+
18+
# 5.1.6
19+
20+
- Update post css npm packages
21+
22+
# 5.1.5
23+
24+
- Update browser-sung npm package
25+
26+
# 5.1.4
27+
28+
- Add post-scss npm package
29+
30+
# 5.1.3
31+
32+
- Create SCSS palette variables
33+
34+
# 5.1.2
35+
36+
- Update canvas npm package
37+
- Fix webpack image sizes script
38+
39+
# 5.1.1
40+
41+
- Update npm linting packages
42+
- Update JS and SCSS linting rules
43+
- Clean and fix linting issues for SCSS files
44+
145
# 5.1
46+
247
- Big update of the SCSS folder content and organization
348

449
# 5.0.9
50+
551
- Add invisible scrollbar SCSS mixin
652

753
# 5.0.8
54+
855
- Fix filename for editor script and editor style
956

1057
# 5.0.7
58+
1159
- Add hook to load minified CSS for login page
1260

1361
# 5.0.6
62+
1463
- Add some templating helpers ( the_image, the_text, the_link ...)
1564

1665
# 5.0.0
66+
1767
- Add Webpack 5
1868
- Set build configuration files into config directory
1969
- Remove bash scripts
@@ -24,10 +74,11 @@
2474
- IE11 is not supported anymore
2575

2676
# 4.7.0
27-
- Handle Editor patterns
28-
- Handle Editor patterns categories
29-
- Handle Editor Backend JS
30-
- Handle Editor frontend/backend CSS
31-
- PHP 7.2 min version
32-
- Delete loadFont.php and use regular script enqueuing
33-
- Add esc_attr on defer/async script
77+
78+
- Handle Editor patterns
79+
- Handle Editor patterns categories
80+
- Handle Editor Backend JS
81+
- Handle Editor frontend/backend CSS
82+
- PHP 7.2 min version
83+
- Delete loadFont.php and use regular script enqueuing
84+
- Add esc_attr on defer/async script

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beapi-frontend-framework",
3-
"version": "5.1.0",
3+
"version": "5.3.1",
44
"author": "Be API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)