This repository was archived by the owner on May 29, 2019. It is now read-only.
-
Couldn't load subscription status.
- Fork 6.7k
Migration guide for prefixes
Wesley Cho edited this page Jan 8, 2016
·
7 revisions
For release 0.14.0 we prefixed all our components. I will expose in here the changes that needs to be done for each component:
- Change:
accordionforuib-accordion. - Change:
accordion-groupforuib-accordion-group. - Change:
accordion-headingforuib-accordion-heading.
- Change:
alertforuib-alert.
### Buttons
- Change:
btn-checkboxforuib-btn-checkbox. - Change:
btn-radioforuib-btn-radio.
- Change:
carouselforuib-carousel. - Change:
slideforuib-slide.
- Change:
collapseforuib-collapse.
- Change:
dateParserforUibDateParser.
- Change:
datepickerforuib-datepicker. - Change:
datepicker-popupforuib-datepicker-popup. - Change:
daypickerforuib-daypicker. - Change:
monthpickerforuib-monthpicker. - Change:
yearpickerforuib-yearpicker.
- Change:
dropdownforuib-dropdown. - Change:
dropdown-toggleforuib-dropdown-toggle. - Change: The class
dropdown-menuforuib-dropdown-menu. - Change:
keyboard-navforuib-keyboard-nav. - Change:
dropdownclass to attribute. - Change
dropdown-toggleclass to attribute. - Change:
dropdown-menuclass to attribute.
- Change:
$modalfor$uibModal.
- Change:
paginationforuib-pagination. - Change:
pagerforuib-pager.
- Change:
popoverforuib-popover. - Change:
popover-templateforuib-popover-template. - Change:
popover-htmlforuib-popover-html.
- Change:
$positionfor$uibPosition.
- Change:
progressbarforuib-progressbar. - Change:
barforuib-bar. - Change:
progressforuib-progress.
- Change:
ratingforuib-rating.
- Change:
tabsetforuib-tabset. - Change:
tabforuib-tab.
- Change:
timepickerforuib-timepicker.
- Change:
tooltipforuib-tooltip. - Change:
tooltip-templateforuib-tooltip-template. - Change:
tooltip-htmlforuib-tooltip-html.
- Change:
typeaheadforuib-typeahead. - Change:
typeahead-highlightforuib-typeahead-highlight. - Change:
typeahead-matchforuib-typeahead-match.
There are also prefixes on controllers, directives and services that were meant to be private. Check the source if you still get some warnings.