Skip to content

Commit b175e90

Browse files
committed
Assets: Build JS & CSS files
This change reorganizes the JavaScript and CSS build structure: - Moves blocks into dedicated /src/blocks and /build/blocks folders - Moves non-block assets into /src/wp-admin, /src/embed - Updates webpack configuration for new paths - Adds comprehensive developer documentation - Updates all PHP enqueue paths accordingly
1 parent dce490f commit b175e90

File tree

331 files changed

+16033
-5880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+16033
-5880
lines changed

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
.github
88
.gitignore
99
.php_cs
10+
.prettierignore
11+
.prettierrc.js
1012
.svnignore
1113
.travis.yml
1214
.wordpress-org

.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# This file is for unifying the coding style for different editors and IDEs
22
# editorconfig.org
3-
3+
#
44
# WordPress Coding Standards
55
# https://make.wordpress.org/core/handbook/coding-standards/
6+
#
7+
# Be sure to keep this file in sync with the .prettierrc.js file.
68

79
root = true
810

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: minor
2+
Type: added
3+
4+
Post Preview now supports RTL languages.
5+
Embed and wp-admin styles are optimized for RTL languages.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Set older unfederated posts to local visibility by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Minor performance improvement when querying posts of various types, by avoiding double queries.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
The following tables now more closely match the appearance of other WordPress tables and can be filtered by status.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Follower tables now look closer to what other tables in WordPress look like.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: added
3+
4+
The `following` endpoint now returns the actual list of users being followed.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Fixed an issue where the number of followers shown didn’t always match the actual follower list.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: added
3+
4+
Added initial support for Fediverse Starter Kits, allowing users to follow recommended accounts from a predefined list.

0 commit comments

Comments
 (0)