Skip to content

Commit

Permalink
0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Apr 22, 2019
1 parent 32d346c commit 2dafc15
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [0.23.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.22.0...v0.23.0) (2019-04-22)


### Bug Fixes

* **label:** close p tag ([e4fe469](https://github.com/fivethree-team/vscode-ionic-snippets/commit/e4fe469))
* **text:** prefix for i-text-required ([4046b43](https://github.com/fivethree-team/vscode-ionic-snippets/commit/4046b43))


### Features

* **badge:** add mode option ([8ac1fbc](https://github.com/fivethree-team/vscode-ionic-snippets/commit/8ac1fbc))
* **checkbox:** add checkbox css custom props ([2229545](https://github.com/fivethree-team/vscode-ionic-snippets/commit/2229545))
* **chip:** add options to chip snippets ([65b760f](https://github.com/fivethree-team/vscode-ionic-snippets/commit/65b760f))
* **css:** add action-sheet, alert and badge css props ([2a8ed32](https://github.com/fivethree-team/vscode-ionic-snippets/commit/2a8ed32))
* **datetime:** add datetime css props ([8a35539](https://github.com/fivethree-team/vscode-ionic-snippets/commit/8a35539))
* **form:** set lines to none for error text ([57e7bc2](https://github.com/fivethree-team/vscode-ionic-snippets/commit/57e7bc2))
* **picker:** add picker css props ([32d346c](https://github.com/fivethree-team/vscode-ionic-snippets/commit/32d346c))
* **picker:** new picker snippets ([d223c51](https://github.com/fivethree-team/vscode-ionic-snippets/commit/d223c51))
* **ripple-effect:** new ripple-effect snippet ([81851a4](https://github.com/fivethree-team/vscode-ionic-snippets/commit/81851a4))
* **toast:** new toast buttons snippets ([5484b83](https://github.com/fivethree-team/vscode-ionic-snippets/commit/5484b83))



## [0.22.3](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.22.0...v0.22.3) (2019-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-ionic-snippets",
"displayName": "Ionic 4 Snippets",
"description": "Ionic 4 snippets for VS Code",
"version": "0.22.3",
"version": "0.23.0",
"author": "Marc Stammerjohann",
"license": "MIT",
"publisher": "fivethree",
Expand Down

0 comments on commit 2dafc15

Please sign in to comment.