What's Changed
- Add TrixEditorElement.form property by @seanpdoyle in #899
- Migrate build system to rollup by @afcapel in #927
- Remove extra @charset "UTF-8" in compiled CSS by @t27duck in #897
- Add trix-paste event to readme by @ayushn21 in #790
- Update development dependencies by @afcapel in #926
- Add support for multi-line placeholder text by @terreng in #910
- Remove some properties from Trix global by @afcapel in #928
- Remove Trix.TestHelpers global by @afcapel in #929
- Remove remaining properties of the window.Trix global by @afcapel in #930
- Decaffeinate unit tests by @afcapel in #931
- Decaffeinate remaining test files by @afcapel in #944
- Decaffeinate remaining coffeescript by @afcapel in #945
- Add ESM and minified ESM targets to build by @afcapel in #949
- New icons by @afcapel in #965
- Fix ensureAttachmentExclusivelyHasAttribute by @afcapel in #967
- Fix typo in importing Document model (v2) by @ikanade in #959
- Configure Sauce Connect Proxy to work with Github actions by @afcapel in #989
- Don't start Trix automatically on load by @afcapel in #988
- Add a
yarn start
for easier local development by @kevinmcconnell in #992 - Replace callbacks with async/await in tests by @afcapel in #994
- Qunit upgrade by @afcapel in #995
- Ignore multiple
start()
calls by @kevinmcconnell in #1004 - Run
yarn build-assets
at the beginning ofyarn start
by @shimbaco in #1006 - Fix a link on README by @shimbaco in #1005
- Allow intercepting attachment toolbar creation by @kevinmcconnell in #1007
- Show output on the development page by @kevinmcconnell in #1002
- Allow customizing the table separator by @kevinmcconnell in #1003
- Automatically start Trix on the next tick after import by @afcapel in #1008
- Idempotent Custom Element registration by @seanpdoyle in #983
New Contributors
- @t27duck made their first contribution in #897
- @ayushn21 made their first contribution in #790
- @terreng made their first contribution in #910
- @ikanade made their first contribution in #959
- @kevinmcconnell made their first contribution in #992
- @shimbaco made their first contribution in #1006
Full Changelog: 1.3.1...v2.0.0