-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking Changes: - `NbCalendarHeaderComponent` removed. Along with that `showHeader` property removed from following components: - `NbBaseCalendarComponent` - `NbCalendarRangeComponent` - `NbCalendarComponent` - `NbBasePicker` - `NbBasePickerComponent` - `medium` and `size-medium` css classes were removed along with `medium`/`isMedium` properties from the following classes: - `NbCalendarDayPickerComponent` - `NbCalendarMonthPickerComponent` - `NbCalendarYearPickerComponent` - `NbBaseCalendarComponent` - `NbCalendarWeekNumberComponent` - Properties `date`, `changeMode`, `isRtl` removed from `NbCalendarPageableNavigationComponent` - File `nb-calendar-week-number.component` renamed to `calendar-week-number.component` - `YEARS_IN_VIEW, YEARS_IN_ROW` constants removed. Use `NbCalendarYearModelService`s `getYearsInView` and `getRowInView` methods. - `NbCalendarNavigationComponent` replaced with `NbCalendarViewModeComponent`. - `initYears` method removed from `NbCalendarYearPickerComponent`. - `calendar-range-cells.ts` file split into `calendar-range-day-cell.component.ts`, `calendar-range-month-cell.component.ts` and `calendar-range-year-cell.component.ts`. - Following theme properties were removed: - `calendar-body-height` - `calendar-header-text-color` - `calendar-header-text-font-family` - `calendar-header-title-text-font-size` - `calendar-header-title-text-font-weight` - `calendar-header-title-text-line-height` - `calendar-header-sub-title-text-font-size` - `calendar-header-sub-title-text-font-weight` - `calendar-header-sub-title-text-line-height` - `calendar-navigation-button-width` - `calendar-large-body-height` - `calendar-cell-in-range-background-color` - `calendar-cell-disabled-background-color` - `datepicker-text-color` - `datepicker-arrow-size`
- Loading branch information
Showing
72 changed files
with
1,852 additions
and
1,193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.