govuk_frontend_toolkit
Advanced tools
Comparing version 5.1.3 to 5.2.0
@@ -0,1 +1,5 @@ | ||
# 5.2.0 | ||
- Deprecate selection-buttons.js. Add a deprecation warning: Custom radio buttons and checkboxes (released in GOV.UK Elements 3.0.0) no longer require this JavaScript. | ||
# 5.1.3 | ||
@@ -2,0 +6,0 @@ |
@@ -0,4 +1,11 @@ | ||
// DEPRECATED | ||
// This isn’t needed if you’re using GOV.UK Elements 3.0.0 or above | ||
;(function (global) { | ||
'use strict' | ||
if (window.console && window.console.warn) { | ||
window.console.warn('Deprecation warning: Custom radio buttons and checkboxes (released in GOV.UK Elements 3.0.0) no longer require this JavaScript.') | ||
} | ||
var $ = global.jQuery | ||
@@ -5,0 +12,0 @@ var GOVUK = global.GOVUK || {} |
{ | ||
"name": "govuk_frontend_toolkit", | ||
"version": "5.1.3", | ||
"version": "5.2.0", | ||
"description": "npm package for using the GOV.UK frontend toolkit", | ||
@@ -5,0 +5,0 @@ "repository": { |
480642
1505