Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default value for $enable-deprecation-messages #32940

Merged
merged 2 commits into from Feb 3, 2021

Conversation

staszek998
Copy link
Contributor

As seen in the https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss, the $enable-deprecation-messages variable (line 220) is set to true by default.

Direct permalink to the line 220 @ GitHub:

$enable-deprecation-messages: true !default;

@XhmikosR XhmikosR requested a review from mdo January 30, 2021 14:07
@XhmikosR
Copy link
Member

Weird, it seems we have the same in v4-dev @mdo.

@XhmikosR XhmikosR changed the title Update the default value for $enable-deprecation-messages Fix default value for $enable-deprecation-messages Jan 30, 2021
@XhmikosR XhmikosR added this to Inbox in v5.0.0-beta2 via automation Jan 30, 2021
@XhmikosR XhmikosR added this to Inbox in v4.6.1 via automation Jan 30, 2021
v5.0.0-beta2 automation moved this from Inbox to Approved Feb 1, 2021
Copy link
Member

@ffoodd ffoodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR You're right, the same in v4.6.

Left another comment regarding version: v5 should mention deprecation for v6, shouldn't it?

site/content/docs/5.0/customize/options.md Outdated Show resolved Hide resolved
site/content/docs/5.0/customize/options.md Outdated Show resolved Hide resolved
v5.0.0-beta2 automation moved this from Approved to Review Feb 3, 2021
Copy link
Member

@mdo mdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With @ffoodd's suggested change, this LGTM I think.

@XhmikosR XhmikosR moved this from Inbox to Needs manual backport in v4.6.1 Feb 3, 2021
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
@XhmikosR XhmikosR merged commit 203b3e2 into twbs:main Feb 3, 2021
v5.0.0-beta2 automation moved this from Review to Done Feb 3, 2021
@staszek998 staszek998 deleted the patch-1 branch February 3, 2021 19:45
@XhmikosR XhmikosR moved this from Needs manual backport to Cherry-picked/Manually backported in v4.6.1 Feb 15, 2021
XhmikosR added a commit that referenced this pull request Feb 15, 2021
* Update the default value for $enable-deprecation-messages

As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss,
the `$enable-deprecation-messages` variable is set to `true` by default.
XhmikosR added a commit that referenced this pull request Feb 17, 2021
* Update the default value for $enable-deprecation-messages

As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss,
the `$enable-deprecation-messages` variable is set to `true` by default.
XhmikosR added a commit that referenced this pull request Feb 17, 2021
* Update the default value for $enable-deprecation-messages

As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss,
the `$enable-deprecation-messages` variable is set to `true` by default.
@XhmikosR XhmikosR moved this from Cherry-picked/Manually backported to Shipped in v4.6.1 Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v4.6.1
Shipped
v5.0.0-beta2
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants