-
Notifications
You must be signed in to change notification settings - Fork 82
Release Notes
Kyle Spearrin edited this page Feb 22, 2019
·
9 revisions
v1.8.0
- Added VS 2019 support.
v1.7.0
- Added VS 2017 support.
v1.6.0
- Added
jqOff
,jqOffSel
, andjqOnSel
snippets. Thanks @everettcaleb! - Removed
type="text/javascript"
from all script tags in HTML snippets. - Updated HTML snippet default library versions to latest.
v1.5.0
- Added VS 2015 support. Thanks @madskristensen!
- Upgraded project files to VS 2013.
- Updated HTML snippet default library versions to latest.
- Added wrapping quotes to
jqWrap*
snippets.
v1.4
- Updated all snippets to have helpful descriptions and tooltips from latest jQuery docs
- More uniform formatting and spacing throughout snippets
- Added
jqMap
andjqEach
(thanks @grahampcharles),jqDataSetObj
,jqOn
,jqSlideToggle
,jqSlideToggleFull
- Renamed
jqClassToggleFn
->jqClassToggleSwitch
,jqToggleVis*
->jqToggle*
,jqOffset
->jqOffsetGet
- Removed
jqLive
,jqToggleMore
,jqUnbindFn
- Various other code cleanup and bug fixes with snippets
v1.3
- Added VSIX extension for easy installation to Visual Studio (thanks @madskristensen!).
- Added
jqNamespace
snippet.
v1.2
- All snippets now have CamelCase shortcut titles for easier reading.
- Added
jqFind
,jqScriptValidateUnobtrusiveCdnMs
snippets. - Changed
jqDr => jqDocReady
,jqDrs => jqDocReadyShort
,jqheight => jqHeightSet
. - Added version declarations to appropriate
jqScript*Cdn*
snippets.