]> source.dussan.org Git - jquery.git/commit
CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim build
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 5 May 2020 12:16:41 +0000 (14:16 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 12:16:41 +0000 (14:16 +0200)
commit297d18dd13f7b810ea5a4afeefa4cb15d9e16e16
tree97dd7fa487c54bb884401a7214754217e4387b53
parent3d62d5704989f17d3a20ae7521d52e9c8c60b4ee
CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim build

The `show()`, `hide()` & `toggle()` methods were included in the 3.x jQuery
slim build. The jQuery master build accidentally started to exclude them as
they were only imported in the effects module and the new Rollup-based build
system follows the module dependency graph when excluding modules.

To resolve the issue, import the `css/showHide.js` file directly in the main
`jquery.js` file.

Closes gh-4704
Ref jquery/jquery-migrate#346
src/jquery.js
test/unit/css.js