Skip to content

Conversation

tmorehouse
Copy link
Member

V4.beta has removed the .hidden-* classes, so we must use the .d-* classes for hiding on XS screens.

For pagination and pagination-nav we replaced .hidden-sx-down with .d-none + .d-sm-flex

@tmorehouse tmorehouse added this to the v1.0.0 milestone Aug 14, 2017
@tmorehouse tmorehouse merged commit 0f543a1 into 1.x Aug 14, 2017
@tmorehouse tmorehouse deleted the tmorehouse-pagination branch August 14, 2017 17:10
@alexsasharegan
Copy link
Member

alexsasharegan commented Aug 14, 2017

Well this is inconvenient. Refactoring responsive breakpoint classes is not a favorite of mine...

I suppose it saves on BS4's gratuitous lib size though.

@tmorehouse
Copy link
Member Author

tmorehouse commented Aug 14, 2017

Yeah.

Not sure of any other components that were using the .hidden-<breakpoint>-down/up classes (other than pagination/pagination-nav)

The removal of these classes now mean you have to add at least two classes to your elements (one for hiding, and one for displaying), but it is more flexible

@alexsasharegan
Copy link
Member

It's a big deal for my production app. I'll be doing some find & replace by hand work when I upgrade...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants