Skip to content

Commit

Permalink
Prelim changes for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dons20 committed Sep 4, 2017
1 parent 984d4d0 commit f166106
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 399 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 1.2.0 (September 4, 2017)
* Updated a large number of HTML snippets to now use snippet choices in VSCode 1.15+. This allows more variety within a single snippet, and so many redundancies have been removed.
* Please note that a few of the snippet choices will be inactive/slightly bugged until the next VSCode update [due to a bug which has been fixed](https://github.com/Microsoft/vscode/issues/31599) for the next build.
* A large number of snippets have recieved changes or minor tweaks. There are too many to list in this changelog, but any snippets which include multiple options will now utilize this new system.
* Fixed a few broken snippets
## Contributions
* [Ramzi Akremi (@rakr)](https://github.com/rakr): Added support for embedded elixir [PR #9](https://github.com/dons20/UIKit-VSCode/pull/9)

# Version 1.1.4 (August 21, 2017)
* Fixed invalid icon display in marketplace

Expand Down
47 changes: 12 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,30 +191,20 @@ List of Commands (HTML/PHP)
| uk-alert | [Attribute] Used to create an alert element in a block element |
| uk-alert-default | A default alert applied to a div |
| uk-alert-close | An alert with a close button |
| uk-alert-primary | An alert with a primary style applied |
| uk-alert-success | An alert with a success style applied |
| uk-alert-warning | An alert with a warning style applied |
| uk-alert-danger | An alert with a danger style applied |
| uk-alert-styled | An alert with a chosen style applied |

### Alignment
| Trigger | Description |
| :-------: | :-----------: |
| uk-align-default | [Class] Floats the element to a selected position |
| uk-align-left | [Class] Floats the element to the left |
| uk-align-center | [Class] Floats the element to the center |
| uk-align-right | [Class] Floats the element to the right |
| uk-align | [Class] Floats the element to a selected position |
| uk-align-responsive | [Class] Floats the element on specific widths |

### Animation
| Trigger | Description |
| :-------: | :-----------: |
| uk-animation-fade | [Class] The element fades in |
| uk-animation-scale-up | [Class] The element fades in and scales up |
| uk-animation-scale-down | [Class] The element fades in and scales down |
| uk-animation-slide-top | [Class] The element fades in and slides in from the top |
| uk-animation-slide-bottom | [Class] The element fades in and slides in from the bottom |
| uk-animation-slide-left | [Class] The element fades in and slides in from the left |
| uk-animation-slide-right | [Class] The element fades in and slides in from the right |
| uk-animation-scale | [Class] The element fades in and scales up or down |
| uk-animation-slide | [Class] The element fades in and slides in from a chosen direction |
| uk-animation-slide-custom | [Class] The element slides in with a specific distance |
| uk-animation-kenburns | [Class] The element scales slowly up without fading in |
| uk-animation-shake | [Class] The element shakes |
Expand All @@ -231,12 +221,8 @@ List of Commands (HTML/PHP)
### Background
| Trigger | Description |
| :-------: | :-----------: |
| uk-background-default | [Class] Applies the default background color |
| uk-background-muted | [Class] Applies a muted background color |
| uk-background-primary | [Class] Applies the primary background color |
| uk-background-secondary | [Class] Applies the secondary background color |
| uk-background-cover | [Class] Scales the background image to cover the containing area |
| uk-background-contain | [Class] Scales the background image to fit within the containing area |
| uk-background-color | [Class] Applies the selected background color |
| uk-background-size | [Class] Scales the background image to a selected size |
| uk-background-position | [Class] Alters the initial position of the background iamge |
| uk-background-norepeat | [Class] Prevents the background image from being repeated |
| uk-background-fixed | [Class] Locks the image in place while scrolling |
Expand All @@ -248,7 +234,7 @@ List of Commands (HTML/PHP)
| :-------: | :-----------: |
| uk-badge | [Class] Used to create a notification badge in an inline element |
| uk-badge-span | Creates a simple notification badge span |
| uk-badge-link | Creates a simple notification badge link |
| uk-badge-anchor | Creates a simple notification badge anchor |

### Breadcrumb
| Trigger | Description |
Expand All @@ -259,25 +245,18 @@ List of Commands (HTML/PHP)
### Button
| Trigger | Description |
| :-------: | :-----------: |
| uk-button-default | Creates a button with a default style |
| uk-button-primary | Creates a button with a primary style |
| uk-button-secondary | Creates a button with a secondary style |
| uk-button-danger | Creates a button with a danger style |
| uk-button-text | Creates a button with a alternative, typographic style |
| uk-button-link | Creates a button that looks like a link |
| uk-button-anchor | Creates an anchor with a button style |
| uk-button-styled | Creates a button with a chosen style |
| uk-button-disabled | Creates a disabled button |
| uk-button-small | Creates a small button |
| uk-button-large | Creates a large button |
| uk-button-full-width | Creates a button that takes up the full width of its container |
| uk-button-size | Creates a button with a selected size |
| uk-button-dropdown | Creates a button that toggles a dropdown menu |
| uk-button-group | Creates a group of buttons |
| uk-button-group-dropdown | Creates a button group with a dropdown toggle on the right |

### Card
| Trigger | Description |
| :-------: | :-----------: |
| uk-card-default | Creates a card with a default style |
| uk-card-primary | Creates a card with a primary style |
| uk-card-styled | Creates a card with a chosen style |
| uk-card-secondary | Creates a card with a secondary style |
| uk-card-hover | Creates a card with a hover effect |
| uk-card-small | Creates a card with reduced padding |
Expand Down Expand Up @@ -314,9 +293,7 @@ List of Commands (HTML/PHP)
| :-------: | :-----------: |
| uk-container | [Class] Used to create a centered container |
| uk-container-default | Creates a centered container |
| uk-container-small | Creates a narrower, centered container |
| uk-container-large | Creates a wider, centered container |
| uk-container-expand | Creates a max-width container |
| uk-container-size | Creates a container with varying size |

### Countdown
| Trigger | Description |
Expand Down
Loading

0 comments on commit f166106

Please sign in to comment.