- a315ebe: BREAKING_CHANGE: CSS parts have changed slightly to create a more consistent naming conventions.
toolbar-tooltip
has been renamed totoolbar__tooltip
along with other parts being slightly modified.link-dialog__add-link
changed tolink-dialog__link
. - a315ebe: - BREAKING_CHANGE:
handleFiles
now no longer automatically chains events. Instead now it returns the attachmentManagers to be chained.
- a315ebe: - The editor no longer inserts
<p>
tags above and below an attachment<figure>
now has a default margin of0.6em 0
to align with Trix.- Updated to role-components v2.0.1
- Added docs on styling the border of the toolbar
- a315ebe: - Fixed CSS for attachment galleries
- a315ebe: - Added the ability to press the "Enter" key inside a
<figcaption>
and end up on the next line. - a315ebe: - Fixed a bug with dropcursor not showing
- 6190d0b: Dependencies: update role-component to v2.0.0
- a315ebe: - Fixed a bug where pressing backspace inside a
<figcaption>
or a Gallery would cause the attachment to no longer be in the gallery
- f51bf37: fix: add
addExtensions
api to editor - f51bf37: starterKitOptions and extensions no longer implement getters / setters, and are now direct instance variables
- f51bf37: - Dependencies: remove unnecessary
@tiptap/extensions-text-align
dependency.- Dependencies: downgrade and pin prosemirror-view from
1.31.2
to1.28.2
to fix and error with adding plugins. ueberdosis/tiptap#4065 (comment)
- Dependencies: downgrade and pin prosemirror-view from
-
a83e08d: Added trix compatibility events
-
1a34f1d: - BREAKING_CHANGE:
editor.extensions()
has changed from a function to a variable viaeditor.extensions
- BREAKING_CHANGE:
editor.extensions
no longer contains theRhinoStarterKit
andStarterKit
. They have been moved into a private array that will be concatenated. It is recommend to instead set everything to false if you wish to disable everything. - BREAKING_CHANGE:
editor.starterKit
has been renamed toeditor.starterKitOptions
- BREAKING_CHANGE:
editor.rhinoStarterKit
has been removed. All starter kit options now live inside ofeditor.starterKitOptions
. AllrhinoStarterKit
options have been renamed to include arhino*
prefix. Example:gallery
has been renamed torhinoGallery.
- feature: Adding a
tip-tap-editor-base
export for those looking to implement their own toolbar. - feature: Modifying
starterKitOptions
will automatically update the editor. - feature: Disabling an option in
starterKitOptions
will now also cause the toolbar to not display the disabled option. - fix: Fixed a bug in attachments that would cause a console error when upload more than 3 attachments at once.
- fix: Fixed an issue with where TypeScript types were being generated in the wrong directory.
- BREAKING_CHANGE:
- a83e08d: Fixed .rhino-toolbar-button not inheriting color
- e7a44d3: Fixed a bug in lists to allow show proper highlighting and allow nesting
- 3798f31: fixed a bug causing rhino-editor to load ProseMirror multiple times
- 3798f31: Added
rhino-file-accept
event to align withtrix-file-accept
Added documentation on preventing file uploads
- f03f155: Add error messages for failed uploads
- f03f155: Added increase / decrease indentation
- f03f155: Upgrade to v2.0.2 of TipTap, fix flaky test suite, improve mobile safari support.
- 560c5a3: Fix image uploader alignment
- ed77144: Upgrade prosemirror and tiptap (v2.0.2) dependencies
- ed77144: Allow configuring rhino and starterkit options
- ed77144: fixed a bug where settings galleries: false would crash the editor.
-
4e293f3: fix: move editor from shadow dom to light dom docs: Updated docs to reflect new CSS import
BREAKING_CHANGE: The editor has been moved to the light DOM and CSS must now be imported.
-
4e293f3: adjusted styles by reducing focus-ring and comibing editor + toolbar
-
51fcfa2: Add "accept" attribute for file uploading
- b7b335c: fix: bad entrypoint
- 0a59f7a: fix: everything was disabled, tweak some color values
-
84ff18b: fix: autofocus is now "false" by default BREAKING_CHANGE: defaultOptions is now editorOptions
- class ExtendedRhinoEditor extends TipTapEditor { - defaultOptions { - return { - super.defaultOptions(), - autofocus: true - } - } - } + class ExtendedRhinoEditor extends TipTapEditor { + editorOptions { + return { + autofocus: true + } + } + }
feat: created a
/cdn/exports
route for CDN users.
- 4a5d781: Rename "dist" to "exports". Remap internal files paths to "exports" and "internal".
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.1 (2023-01-21)
- rename all internal views to use kebab-case (#24)
- CSS now uses 'rhino' prefix (#19)
- CSS now uses 'rhino' prefix (#19) (eeae3c2)
- minor styling issues (b35b6b7)
- rename all internal views to use kebab-case (#24) (c5b5f3a)
0.1.0 (2022-12-24)
- borked svg sizes on safari (e56b176)
0.0.2 (2022-12-07)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.