Releases: gluonhq/rich-text-area
Releases · gluonhq/rich-text-area
1.2.4
What's Changed
- Bump Java on runners to 25 by @johanvos in #411
- Add performance test by @johanvos in #407
- When a paragraph is updated, make sure to inform list with listeners … by @johanvos in #409
- Remove resource-intensive implementation, but keep API by @johanvos in #415
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- Add fullHeight API by @jperedadnr in #398
- Set the fullHeight value in a single change by @jperedadnr in #400
- Use correct link by @jperedadnr in #402
- add architectural documentation by @abhinayagarwal in #396
- Add default font size to keep the height of the caret by @jperedadnr in #404
- remove snapshots by @jperedadnr in #406
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- add test scope for testfx dependency by @jperedadnr in #362
- Bump versions by @jperedadnr in #374
- Expose caret origin coordinates by @jperedadnr in #375
- Cache the value of internaltext in a unit buffer when it is not altered. by @johanvos in #378
- Run headless tests by @jperedadnr in #383
- Expose row and column position of caret by @jperedadnr in #376
- set caret unmanaged by @jperedadnr in #372
- do not use ObservableList.setAll by @johanvos in #385
- Update way to publish to maven central by @tiainen in #388
New Contributors
Full Changelog: 1.2.1...1.2.2
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