4267 Commits

Author SHA1 Message Date
Tetrakern
eb50f07b7f Add default table block cell padding 2023-01-26 19:01:46 +01:00
Tetrakern
7a4d9f7cd6 Closing modals no longer changes scroll position
Unless the user is tabbing, but this is the desired behavior.
v5.0.5
2023-01-26 17:05:28 +01:00
Tetrakern
d858423a77 Simplify code 2023-01-26 17:02:03 +01:00
Tetrakern
32b95a8768 Change spoiler handling with paragraph tools
Never toggle paragraph tools when a spoiler is clicked. This is preferable to the old guess to figure out what the user wants.
2023-01-26 17:00:17 +01:00
Tetrakern
222aeda595 Bump version number 2023-01-26 16:21:10 +01:00
Tetrakern
0ab3a74516 Always check for updates on Updates page
And make update check pluggable.
2023-01-26 14:10:51 +01:00
Tetrakern
2d1e4a502b Add focus ring to showcase items 2023-01-26 13:58:27 +01:00
Tetrakern
81b08abd8a Update focus border styles 2023-01-26 13:44:37 +01:00
Tetrakern
7a151009ff Change tab order of card delete buttons 2023-01-26 12:23:41 +01:00
Tetrakern
5d23f1e8ef Focus styles for button blocks 2023-01-26 12:16:39 +01:00
Tetrakern
84b5db2e71 Add tabindex to wp-image-blocks 2023-01-26 12:15:23 +01:00
Tetrakern
a3ad539ba1 Improve top/bottom buttons in chapters 2023-01-26 12:11:39 +01:00
Tetrakern
1fa7b145fa Make TTS accessible via keyboard 2023-01-26 12:08:17 +01:00
Tetrakern
344f0eaab5 ESC closes paragraph tools 2023-01-26 11:57:16 +01:00
Tetrakern
b231ca7473 Fix invalid return type 2023-01-26 10:22:54 +01:00
Tetrakern
f05bedafed Fix incorrect return type 2023-01-26 10:05:00 +01:00
Tetrakern
b0924e7ef3 Add missing param type in documentation 2023-01-26 10:02:13 +01:00
Tetrakern
be38461992 Prevent possible invalid offset
For real this time.
2023-01-26 09:58:53 +01:00
Tetrakern
a68e1bb9e3 Prevent invalid offset warning 2023-01-26 09:54:55 +01:00
Tetrakern
5dd94d8138 Prevent invalid offset warning 2023-01-26 09:54:27 +01:00
Tetrakern
d8d2e525cc Fix invalid return value 2023-01-26 09:53:18 +01:00
Tetrakern
3ac827ad33 Prevent invalid offset warning 2023-01-26 09:49:50 +01:00
Tetrakern
dadf2eae1c Fix param type mismatch in documentation 2023-01-26 09:37:46 +01:00
Tetrakern
de41e0a82b Add missing param type in documentation 2023-01-26 09:34:20 +01:00
Tetrakern
515f8e40b5 Add missing param type in documentation 2023-01-26 09:28:28 +01:00
Tetrakern
ab38d21be5 Update documentation 2023-01-26 09:24:25 +01:00
Tetrakern
2652695d71 Remove incorrect return value from documentation 2023-01-26 09:20:56 +01:00
Tetrakern
96f073bcdb Add missing param type in documentation 2023-01-26 09:20:21 +01:00
Tetrakern
f84704d056 Escape DOM text 2023-01-26 03:13:21 +01:00
Tetrakern
2613a0070e Add missing return type 2023-01-26 03:05:23 +01:00
Tetrakern
0aa839d706 Fix return type mismatch 2023-01-26 03:00:00 +01:00
Tetrakern
b86dc87cc6 Fix comparison error 2023-01-26 02:58:38 +01:00
Tetrakern
a859893250 Prevent array access of null 2023-01-26 02:57:21 +01:00
Tetrakern
252ee5609c Fix return type mismatch 2023-01-26 02:48:50 +01:00
Tetrakern
f50e7dbc5a Fix wrong param type in documentation 2023-01-26 02:05:23 +01:00
Tetrakern
23a61cb905 Add missing param type in documentation 2023-01-26 02:03:57 +01:00
Tetrakern
38007b4209 Fix return type mismatch 2023-01-26 01:58:36 +01:00
Tetrakern
d8e4dd17bc Fix type mismatch for sanitizing integers 2023-01-26 01:56:47 +01:00
Tetrakern
fa1c72e084 Fix param default type issue 2023-01-26 01:52:15 +01:00
Tetrakern
58aa7ed110 Add missing string conversation 2023-01-26 01:50:06 +01:00
Tetrakern
1067e317c8 Add missing return type in documentation 2023-01-26 01:47:28 +01:00
Tetrakern
f9df3632eb Add missing param name in documentation 2023-01-26 01:45:19 +01:00
Tetrakern
e26c249717 Escape HTML in range control include 2023-01-26 01:16:10 +01:00
Tetrakern
69bc067141 Add sanitizer for HTML
To prevent cross-site scripting attacks.
2023-01-26 01:11:38 +01:00
Tetrakern
76c6e4a17d Disable no-scroll for lightbox
This causes layout shifts in its current version.
v5.0.4
2023-01-24 23:57:49 +01:00
Tetrakern
2fcc269dba Bump version number 2023-01-24 23:54:42 +01:00
Tetrakern
85ae1c9091 Update credits 2023-01-24 23:49:24 +01:00
Tetrakern
476e3cd253 Solve select focus issue
Focus style will only apply when the user is really tabbing.
2023-01-24 23:44:40 +01:00
Tetrakern
0db3a7d46a Fix paragraph indents 2023-01-24 23:43:44 +01:00
Tetrakern
da614fc550 Prevent password form from... deforming
What?
2023-01-24 21:48:03 +01:00