An open API service providing commit metadata for open source projects.

GitHub / springload/draftail / commits

๐Ÿ“๐Ÿธ A configurable rich text editor built with Draft.js

SHA Message Author Date Stats
ef29db09 Skip rendering ListNestingStyles when below the default Draft.js max depth Thibaud Colas <t****s@g****m> 11 months ago
478d5be7 Move ListNestingStyles to adoptedStyleSheets for CSP compatibility Thibaud Colas <t****s@g****m> 11 months ago
f7b92fe3 Remove unneeded badges Thibaud Colas <t****s@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
3569db9c Fix package.json repository URL Thibaud Colas <t****s@g****m> over 1 year ago
25923026 Clean up CHANGELOG Thibaud Colas <t****s@g****m> over 1 year ago
54abdf45 Replace irish-pub Thibaud Colas <t****s@g****m> over 1 year ago
704d3e20 Update CHANGELOG Thibaud Colas <t****s@g****m> over 1 year ago
1cb69374 Release v2.0.1 Thibaud Colas <t****s@g****m> over 1 year ago
7c2625c9 Allow a wide range of downshift dependency versions Thibaud Colas <t****s@g****m> over 1 year ago
c3c1b23d Remove unused utility Thibaud Colas <t****s@g****m> over 1 year ago
320d2788 Add note about Draft.js maintenance Thibaud Colas <t****s@g****m> over 1 year ago
18e25545 Upgrade to latest Prettier Thibaud Colas <t****s@g****m> over 1 year ago
9fa2d367 Move Sass from legacy imports to new module system Thibaud Colas <t****s@g****m> over 1 year ago
ae950c42 Upgrade GitHub Actions Thibaud Colas <t****s@g****m> over 1 year ago
f2ea028f Upgrade to Node 22 Thibaud Colas <t****s@g****m> over 1 year ago
868f703a Fix integration tests Thibaud Colas <t****s@g****m> over 1 year ago
3c9fe7ea Upgrade transitive dependencies Thibaud Colas <t****s@g****m> over 1 year ago
d61cbd40 Add back performance stories Thibaud Colas <t****s@g****m> over 1 year ago
509a1313 Migrate example Sass colors to color.adjust Thibaud Colas <t****s@g****m> over 1 year ago
4ca60e65 Add missing button label Thibaud Colas <t****s@g****m> over 1 year ago
9f91b7f1 Convert all Sass color functions to color.adjust Thibaud Colas <t****s@g****m> over 1 year ago
3de00a4d Add missing code comment Thibaud Colas <t****s@g****m> over 1 year ago
80fa9657 Add missing CHANGELOG entry Thibaud Colas <t****s@g****m> over 1 year ago
e3cbad7c Release v2.0.0 Thibaud Colas <t****s@g****m> over 1 year ago
33c9bfad Pre-release v2.0.0-rc.6 Thibaud Colas <t****s@g****m> over 3 years ago
4c897c3c Stop running editor benchmarks on mount Thibaud Colas <t****s@g****m> over 3 years ago
b8c0d11b Consider prompt position when preventing command palette trigger Thibaud Colas <t****s@g****m> over 3 years ago
6734075b Fix events race condition preventing BlockToolbar closing Thibaud Colas <t****s@g****m> over 3 years ago
a6be5928 Use a lower space threshold to hide command palette Thibaud Colas <t****s@g****m> over 3 years ago
f4d955a3 Only handle return key events when command palette has selection Thibaud Colas <t****s@g****m> over 3 years ago
3e7902c8 Pre-release v2.0.0-rc.5 Thibaud Colas <t****s@g****m> over 3 years ago
a5351b94 Remove unneeded data- attribute for ComboBox input Thibaud Colas <t****s@g****m> over 3 years ago
47c9a48b Pre-release v2.0.0-rc.4 Thibaud Colas <t****s@g****m> over 3 years ago
e4a61749 Update snapshots Thibaud Colas <t****s@g****m> over 3 years ago
fa8c3024 Refactor command palette cleanup Thibaud Colas <t****s@g****m> over 3 years ago
ead0a82a Update toolbar pin behaviour and styles Thibaud Colas <t****s@g****m> over 3 years ago
49572134 Update examples to work on toolbar sync Thibaud Colas <t****s@g****m> over 3 years ago
72b8d067 Pre-release v2.0.0-rc.3 Thibaud Colas <t****s@g****m> over 3 years ago
d78b74d6 Implement first version of pinnable InlineToolbar Thibaud Colas <t****s@g****m> over 3 years ago
af3b7947 Re-implement command palette trigger with support for in-block editing Thibaud Colas <t****s@g****m> over 3 years ago
fb7d2cbd Display inline controls in sticky toolbar Thibaud Colas <t****s@g****m> over 3 years ago
3ebb9ff1 Display all entities in block toolbar Thibaud Colas <t****s@g****m> over 3 years ago
91bd2993 Change block toolbar to always be visible when editor is focused Thibaud Colas <t****s@g****m> over 3 years ago
6c5ccd06 Refine LinkSource to support inserting link URLs as text Thibaud Colas <t****s@g****m> over 3 years ago
7f5245a7 Add basic Emoji picker example to demos Thibaud Colas <t****s@g****m> over 3 years ago
fce1dcde Fix tooltip styles being too broad Thibaud Colas <t****s@g****m> over 3 years ago
b5792e8d Refactor the ComboBox component to be more generic Thibaud Colas <t****s@g****m> over 3 years ago
eb57a05e Mark jsx-runtime as external Thibaud Colas <t****s@g****m> over 3 years ago
8f9570cb Use a longer placeholder to facilitate overflow testing Thibaud Colas <t****s@g****m> over 3 years ago
872c8314 Upgrade to latest version of Downshift Thibaud Colas <t****s@g****m> over 3 years ago
0394a761 Use a pointer cursor for combobox options
Co-authored-by: Farouk Yunusa <f****8@g****m>
Thibaud Colas <t****s@g****m> over 3 years ago
7574da32 Fix potential SSR issue with first-child selector Thibaud Colas <t****s@g****m> over 3 years ago
c5098485 Fix TS inference for JSX Thibaud Colas <t****s@g****m> over 3 years ago
988c809f WIP CHANGELOG Thibaud Colas <t****s@g****m> about 4 years ago
9c7069f2 Release v2.0.0-rc.2 Thibaud Colas <t****s@g****m> about 4 years ago
6fa900de Fix click events not triggering a selection on the command palette Thibaud Colas <t****s@g****m> about 4 years ago
983f3638 Release v2.0.0-rc.1 Thibaud Colas <t****s@g****m> about 4 years ago
35a9e61d Make block toolbar trigger horizontally centred when its offset cannot be cal... Thibaud Colas <t****s@g****m> about 4 years ago
d168200d Fix linting issue Thibaud Colas <t****s@g****m> about 4 years ago
8fc074a9 Release v2.0.0-alpha.5 Thibaud Colas <t****s@g****m> about 4 years ago
084c67d1 Make sure command palette fully closes on Esc keypress Thibaud Colas <t****s@g****m> about 4 years ago
0d76b447 Make sure tooltip backdrop doesnโ€™t allow click-through Thibaud Colas <t****s@g****m> about 4 years ago
3c6f7806 Release v2.0.0-alpha.4 Thibaud Colas <t****s@g****m> about 4 years ago
d5a303a8 Update CHANGELOG for upcoming release Thibaud Colas <t****s@g****m> about 4 years ago
33a0c442 Implement styling improvements for forced-colors mode Thibaud Colas <t****s@g****m> about 4 years ago
94096b34 Re-implement placeholder styles for better Firefox compatibility Thibaud Colas <t****s@g****m> about 4 years ago
4614692d Release v2.0.0-alpha.3 Thibaud Colas <t****s@g****m> about 4 years ago
47e856d5 Fix ESLint cache in git hook Thibaud Colas <t****s@g****m> about 4 years ago
aeb80dd6 Fix controlled/uncontrolled component switch Thibaud Colas <t****s@g****m> about 4 years ago
3e6d3120 Fix ESLint cache location Thibaud Colas <t****s@g****m> about 4 years ago
43d0468d troubleshoot CI Thibaud Colas <t****s@g****m> about 4 years ago
5548c4e1 sass-embedded -> sass Thibaud Colas <t****s@g****m> about 4 years ago
f8b0717e Use lint cache in more cases Thibaud Colas <t****s@g****m> about 4 years ago
273582cf Attempt to improve CI performance Thibaud Colas <t****s@g****m> about 4 years ago
27723d16 Fix Storybook build Thibaud Colas <t****s@g****m> about 4 years ago
d706f061 Release v2.0.0-alpha.2 Thibaud Colas <t****s@g****m> about 4 years ago
1ec127c9 Add a way for ComboBox options to have custom rendering Thibaud Colas <t****s@g****m> about 4 years ago
1a918ecd Make all tooltips close when losing focus Thibaud Colas <t****s@g****m> about 4 years ago
4728aece Clean up Sass examples code Thibaud Colas <t****s@g****m> about 4 years ago
3ee5f27e Refine implementation of link copy-paste processing in examples Thibaud Colas <t****s@g****m> about 4 years ago
6a9bed17 Prep pre-release Thibaud Colas <t****s@g****m> about 4 years ago
ff579946 Convert example tooltips to new component Thibaud Colas <t****s@g****m> about 4 years ago
cba6a996 Finish conversion to TypeScript Thibaud Colas <t****s@g****m> about 4 years ago
3acf0713 Pre-release prep Thibaud Colas <t****s@g****m> about 4 years ago
6ed2d180 Make tooltips z-index configurable Thibaud Colas <t****s@g****m> about 4 years ago
aabc7117 Make example toolbar easier to size Thibaud Colas <t****s@g****m> about 4 years ago
06a68b1f Prep pre-release Thibaud Colas <t****s@g****m> about 4 years ago
26e51bba Types cleanup Thibaud Colas <t****s@g****m> about 4 years ago
76c36527 Prep pre-release Thibaud Colas <t****s@g****m> about 4 years ago
915b0484 Prepare pre-release Thibaud Colas <t****s@g****m> about 4 years ago
366c7c40 Add a name prop to ToolbarGroup so different groups can have different styles Thibaud Colas <t****s@g****m> about 4 years ago
b212a1d6 Fix InlineToolbar positioning when scrolling Thibaud Colas <t****s@g****m> about 4 years ago
5aaec14a Fix toolbar tooltips position Thibaud Colas <t****s@g****m> about 4 years ago
f8849556 Fix type definitions Thibaud Colas <t****s@g****m> about 4 years ago
d92bcaa5 Prepare new experimental release Thibaud Colas <t****s@g****m> about 4 years ago
bd384272 Fix placeholder tests Thibaud Colas <t****s@g****m> about 4 years ago
38a3bc85 Make command palette UI translate-able Thibaud Colas <t****s@g****m> about 4 years ago
b75c3502 Change command palette close trigger to two spaces Thibaud Colas <t****s@g****m> about 4 years ago
730c3db5 Fix positioning of command palette on scroll Thibaud Colas <t****s@g****m> about 4 years ago
b2d706f4 Clean up command palette implementation Thibaud Colas <t****s@g****m> about 4 years ago

โ† Back to repository