Browse Source

Correct news: 0.2.2 not released yet

tags/v0.2.2
Garrick Aden-Buie 7 years ago
parent
commit
dedc735f94
1 changed files with 5 additions and 7 deletions
  1. +5
    -7
      NEWS.md

+ 5
- 7
NEWS.md View File

@@ -1,12 +1,5 @@
## regexplain 0.2.x

### 0.2.3

* Use of `knitr` is automatically detected when calling `view_regex()` inside
an R Markdown document. The `knitr` parameter of `view_regex()` has been
removed. Added `result_only` parameter for interactive viewing. As a side
effect, the group coloring CSS is automatically embedded in the HTML output.

### 0.2.2

* Fix issues with coloring of groups in regexplain gadget when matched groups
@@ -15,6 +8,11 @@

* Reduce package size by optimizing images and offloading the screencast gifs to
the `assets` branch.
* Use of `knitr` is automatically detected when calling `view_regex()` inside
an R Markdown document. The `knitr` parameter of `view_regex()` has been
removed. Added `result_only` parameter for interactive viewing. As a side
effect, the group coloring CSS is automatically embedded in the HTML output.

### 0.2.1


Loading…
Cancel
Save