Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CSS: Includeshow,hide &toggle methods in the jQuery slim build#4704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mgol merged 1 commit intojquery:masterfrommgol:show-slim
May 5, 2020

Conversation

mgol
Copy link
Member

@mgolmgol commentedMay 4, 2020

Summary

Theshow(),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 thecss/showHide.js file directly in the main
jquery.js file.

We don't really have tests for what gets into the slim build so I didn't add anything.

Checklist

@mgolmgol added CSS Needs review Discuss in MeetingReserved for Issues and PRs that anyone would like to discuss in the weekly meeting. labelsMay 4, 2020
@mgolmgol added this to the4.0.0 milestoneMay 4, 2020
@mgolmgol self-assigned thisMay 4, 2020
@mgol
Copy link
MemberAuthor

mgol commentedMay 4, 2020

This PR is needed to make Migrate tests pass against jQuery master:http://swarm.jquery.org/job/9751

@mgolmgol added the 4.x-only labelMay 4, 2020
@mgolmgol removed Discuss in MeetingReserved for Issues and PRs that anyone would like to discuss in the weekly meeting. Needs review labelsMay 4, 2020
The `show()`, `hide()` & `toggle()` methods were included in the 3.x jQuery slimbuild. The jQuery master build accidentally started to exclude them as they wereonly imported in the effects module and the new Rollup-based build systemfollows the module dependency graph when excluding modules.To resolve the issue, import the `css/showHide.js` file directly in the main`jquery.js` file.
@mgolmgol merged commit297d18d intojquery:masterMay 5, 2020
@mgolmgol deleted the show-slim branchMay 5, 2020 12:16
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@timmywiltimmywiltimmywil approved these changes

Assignees

@mgolmgol

Milestone
4.0.0
Development

Successfully merging this pull request may close these issues.

2 participants
@mgol@timmywil

[8]ページ先頭

©2009-2025 Movatter.jp