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

refactor(sidebar): remove deprecated properties #2973

Merged
merged 1 commit into from
Dec 1, 2021
Merged

refactor(sidebar): remove deprecated properties #2973

merged 1 commit into from
Dec 1, 2021

Conversation

yggg
Copy link
Contributor

@yggg yggg commented Dec 1, 2021

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

BREAKING CHANGE:
NbSidebarComponent.toggleResponsive method removed. Toggle responsive property.
NbSidebarComponent's STATE_EXPANDED, STATE_COLLAPSED, STATE_COMPACTED static properties removed. Use NbSidebarState type values ('expanded', 'collapsed', 'compacted').
NbSidebarComponent's RESPONSIVE_STATE_MOBILE, RESPONSIVE_STATE_TABLET, RESPONSIVE_STATE_PC static properties removed. Use NbSidebarResponsiveState type values ('mobile', 'tablet', 'pc').

@yggg yggg merged commit 0ba32cd into akveo:master Dec 1, 2021
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.

None yet

1 participant