Skip to content

Commit f9aca42

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 ec5bc2b commit f9aca42

File tree

396 files changed

+5701
-46481
lines changed

Some content is hidden

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

396 files changed

+5701
-46481
lines changed

.distignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
.git
77
.github
88
.gitignore
9-
.githooks
109
.php_cs
1110
.prettierignore
1211
.prettierrc.js
@@ -22,7 +21,6 @@ CODE_OF_CONDUCT.md
2221
CONTRIBUTING.md
2322
composer.json
2423
composer.lock
25-
development
2624
Dockerfile
2725
docs
2826
docker-compose-test.yml
@@ -32,7 +30,6 @@ Gruntfile.js
3230
gulpfile.js
3331
LICENSE.md
3432
LINGUAS
35-
local
3633
Makefile
3734
node_modules
3835
npm-debug.log

.githooks/pre-commit

Lines changed: 0 additions & 34 deletions
This file was deleted.
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)