Commit Graph

  • 09ff2b2014 Bump qs and express dependabot/npm_and_yarn/multi-c8afcbbcd8 dependabot[bot] 2026-01-01 13:34:23 +00:00
  • 90db5fcf41 Bump node-forge from 1.3.1 to 1.3.2 dependabot/npm_and_yarn/node-forge-1.3.2 dependabot[bot] 2025-11-26 22:08:20 +00:00
  • 9c6618fdea Bump js-yaml (#996) master dependabot[bot] 2025-11-22 00:29:45 +00:00
  • 807dcf364b update dependencies (#977) John Rayes 2025-09-25 00:06:09 -07:00
  • 6b154af961 Add Emoji Toolbox Plugin (#956) Ingo 2024-03-31 22:45:23 +02:00
  • 122b4ea7fd Update dependencies (#946) Sam 2024-01-15 15:48:59 +00:00
  • 0540c9323a Fix checkWhitespace() error when no previous node (#935) Sam 2023-08-25 18:05:26 +01:00
  • 0ee103397c Release v3.2.0 v3.2.0 Sam Clarke 2023-03-05 17:19:55 +00:00
  • c368667ad5 Fix first/last pasted BBCode blocks being removed (#927) Sam 2023-03-01 15:01:21 +00:00
  • 8172419be5 Allows inserting custom tags and attributes (#925) Tushar Khanna 2023-02-20 22:16:39 +05:30
  • 91c3c61083 Add missing strings to translation template and German translation (#920) Sam 2023-02-13 16:25:52 +00:00
  • 7e8d20642a Update tests (#921) Sam 2023-02-11 16:31:53 +00:00
  • 8ee42c6b9a Fix merge() merging <br> tags (#922) Sam 2023-02-07 00:15:59 +00:00
  • e4c47d0635 Fix code tags including styles from block elements (#916) Sam 2023-02-01 15:53:15 +00:00
  • d249647c20 Update actions (#914) Sam 2023-01-26 22:45:10 +00:00
  • fd057f89f8 Fix undo plugin error when selectedRange() is null (#911) Sam 2023-01-25 17:43:23 +00:00
  • 69c03a5e49 Bump json5 from 2.2.0 to 2.2.3 (#909) dependabot[bot] 2023-01-08 02:27:05 +00:00
  • 25c2e83671 Update node action and remove cache action (#905) Sam 2022-11-24 16:04:29 +00:00
  • 336169cf8a Bump loader-utils from 3.2.0 to 3.2.1 (#906) dependabot[bot] 2022-11-24 15:39:39 +00:00
  • 84747a38b5 Update all dependencies to latest versions (#903) Sam 2022-11-24 15:38:56 +00:00
  • 3002379123 Reduce _normaliseColour regular expression range. (#902) Sam 2022-11-24 15:31:02 +00:00
  • 2a91be8a3b Add SECURITY.md Sam 2022-11-09 00:47:47 +00:00
  • c3943b1250 Update CodeQL action to latest version (#904) Sam 2022-11-08 17:51:15 +00:00
  • 6d7c57c274 Move test libraries into devDependencies (#899) Sam 2022-11-08 01:33:07 +00:00
  • 0963a9dcb4 Update Dutch translation and fixes (#897) NekoJonez 2022-08-21 17:49:36 +02:00
  • a7fa22a12d Finnish translation (#882) Juho Räsänen 2022-03-10 23:04:44 +02:00
  • 82d3279d2d Add some missing phrases in ru.js (#879) zebroid 2022-02-09 09:07:40 +03:00
  • 8c50e0b70a Update all dependencies. (#870) Sam 2021-12-22 15:31:35 +00:00
  • 8d021065a3 Improve README. Fix CI badge link, remove version number and add add jsdelivr badge. improve-readme Sam Clarke 2021-12-22 15:01:28 +00:00
  • 59ca35329f Release version 3.1.1 v3.1.1 Sam Clarke 2021-12-22 10:58:43 +00:00
  • 634bb93dd3 Fix bug with code tags matching block styles. Make code tags skip block styles. Fixes #869 Sam Clarke 2021-12-22 10:53:19 +00:00
  • 97fb4be6bc Update readme version number Sam Clarke 2021-12-19 20:52:21 +00:00
  • 34d3f6a4ef Release v3.1.0 v3.1.0 Sam Clarke 2021-12-19 20:39:10 +00:00
  • c7fb2240ef Add wildcard BBCode tag matching (#855) Sam 2021-11-22 17:37:39 +00:00
  • a3b9bc9f74 Fix alignment status issue in Firefox. (#859) Sam 2021-11-22 17:31:00 +00:00
  • 31f2dfa347 Update editor to enale bfcache outside of a form Sam Clarke 2021-10-14 18:00:21 +01:00
  • 9212b07eab Update auto YouTube to strip unnecessary styles. (#854) Sam 2021-10-14 14:06:26 +01:00
  • 07775d306f Alternative lists plugin implementation (#691) Alex 2021-10-13 20:22:16 +03:00
  • 4b8a0ff8d6 Update focus() to default to end if no selection (#851) Sam 2021-10-13 18:14:16 +01:00
  • 2f5ebaf0c7 Update textarea value on pagehide so back button and suspend don't loose value (#857) Sam 2021-10-13 18:08:08 +01:00
  • be9ebc2cf2 Convert div tags inside tags in XHTML format. (#852) Sam 2021-10-13 18:07:16 +01:00
  • 19d6126407 Update undo plugin (#830) Sam 2021-10-13 17:53:37 +01:00
  • 60d47efc8a Update PR #821 (#850) Sam 2021-10-13 00:10:51 +01:00
  • b53ca89741 Add CodeQL code scanning Sam 2021-10-12 23:32:32 +01:00
  • f51788fe83 Update extend to stop LGTM error & improve clarity. Sam Clarke 2021-10-12 23:29:04 +01:00
  • 81879def1c Simplify trim() regex. The first \r\n replace is matched by [^\S] so not needed. The | in the second regex is not needed either. Sam Clarke 2021-10-12 00:25:51 +01:00
  • bb400294aa Use innerText to convert HTML to text (#848) Sam 2021-10-11 18:15:06 +01:00
  • e86b34989a Update shortcut code to use key property Fixes #847 fix-847 Sam Clarke 2021-09-30 18:20:10 +01:00
  • 52140d571c Update insertNode to move inlines to containers Will move inserted inline nodes at the start of end or the input into the start/end containers. improve-insertnode Sam Clarke 2021-06-30 14:52:57 +01:00
  • ab83735298 Use innerText to convert HTML to text Normalises node first as innerText will add extra line breaks otherwise. Fixes #839 Sam Clarke 2021-06-29 14:37:12 +01:00
  • b3bd477c92 Simplify bug report template Sam Clarke 2021-06-27 20:45:24 +01:00
  • 042ddbded8 Fix whitespace being wrapped (#835) Sam 2021-06-25 09:35:10 +01:00
  • 6cdfc5a80b initialize plugins before the formatters (#822) John Rayes 2021-06-25 01:26:05 -07:00
  • 576c691c90 Improve fixNesting() (#820) Sam 2021-06-25 09:23:56 +01:00
  • ff8fcf97f2 Add ability to match all attrs in a given tag (#821) John Rayes 2021-06-25 01:18:30 -07:00
  • 2e7a43d924 Slovak translation (#838) Kevo 2021-06-01 17:04:17 +02:00
  • 75db2851d7 youtube shortcode support (#837) asmith20002 2021-05-18 00:01:57 +04:30
  • 59aa80561f Focus editor after maximising / swtiching mode (#836) Sam 2021-05-10 06:05:59 +01:00
  • 7a3e81325a Revert #806 to prevent unwanted focusing Fixes #834 Sam Clarke 2021-05-08 18:43:03 +01:00
  • 564df097ed add more tests for extend() (#829) John Rayes 2021-04-29 15:56:14 -07:00
  • c2fd9ccb0e Fix extend() deep merging mixed types (#828) Sam 2021-04-29 22:55:06 +01:00
  • 33527d21ad Fix autosavelosing caret on refresh page (#826) Sam 2021-04-27 19:55:08 +01:00
  • a91346618d Add missing blocks to blockLevelList (#825) Sam 2021-04-26 21:20:26 +01:00
  • 532269e9dc Prevent copying inherited styles and merge inline styles on paste (#804) Sam 2021-04-25 18:08:25 +01:00
  • f5f9976948 Update labeler.yml John Rayes 2021-04-14 09:29:21 -07:00
  • c4738429fa Convert text to HTML in autoyoutube plugin (#817) Sam 2021-04-14 06:51:15 +01:00
  • 9f8cc6ecba Add input to the forwarded events list (#818) Sam 2021-04-07 16:47:01 +01:00
  • 2f7c3381de Fix image drop-down label having incorrect ID Sam Clarke 2021-04-05 17:29:55 +01:00
  • 60ab37b268 Rename format tests from plugins/* to formats/* Sam Clarke 2021-04-04 22:37:34 +01:00
  • 54432cd1bd Make dropdowns smart. Fixes #656 #152 #543 fix-152 Sam Clarke 2021-04-04 18:10:06 +01:00
  • 26344484e4 Prevent potention prototype pollution (#811) Sam 2021-03-19 20:05:27 +00:00
  • 6298fc6528 Prefer text/html when pasting. Fixes word issue (#812) Sam 2021-03-19 20:05:18 +00:00
  • 869e5f26b9 Set ESLint ecmaVersion to version 6 (#813) Sam 2021-03-19 20:05:07 +00:00
  • 3600208b0e fix: Set focus to the editor after state change (#806) John Rayes 2021-03-05 07:37:40 -07:00
  • 05731620c6 ci: add github workflow/action and remove travis ci (#794) John Rayes 2021-03-03 09:42:03 -07:00
  • 2e3769d18a Specify base when parsing integers Euan 2021-02-26 17:38:13 +00:00
  • 3eead748f8 Unbind updateOriginal correctly in destroy(). Fixes #735 (#803) Sam 2021-02-25 04:48:24 +00:00
  • 4b733d0e45 Update readme for 3.0.0 Sam Clarke 2021-02-24 19:20:20 +00:00
  • ac2c5fcdb2 Release version 3.0.0 v3.0.0 Sam Clarke 2021-02-24 19:17:42 +00:00
  • 29e74ea8fb Drop IE and legacy Edge support (#800) Sam 2021-02-24 16:43:27 +00:00
  • f3dc442f60 Remove duplicate path from print monocon icon Sam Clarke 2021-02-24 16:29:34 +00:00
  • 437e5881b2 Update dev dependencies (#801) Sam 2021-02-24 02:23:35 +00:00
  • 1035b17351 Drop v1 compatibility plugin drop-v1compat Sam Clarke 2021-02-23 16:31:01 +00:00
  • ec4aec76b0 Update labeler.yml John Rayes 2021-02-23 02:37:13 -07:00
  • 1e4625a0ce Use dompurify internally to prevent XSS (#791) Sam 2021-02-22 16:14:45 +00:00
  • 02c6c2f722 Fix custom QuoteType test to allow multiple quotes Sam Clarke 2021-02-21 17:08:46 +00:00
  • 8d1f43724b Remove duplicate character from checkWhitespace Sam Clarke 2021-02-21 17:04:12 +00:00
  • 5e51db9fa5 Fix bug with BBCode attibutes containing quotes Make sure all quotes inside a BBCode are escaped. Sam Clarke 2021-02-21 17:01:21 +00:00
  • 60a33bf17b Add guard to copyCSS to handle comments. Fixes #795 Sam Clarke 2021-02-19 19:38:09 +00:00
  • 9fc88a1858 Simplify txtExec in BBCode list commands Sam Clarke 2021-02-19 17:58:21 +00:00
  • a2e4bc09e3 Merge pull request #798 from live627/fixx/797 Sam 2021-02-19 17:47:58 +00:00
  • d1db3a9d68 Lists should wrap selected text John Rayes 2021-02-17 23:59:28 -07:00
  • b63068c418 Revert "Bump webpack-dev-server from 3.1.3 to 3.1.11 (#759)" dependabot[bot] 2021-02-13 23:48:32 -07:00
  • c562cf03b9 Revert "Bump fstream from 1.0.11 to 1.0.12 (#758)" dependabot[bot] 2021-02-13 23:47:44 -07:00
  • 55f02a56b9 Bump webpack-dev-server from 3.1.3 to 3.1.11 (#759) dependabot[bot] 2021-02-13 23:48:32 -07:00
  • cfc49b1aee Bump fstream from 1.0.11 to 1.0.12 (#758) dependabot[bot] 2021-02-13 23:47:44 -07:00
  • 9de68a781a Bump mixin-deep from 1.3.1 to 1.3.2 (#756) dependabot[bot] 2021-02-12 19:49:57 -07:00
  • 7fa0df6361 Bump http-proxy from 1.17.0 to 1.18.1 (#776) dependabot[bot] 2021-02-12 19:35:53 -07:00
  • 92cfa786de Bump websocket-extensions from 0.1.3 to 0.1.4 (#772) dependabot[bot] 2021-02-12 19:33:56 -07:00
  • cf211ffa1f Bump stringstream from 0.0.5 to 0.0.6 (#755) dependabot[bot] 2021-02-12 19:32:13 -07:00