You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
- Latest draftjs-conductor
40
40
- Latest draftjs-filters
41
41
- Dismiss keyboard shortcuts
42
+
- Move Sass import from `draftail/lib/index.scss` to `draftail/src/index.scss`
42
43
43
44
### Fixed
44
45
@@ -55,6 +56,10 @@
55
56
56
57
For projects using TypeScript, the addition of type definitions is likely to cause new linting issues being reported in case Draftail’s new types are incompatible with the implementation.
57
58
59
+
#### Sass import
60
+
61
+
- Move Sass import from `draftail/lib/index.scss` to `draftail/src/index.scss`
62
+
58
63
#### Browser support
59
64
60
65
The editor now supports modern browsers only, in particular IE11 support has been removed. The new browser support follows evergreen browsers only. The oldest-supported browser is currently Safari 14.1.
0 commit comments