Releases: basecamp/trix
Releases Β· basecamp/trix
v2.0.6
What's Changed
- Fix error in console by @AndersGM in #1040
- Include trix and inspectors in npm by @AndersGM in #1065
- s/emmit/emit/g by @amatsuda in #1068
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #1070
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1071
- Removed word repetition from the comment by @akhilgkrishnan in #1074
- Bump dependecies by @azranel in #1079
- Export views to the Trix global by @hopsoft in #1083
- Fix caret move on iOS 17 by @afcapel in #1090
New Contributors
- @AndersGM made their first contribution in #1040
- @amatsuda made their first contribution in #1068
- @akhilgkrishnan made their first contribution in #1074
- @azranel made their first contribution in #1079
- @hopsoft made their first contribution in #1083
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Bump ua-parser-js from 0.7.31 to 0.7.33 by @dependabot in #1042
- fix(attachment): allow captions to be deleted by @Thomaash in #1047
- Bump karma-chrome-launcher by @zzak in #1056
- Prevent mutation XSS vulnerability by @afcapel in #1051
- Include source in npm package by @afcapel in #1041
- Restore detection of text direction on Chrome by @railsbob in #1060
- preview webp image #1057 by @Aijeyomah in #1058
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #1037
- Update Loading and Saving Editor State Readme Example by @maxwell in #1036
New Contributors
- @Thomaash made their first contribution in #1047
- @zzak made their first contribution in #1056
- @railsbob made their first contribution in #1060
- @Aijeyomah made their first contribution in #1058
- @maxwell made their first contribution in #1036
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- rebrand from Basecamp back to 37signals by @northeastprince in #1029
- Extend Samsung keyboard buggy mode detection by @afcapel in #1030
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #1026
- Fixed mistake with readme section for Loading and Saving Editor State. by @edmundmunday in #981
- Replace deprecated media feature by @tysongach in #957
New Contributors
- @northeastprince made their first contribution in #1029
- @edmundmunday made their first contribution in #981
- @tysongach made their first contribution in #957
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Changes Attachment example as per 2.x version by @BilalBudhani in #1024
- Expose models directly under the Trix constant by @afcapel in #1025
- Run test suite on Android 12 by @afcapel in #1016
New Contributors
- @BilalBudhani made their first contribution in #1024
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
What's Changed
- Update style to version 2 in README by @olimart in #1012
- Bump engine.io from 6.2.0 to 6.2.1 by @dependabot in #1019
- Bump terser from 5.12.1 to 5.15.1 by @dependabot in #1009
- Guard against Samsung keyboard triggering a re-render when the cursor moves by @afcapel in #1018
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
v2.0.0-beta.1
What's Changed
- 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
New Contributors
- @ikanade made their first contribution in #959
- @kevinmcconnell made their first contribution in #992
- @shimbaco made their first contribution in #1006
Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1
v2.0.0-beta.0
v2.0.0-alpha.1
What's Changed
- Fixed
Trix.HTMLSanitizer
andTrix.HTMLParser
definitions.
Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1