This version re-introduces snippet language association which was removed in v1.4.0. All languages that support HTML-like markup should now support the snippets. This was done to address the concern from many users regarding snippets coming up in all files unless the extension was disabled. Thanks to a bit of AI assistance, I was able to find most of the outliers which makes this more reliable. Thank you for the feedback!
If there is a language that you want to see snippets supported in, feel free to raise a PR or an issue.
-
🔧 Fixed an incorrect snippet trigger for
uk-parallax-start-end -
💡 Updated the Github Readme to fix the broken badges, preview images, missing entries, and other small details.
Thank you for using this extension, here's a little update for you.
-
🔧 Fixed an issue with selectable options in snippets
- Technical: For selectable snippets with the
$0index, the list of options would simply be inserted, instead of putting the cursor at the location and displaying the list as expected.
- Technical: For selectable snippets with the
-
💡 Updated to UIkit 3.22.1 for base snippets
-
💡 Updated multiple props across various components from 3.5.10 until 3.15.0
- More snippets coming soon
-
✅ Added Dropbar
🎄 Thank you all for 20K+ downloads, Happy Holidays, and stay safe ♥
-
💡 Updated to UIkit 3.5.9
-
💡 Updated some broken/outdated links, and created a better preview GIF
-
✅ Added
uk-text-default
- Yusuf Bıyık @yussufjpg: 💡 Updated to UIkit 3.5.4 - PR #21
-
💡 Updated to UIkit 3.1.6
-
✅ Added
uk-headingwith size selectors from small - 2x large -
✅ Added multiple new
uk-animationsnippets -
✅ Added
uk-link-toggle -
❗️ Removed
uk-heading-primary
- ⚙️️️ JS Snippet Option comments have been moved from the body into the descriptions
- With VSCode 1.31, support for multiline descriptions was added, so this is a more appropriate place to add them.
- Minor tweaks and fixes
- Jakob Pless @pless84: 💡 Updated to UIkit 3.0.3 - PR #18
- ⚙️️️ Modified main snippets to be global by default
- There are many languages and associated files that the snippets wouldn't trigger in, and so this change will now allow
uk-snippets to work in any file. - This change does not apply to the javascript-only snippets. Those will retain their original functionality within
javascriptfiles to avoid clutter. - To prevent this from occurring, simply disable the extension for that workspace, or until you need to re-activate it.
- If this change comes with any issues or inconveniences, let me know on the issues page!
- There are many languages and associated files that the snippets wouldn't trigger in, and so this change will now allow
- 💡 Updated to UIkit 3.0.0 RC 20
- ✅ Added
uk-divider-verticalto snippets - ⚙️️️️️ Small modifications to
uk-text-colorand other snippets
- 🔧 Fixed README formatting issues on marketplace
-
💡 Updated to UIkit 3.0.0 RC 11
-
💡 Updated formatting of the README to have collapsible sections by default
- Collapsed sections aren't able to be jumped to by hyperlink until they are revealed in their respective categories. (e.g. Clicking
Containerin the Table of Contents won't jump to that section until you expandList of Commands (HTML/PHP)further below)
- Collapsed sections aren't able to be jumped to by hyperlink until they are revealed in their respective categories. (e.g. Clicking
-
💡 Updated CHANGELOG formatting to be more spaced and have easily identifiable emojis 🌟
-
💡 Updated descriptions for various snippets
-
✅ Added missing links to documentation in the README
-
✅ Added snippet choices to clear up redundant ones (e.g.
uk-$-css-import) -
✅ Added image component snippets for both HTML and JS (e.g.
uk-img) -
✅ Added filter component snippets (e.g.
uk-filter) -
✅ Added seperate snippets for Height, Leader, SVG and Video components in both HTML and JS where needed (e.g.
uk-svg,uk-video, etc.) -
🔧 Fixed minor errors in a couple snippets
-
💡 Updated to UIkit 3.0.0 beta 42
-
💡 Updated and cleaned up many snippets
-
✅ Added slider component snippets (
uk-sliderand more) -
✅ Added slideshow component snippets (
uk-slideshowand more) -
✅ Added thumbnav component snippets (
uk-thumbnavand more) -
❗️ Removed a number of snippets based on changes from beta 31
-
❗️ Removed JQuery import from snippets
-
💡 Updated a large number of HTML & JS 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 August VSCode update due to a bug which has been fixed 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.
-
✅ Added new method snippets to JS snippets. (e.g.
uk-modal-methods,uk-drop-methods, etc.) -
🔧 Fixed a few broken snippets
- Ramzi Akremi (@rakr): ✅ Added support for embedded elixir PR #9
- 🔧 Fixed invalid icon display in marketplace
-
💡 Updated relevant snippets to UIkit 3.0.0 beta 30
-
✅ Added lightbox component snippets (
uk-lightboxand more) -
✅ Added video component snippets (
uk-utility-video) -
✅ Added support for PUG files
-
✅ Added
uk-alert-methodssnippet for JS files -
⚙️ Modified
uk-modal-centerto useuk-margin-auto-verticalclass due to deprecated center parameter -
❗️ Removed
uk-modal-captionsnippet (functionality now inuk-lightboxinstead) -
⚠️ Moved contribution guidelines to a seperate file to remove initial clutter fromREADMEfile. View here: How to contribute
-
💡 Updated relevant snippets to UIkit 3.0.0 beta 25
-
✅ Added size modifier snippet to tile component (
uk-tile-size-modifier) -
✅ Added body text modifier snippet to link component (
uk-link-text)
-
💡 Updated relevant snippets to UIkit 3.0.0 beta 24
-
💡 Updated
uk-form-sampleto include theuk-rangeelement -
✅ Added support for
twigfiles -
✅ Added Parallax component snippets (
uk-parallaxetc.) -
✅ Added Grid Parallax component (
uk-grid-parallax) -
✅ Added Marker component (
uk-marker) -
✅ Added
uk-hidden-touchanduk-hidden-notouch -
✅ Added
uk-transform-center
-
💡 Updated relevant snippets to UIkit 3.0.0 beta 22
-
✅ Added box-shadow bottom (
uk-utility-box-shadow-bottom) -
✅ Added countdown component snippets (
uk-countdownand more) -
✅ Added divider & justify modifier snippet for tables (
uk-table-divider&uk-table-justify) -
✅ Added the remaining attribute/class-only snippets. Attribute/Class-only snippets are indicated by [Attribute] & [Class] respectively in their description.
-
⚙️ Changed
uk-table-centertouk-table-middle -
🔧 Fixed a few inconsistensies in html snippets & readme descriptions
-
✅ Added Javascript-only snippets for multiple components (check the readme for a detailed list)
-
⚙️ Started adding attribute/class-only versions for many snippets (will be finished by 1.1.0)
- 💡 Updated relevant snippets to UIKit 3.0.0 beta 21
-
✅ Added breakpoint snippet for flex horizontal alignment (
uk-flex-horizontal-alignment-responsive) -
💡 Updated relevant snippets to UIKit 3.0.0 beta 20
-
✅ Added Utility Leader snippet (
uk-utility-leader) -
⚙️ Modified off-canvas snippets to match new format (Off-Canvas now requires wrapping the page into an extra div)
-
💡 Updated relevant snippets to UIKit 3.0.0 beta 19
-
💡 Updated slidenav snippet's button order
-
💡 Updated the margin-auto snippet
-
💡 Updated padding-remove snippet
- 💡 Updated jquery snippets to version 3.2.1
-
💡 Updated the descriptions of class-only snippets to include
[Class]at the start for clarity -
🔧 Fixed a few tab errors/inconsistensies
-
✅ Added "Match only one cell" snippet to grid (
uk-grid-match-cell) -
✅ Added CSS and JS import snippets for ease of updating existing files (
uk-$-css-import,uk-$-css-rtl-import,uk-$-js-import) -
Changed
uk-backgroundsnippet touk-background-defaultto match [beta 17's change] (https://getuikit.com/changelog) -
💡 Updated a few more tab locations to make them more intutive (work in progress)
-
💡 Updated a few descriptions to specify that they are class-only snippets (WIP for version 1.1.0)
-
💡 Updated relevant snippets to UIKit 3.0.0-beta.18
-
✅ Added the
tilecomponent (uk-tile-) -
🔧 Fixed a few tab positions in some elements
-
⚙️ Modified changlog style (again)
-
✅ Added RTL snippet (Triggered with
uk-$-rtl) -
💡 Updated basic template snippet (
uk-$) to includeuikit-icons.min.js -
💡 Updated many existing snippets (such as
uk-container&uk-section) to be better formatted when inserted
- 💡 Updated relevant snippets to UIKit 3.0.0-beta.16
- 💡 Updated relevant snippets to UIKit 3.0.0-beta.13
- ✅ Added support for
phpfiles (Must be between<?php ?>tags for snippets to show up)
- ⚙️ Minor tweaks to readme for consistency
- ✅ Initial support for UIKit beta 3.0