We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ce8a0 commit a0c0c0eCopy full SHA for a0c0c0e
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [2.1.3] - Data table special characters fix
2
+
3
+* Make placeholder replacement function more context-aware to avoid replacing special characters inside data table cells
4
5
## [2.1.2] - Gherkin comments support
6
7
* Add support for Gherkin comments (lines starting with `#`)
pubspec.yaml
@@ -1,6 +1,6 @@
name: bdd_widget_test
description: A BDD-style widget testing library. Generates Flutter widget tests from *.feature files.
-version: 2.1.2
+version: 2.1.3
repository: https://github.com/olexale/bdd_widget_test
issue_tracker: https://github.com/olexale/bdd_widget_test/issues
0 commit comments