Skip to content

Commit 93d4f57

Browse files
authored
Merge pull request #10 from deinsoftware/dev
fix marketplace documentation
2 parents 175790c + 8190a6e commit 93d4f57

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12+
## 0.0.10 - 2023/04/18
13+
14+
### Changed
15+
16+
- Multiselect documentation separator on marketplace
17+
1218
## 0.0.9 - 2023/04/18
1319

1420
### Changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,19 @@ Below is a list of all available snippets and the triggers of each one. The `░
128128

129129
### Queries
130130

131-
All the query `░variant` start with `getBy` by default, but can be easily changed between `<getBy|getAllBy|queryBy|queryAllBy|findBy|findByAll>` once reach the TAB position.
131+
All the query `░variant` start with `getBy` by default, but can be easily changed between `<getBy|getAllBy|queryBy|queryAllBy|findBy|findByAll>` once reach the TAB position.
132132

133133
#### 1. Role
134134

135-
| Trigger | Result |
136-
| :------- | ----------------------------------------------------------------- |
135+
| Trigger | Result |
136+
| :------- | ------------------------------------------------------------------- |
137137
| `br→` | `screen.░variantRole('░id')█` |
138138
| `bro→` | `screen.░variantRole('░id', {░})█` |
139-
| `bron→` | `screen.░variantRole('░id', {name: ░})█` |
139+
| `bron→` | `screen.░variantRole('░id', {name: ░})█` |
140140
| `brc→` | `screen.░variantRole('checkbox')█` |
141-
| `brcc→` | `screen.░variantRole('checkbox', { checked: ░<true\|false>} })█` |
141+
| `brcc→` | <code>screen.░variantRole('checkbox', { checked: ░<true&#124;false>} )█</code> |
142142
| `brh→` | `screen.░variantRole('heading')█` |
143-
| `brhl→` | `screen.░variantRole('heading', { level: ░<1\|2\|3\|4\|5\|6>} })█` |
143+
| `brhl→` | <code>screen.░variantRole('heading', { level: ░<1&#124;2&#124;3&#124;4&#124;5&#124;6>} )█</code> |
144144

145145
#### 4. Text
146146

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "testing-library-snippets",
33
"description": "VS Code Testing Library snippets for JS and TS",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"displayName": "Testing Library Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",

0 commit comments

Comments
 (0)