Skip to content

Commit 2dafc15

Browse files
committed
0.23.0
1 parent 32d346c commit 2dafc15

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Diff for: CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [0.23.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.22.0...v0.23.0) (2019-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **label:** close p tag ([e4fe469](https://github.com/fivethree-team/vscode-ionic-snippets/commit/e4fe469))
7+
* **text:** prefix for i-text-required ([4046b43](https://github.com/fivethree-team/vscode-ionic-snippets/commit/4046b43))
8+
9+
10+
### Features
11+
12+
* **badge:** add mode option ([8ac1fbc](https://github.com/fivethree-team/vscode-ionic-snippets/commit/8ac1fbc))
13+
* **checkbox:** add checkbox css custom props ([2229545](https://github.com/fivethree-team/vscode-ionic-snippets/commit/2229545))
14+
* **chip:** add options to chip snippets ([65b760f](https://github.com/fivethree-team/vscode-ionic-snippets/commit/65b760f))
15+
* **css:** add action-sheet, alert and badge css props ([2a8ed32](https://github.com/fivethree-team/vscode-ionic-snippets/commit/2a8ed32))
16+
* **datetime:** add datetime css props ([8a35539](https://github.com/fivethree-team/vscode-ionic-snippets/commit/8a35539))
17+
* **form:** set lines to none for error text ([57e7bc2](https://github.com/fivethree-team/vscode-ionic-snippets/commit/57e7bc2))
18+
* **picker:** add picker css props ([32d346c](https://github.com/fivethree-team/vscode-ionic-snippets/commit/32d346c))
19+
* **picker:** new picker snippets ([d223c51](https://github.com/fivethree-team/vscode-ionic-snippets/commit/d223c51))
20+
* **ripple-effect:** new ripple-effect snippet ([81851a4](https://github.com/fivethree-team/vscode-ionic-snippets/commit/81851a4))
21+
* **toast:** new toast buttons snippets ([5484b83](https://github.com/fivethree-team/vscode-ionic-snippets/commit/5484b83))
22+
23+
24+
125
## [0.22.3](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.22.0...v0.22.3) (2019-04-16)
226

327

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-ionic-snippets",
33
"displayName": "Ionic 4 Snippets",
44
"description": "Ionic 4 snippets for VS Code",
5-
"version": "0.22.3",
5+
"version": "0.23.0",
66
"author": "Marc Stammerjohann",
77
"license": "MIT",
88
"publisher": "fivethree",

0 commit comments

Comments
 (0)