Releases: gluonhq/rich-text-area
Releases · gluonhq/rich-text-area
1.2.1
What's Changed
- Fixes to import RTA control with Scene Builder by @jperedadnr in #356
- Add selectAndInsertText action by @jperedadnr in #358
- Fix copy/paste issues by @jperedadnr in #360
- Update emoji to v1.1.0 by @abhinayagarwal in #361
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Make document property read only by @jperedadnr in #342
- Bump development version by @jperedadnr in #349
Full Changelog: 1.1.4...1.2.0
1.1.4
What's Changed
- add nexus staging maven plugin with auto release by @abhinayagarwal in #328
- Attach and detach control from viewmodel, including test by @jperedadnr in #330
- Add pasteDocument action and test by @jperedadnr in #322
- Add maven wrapper by @jperedadnr in #336
- Don't add linefeed to Text nodes by @jperedadnr in #332
- Always provide a default not empty decoration by @jperedadnr in #346
Full Changelog: 1.1.3...1.1.4
1.1.3
What's Changed
- Make Document and Decoration serializables by @jperedadnr in #312
- Add TestFX and basic integration tests by @jperedadnr in #314
- add display for ui tests to jobs by @jperedadnr in #319
- create actionCmd just once by @jperedadnr in #317
- listen to skin tone changes, and test by @jperedadnr in #321
- run build workflow on all platforms by @abhinayagarwal in #326
- Fix emoji action and add tests by @jperedadnr in #324
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- update README.md version to v1.1.1 by @abhinayagarwal in #287
- Add BasicDocumentDemo by @abhinayagarwal in #289
- bind selection property by @jperedadnr in #299
- API for decoration at caret and paragraph by @jperedadnr in #301
- Bump JavaFX version by @jperedadnr in #305
- Add lastParagraph() method to keep ParagraphTile always up to date by @jperedadnr in #304
- Allow removing last unit typed before select and insert action. by @jperedadnr in #307
- rework select and insert emoji action, and update headers by @jperedadnr in #309
- Add initial support for markdown by @jperedadnr in #311
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- update README.md version to v1.1.0 by @abhinayagarwal in #267
- Fix issue with accumulated length and update EmojiDemo sample by @jperedadnr in #270
- fix typo by @jperedadnr in #272
- Emoji support in tables by @jperedadnr in #276
- fix direction of caret movement for home, end keys by @jperedadnr in #278
- Use UnitBuffer with tables, including tests by @jperedadnr in #277
- prevent NPE if decoration or paragraphDecoration are null by @jperedadnr in #283
- Evict unused objects from skin only by @jperedadnr in #281
- Add support for table navigation with up and down arrows by @jperedadnr in #280
- remove table decoration from previous paragraph by @jperedadnr in #284
- prevent breaking table after back key events by @jperedadnr in #286
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- artifactId should be rich-text-area rather than rich-text-area-control by @chengenzhao in #251
- Add emoji support to RTA by @jperedadnr in #260
- Update build.yml by @jperedadnr in #263
- Update README.md by @jperedadnr in #264
- Update samples pom.xml by @jperedadnr in #265
- Add samples by @jperedadnr in #262
- release job should depend on pre-release by @abhinayagarwal in #266
New Contributors
- @chengenzhao made their first contribution in #251
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- Fixes the issue where
enter
is not working while typing by @eugener in #12 - Create PR check workflow by @eugener in #13
- Add redo shortcut by @jperedadnr in #16
- Move focus scrollPane back to control by @jperedadnr in #18
- Add padding to textFlow and define styleclasses by @jperedadnr in #19
- Use hitInfo insertion index for mouse events by @jperedadnr in #20
- Lightweight way of storing font attributes in text decorations. by @eugener in #21
- rename job and clean up workflow by @abhinayagarwal in #23
- publish snapshots to Gluon nexus repository by @abhinayagarwal in #22
- Fix append undo issue by @eugener in #27
- Fix bug undoing a delete command by @jperedadnr in #30
- Implement copy, cut and paste functionality by @eugener in #33
- Add text decoration functionality by @abhinayagarwal in #34
- Toggle font weight and posture decoration by @abhinayagarwal in #38
- Add basic support for moving caret/selection to next/previous word by @jperedadnr in #36
- New Action API by @eugener in #39
- Optionally use default values in builder by @abhinayagarwal in #40
- Update selection and caret after every change in decoration (redo/undo) by @jperedadnr in #43
- Add logging by @jperedadnr in #46
- normalize pieces with new decoration by @abhinayagarwal in #47
- Add java Logger by @jperedadnr in #51
- Insert/Append text should use existing decoration by @abhinayagarwal in #58
- Add redo/undoStackSize properties to track stack sizes by @jperedadnr in #53
- Add support for Text background color by @abhinayagarwal in #55
- Introduce FaceModel and change ViewModel when needed by @jperedadnr in #61
- Add new public actions, move existing actions to internal actionCmd by @jperedadnr in #63
- Add support for ContextMenu and selection of non-editable text by @jperedadnr in #68
- Add contentAreaWidth property and resize textFlow accordingly by @jperedadnr in #66
- Modify snapshot repository by @jperedadnr in #80
- Publish source code as artifact by @abhinayagarwal in #87
- Rename styleclass to "rich-text-area" by @abhinayagarwal in #88
- Fix path artifacts by @jperedadnr in #86
- Add readonly pseudoclass to control by @jperedadnr in #90
- Add missing removeTextCmd when selection is removed by typing by @jperedadnr in #94
- Add SelectAll action by @jperedadnr in #93
- Add support for embedded images by @jperedadnr in #91
- Add Toolbar changes to queue and apply them without selection by @abhinayagarwal in #96
- Set dragStart to the actual insertion index by @jperedadnr in #102
- Add execute method to Command by @abhinayagarwal in #106
- update key and mouse combinations for caret and selection at paragraph level by @jperedadnr in #107
- Fix image loading by @jperedadnr in #115
- Extend selection if exists by @jperedadnr in #116
- Add new, open, save actions by @jperedadnr in #109
- Adjust presets by @jperedadnr in #119
- Limit imageView size within content area by @jperedadnr in #118
- Refactor FaceModel to Document by @jperedadnr in #121
- Refactor control to use ListView by @jperedadnr in #125
- Fixes for caret position by @jperedadnr in #128
- More caret fixes by @jperedadnr in #131
- Add ParagraphDecoration by @jperedadnr in #132
- Refactor Document API by @jperedadnr in #137
- Add AutoSave property and merge adjacent pieces with same decoration by @jperedadnr in #140
- Add default style list by @abhinayagarwal in #124
- Add support for Hyperlink by @abhinayagarwal in #123
- Add support for bulleted and numbered lists by @jperedadnr in #143
- change maven artifactId by @jperedadnr in #155
- Add default paragraph graphic factory by @jperedadnr in #156
- Add focus listener by @jperedadnr in #158
- normalize paragraph decoration by @jperedadnr in #159
- Forward listView drag events to cells by @jperedadnr in #160
- Fix caret issue by @jperedadnr in #163
- Add support for drag and drop by @jperedadnr in #161
- Added linkCallbackFactory by @jperedadnr in #157
- Add javadoc to public API by @jperedadnr in #164
- Added support for JPRO. by @dlemmermann in #130
- Add basic table support by @jperedadnr in #170
- Avoid negative positions for graphic decoration by @jperedadnr in #175
- Fix selection with extra layout passes by @jperedadnr in #176
- Allow graphic initial decoration by @jperedadnr in #177
- Cell selection by @jperedadnr in #180
- Fix caret movements by @jperedadnr in #181
- fix level indentation by @jperedadnr in #183
- Fixes for several issues with list decoration by @jperedadnr in #184
- Add table operations by @jperedadnr in #188
- Restart numbered list based on previous paragraph by @jperedadnr in #189
- Fix for issue #197: "ActionFactory.decorate() does not support Paragr… by @dlemmermann in #198
- Table operations by @jperedadnr in #201
- Fix width issues with table selection and let cells height grow as needed by @jperedadnr in #202
- Add actions to allow table cell alignment and fix backspace issues by @jperedadnr in #203
- Bug fixes and check log level by @jperedadnr in #210
- hyperlink triggered only with primary button, and bug fixes by @jperedadnr in #211
- Use System font by @jperedadnr in #212
- Unify decorate actions and allow multiple decorations at once by @jperedadnr in #213
- Set row prefHeight from all columns by @jperedadnr in #215
- Drag and drop improvements by @jperedadnr in #217
- Avoid scrolling when dnd is outside left or right side by @jperedadnr in #221
- Select paragraph before applying combined decorations by @jperedadnr in #223
- Use decoration at caret if already exists when inserting test by @jperedadnr in #224
- Set decoration at caret when applying presets and fix selection issue by @jperedadnr in #226
- Split control and demo in two modules by @jperedadnr in #237
- Update README.md by @jperedadnr in #238
- Update publish-snapshot.yml by @jperedadnr in h...