Added support for Visual Studio Express 2012 for Web and Visual Studio Express 2013 for Web.
Updated snippet for media object and media list. Using new media-left and media-right classes instead of depreciated pull-left and pull-right.
Bump Bootstrap version to 3.3.2.
Bump jQuery version from 1.11.1 to 1.11.2.
Add support for Visual Studio 2015 (thanks to Mads Kristensen for the pull request)
Added the following snippets:
- form-group-select.snippet
- modal-lg.snippet
- modal.sm.snippet
Removed extra white space (tab indents) in a number of snippets.
Added miscellaneous files (change log, readme, etc) to visual studio solution as "Solution Items".
template.snippet:
Removed icon declaration as it wasn't supposed to be there.
Added declaration for bootstrap version number. Defaults to version 3.2.0.
Changed from netdna.bootstrapcdn.com to maxcdn.bootstrapcdn.com.
Changed url to not use specific protocol.
Bump jQuery version from 1.11.0 to 1.11.1.
Bump html5shiv version from 3.7.0 to 3.7.2.
Added the following snippets:
- form.snippet
- form-group.snippet
- form-group-checkbox.snippet
- form-group-horizontal.snippet
- form-group-horizontal-checkbox.snippet
- form-group-inline.snippet
- form-group-radio.snippet
- form-horizontal.snippet
- form-inline.snippet
modal.snippet:
Removed button to launch modal. Most of the time I just need the modal code without a button to launch it.
Also added additional declarations for close-text and save-text.
accordion.snippet
Small fix to make sure that the data-parent attribute is set to the id that is set as part of the snippet.
Initial version