Changes in version 0.8.9 (2025-11-15) - added ytlab argument for ggseqiplot (requested by @helske, #9); allows to use ID labels in index plots similar to {TraMineR} - fixed empty aesthetic warning in ggseqmsplot - moved ggplot2 and TraMineR to Imports - behind the scenes: revised tests and added revdepcheck Changes in version 0.8.8 (2025-10-08) - housekeeping update with a bunch of improvements of the code base (#8, thanks to @olivroy) - remove dependency on hrbrthemes, adjust vignette accordingly due to extrafont/CRAN issue (#10, thanks to @helske) - fixed ggtext::element_markdown() problem in rplots by specifying theme argument Changes in version 0.8.7 (2025-06-30) - fixed default_aes issue in anticipation of upcoming {ggplot2} ggplot2 u (#7, thanks to @teunbrand) Changes in version 0.8.6 (2025-05-06) - fixed ggseqmtplot error if alphabet is numeric (raised and solved by Gilbert Ritschard) - revised and extended Vignette Changes in version 0.8.5 (2024-10-29) - fixed #5: if group vector is numeric, grouped plots are now sorted by number instead of order of appearance - .data in {tidyselect} expressions was deprecated in {tidyselect} 1.2.0; update takes care of this change - fixed incorrect group handling in ggseqfplot (issue reported by Gilbert Ritschard) Changes in version 0.8.4 (2024-05-17) - fixed #3: haven_labelled group vars are converted into factors before plotting - fixed #4: legends display key glyph for non-visited states (this wasn't the case anymore due to {ggplot2} release 3.5.0) Changes in version 0.8.3 (2023-09-22) - added missing minimum versions for dependencies & imports (ggplot2, dplyr, forcats) - changed default for sorting sequences in ggseqrfplot to match behavior TraMineR::seqrfplot - added {TraMineR} and {ggplot2} as dependencies Changes in version 0.8.2 (2023-03-15) - implemented changes required due to recent tidyverse updates - removed startup message Changes in version 0.8.1 (2022-10-11) - reverted TraMiner to Import - removed unnecessary Suggests from TraMineRextras - revised vignette, tests, and documentation accordingly - harmonized example code Changes in version 0.8.0 (2022-09-07) - complete revision of ggseqrfplot after {TraMineR} release 2.2-5 (special thanks to Gilbert Ritschard for the support) - added {TraMineR} as dependency - the group argument now respects order of grouping variable when rendering faceted plots (issue raised bv Lucille Mattijssen) Changes in version 0.7.2 (2022-08-05) - fixed sorting issue for y-axis labels in grouped iplots - allow for additional facet_wrap arguments to change plot appearance Changes in version 0.7.1 - Tweaking the theme: adding ticks and x axis line Changes in version 0.7.0 - Added option to break down dplots by state (dissect) - Set minimum R version because of R's new pipe (#1, @cbrueffer) Changes in version 0.6.2 (2022-07-04) - Added a NEWS.md file to track changes to the package.