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

Merging 7.1.x into master #3526

Merged
merged 139 commits into from
Jan 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
139 commits
Select commit Hold shift + click to select a range
8e3a1f3
refactor(displayDensity): Code cleanup in display density base class
rkaraivanov Dec 3, 2018
5fe0eef
Merge branch 'master' into rkaraivanov/displayDensity-refactor-master
rkaraivanov Dec 4, 2018
713cefc
refactor(displayDensity): Address code review suggestions
rkaraivanov Dec 4, 2018
73b2212
chore(*): Added itemSize to width calculations - forOf.
MartinKamenov Dec 4, 2018
cfbe544
Merge branch 'master' into MKamenov/fix-3087/originMaster
ChronosSF Dec 7, 2018
45448f7
chore(*): Merge upstream master
rkaraivanov Dec 7, 2018
1350d54
refactor(displayDensity): Fix header group
rkaraivanov Dec 7, 2018
31424d7
chore(*): Resolve merge conflict
rkaraivanov Dec 10, 2018
0c9fd25
refactor(linear-progress): modify styles and template for indetermina…
simeonoff Dec 10, 2018
86827b3
refactor(circular-bar): add indeterminate state and animation
simeonoff Dec 11, 2018
8e45264
refactor(progressbar): apply type classes to the host and refactor th…
Aleksandyr Dec 12, 2018
bcdd6de
fix(slider): prevent snapping of maxValue to minValue
Aleksandyr Nov 5, 2018
86cdfbf
test(slider): add some tests about the exceeding bounds
Aleksandyr Dec 12, 2018
cefcf70
test(slider): run all and modify some tests
Aleksandyr Dec 12, 2018
5e424a1
fix(slider.spec): fix some lint errors
Aleksandyr Dec 12, 2018
0bcf8bb
fix(progress): fix progress bars to work in IE11
simeonoff Dec 13, 2018
3be9e0a
Merge branch 'master' into indeterminate-progress
Dec 13, 2018
48ef059
chore(changelog, readme): update to reflect the new indeterminate pro…
simeonoff Dec 13, 2018
b2eb1dc
Merge branch 'indeterminate-progress' of https://github.com/IgniteUI/…
simeonoff Dec 13, 2018
153afe4
refactor(progressbar): update circular progress when not in indetermi…
simeonoff Dec 13, 2018
6a89277
test(progressbar): fix circularbar tests
Aleksandyr Dec 13, 2018
551f4fd
test(progress): fix failing tests after binding test to host
simeonoff Dec 13, 2018
f6e372f
Merge branch 'indeterminate-progress' of https://github.com/IgniteUI/…
simeonoff Dec 13, 2018
88aece7
fix(progressbar): prevent value update when indeterminate mode is on
Aleksandyr Dec 13, 2018
e216cf5
refactor(avatar): allow for more robust styling of the avatar
simeonoff Dec 13, 2018
98b3874
Merge branch 'master' into avatar-box-sizing
Dec 13, 2018
c847341
Update avatar.component.spec.ts
simeonoff Dec 13, 2018
8956ac9
Merge branch 'master' into slider-max-snap-7.1.x
Aleksandyr Dec 14, 2018
b5076b2
Merge branch 'master' into indeterminate-progress
Aleksandyr Dec 14, 2018
b6b6825
test(transaction): deleting w/ transactions + paging in grid, #3425
ViktorSlavov Dec 14, 2018
3d09204
fix(transaction): check for transactions when commiting delete, #3425
ViktorSlavov Dec 14, 2018
1f1634b
fix(transaction): hier trans getAggregatedChanges uses state copy ins…
ViktorSlavov Dec 14, 2018
5c3f31f
Merge branch 'master' into slider-max-snap-7.1.x
zdrawku Dec 17, 2018
53669b8
chore(*): Changed the way to get the item size.
MartinKamenov Dec 17, 2018
e123ed0
Merge branch 'master' into rkaraivanov/displayDensity-refactor-master
zdrawku Dec 17, 2018
0609947
Merge branch 'master' into indeterminate-progress
zdrawku Dec 17, 2018
7c0f96c
Merge branch 'master' into avatar-box-sizing
zdrawku Dec 17, 2018
3fd69b9
Update avatar.component.spec.ts
simeonoff Dec 17, 2018
de96de9
chore(*): Added test for bug 3087.
MartinKamenov Dec 17, 2018
01659cc
fix(grid): proper check for paging w/ transactions in place, #3425
ViktorSlavov Dec 17, 2018
a487f14
chore(*): Improved test about width for_of.
MartinKamenov Dec 17, 2018
7d1c1fc
chore(*): Fixed identation change.
MartinKamenov Dec 17, 2018
68b6abd
fix(grid): can no longer select deleted rows, #3424
ViktorSlavov Dec 17, 2018
bd4aaf5
refactor(grid): move deleted checks to API, remove extra loop, #3424
ViktorSlavov Dec 17, 2018
b5b1156
refactor(treeGrid): row_deleted_parent is now private, remove imports…
ViktorSlavov Dec 18, 2018
1f8e399
test(treeGrid): add row selection + transaction tests, #3424
ViktorSlavov Dec 18, 2018
fe9aa72
refactor(treeGrid): remove isRowDeleted, get deleted; use api service…
ViktorSlavov Dec 18, 2018
beacbf9
Merge branch 'master' into vslavov/grid-select-deleted-master
ViktorSlavov Dec 18, 2018
d131907
Merge branch 'master' into vslavov/transaction-paging-grid
ViktorSlavov Dec 18, 2018
cf4c70e
refactor(grid): remove unnecessary assignment, #3424
ViktorSlavov Dec 18, 2018
18b62b1
fix(IgxGridCell): focus input when enter cell in edit mode #2801
ddincheva Dec 18, 2018
0784860
fix(igx-grid): Scroll filtered column in view, #3451
sstoyanovIG Dec 18, 2018
0e8fc39
Merge branch 'master' into rkaraivanov/displayDensity-refactor-master
zdrawku Dec 18, 2018
fce208d
Merge branch '7.1.x' into slider-max-snap-7.1.x
Aleksandyr Dec 18, 2018
6fb8380
refactor(grid): add comment to row delete+paging, change check for pa…
ViktorSlavov Dec 18, 2018
eba81a5
Merge branch '7.1.x' into vslavov/transaction-paging-grid
ViktorSlavov Dec 18, 2018
0b0d9e3
test(forof): adding failing test for scrollNext wraparound #3365
ChronosSF Dec 18, 2018
28bca4f
chore(*): fix tests using avatar #3444
SAndreeva Dec 18, 2018
17599f3
fix(forof): fixing break clause for scrollTo #3365
ChronosSF Dec 18, 2018
21d9170
chore(*): removing left-over fit
ChronosSF Dec 18, 2018
5be16e5
Merge branch '7.1.x' into avatar-box-sizing
SAndreeva Dec 18, 2018
464f06a
Merge branch 'avatar-box-sizing' of https://github.com/IgniteUI/ignit…
SAndreeva Dec 18, 2018
6ef01ad
Merge branch '7.1.x' of https://github.com/IgniteUI/igniteui-angular …
ddincheva Dec 19, 2018
06b8d06
Merge branch '7.1.x' into vslavov/grid-select-deleted-master
ViktorSlavov Dec 19, 2018
1420611
chore(ng-add): bump Ignite UI CLI version
damyanpetev Dec 19, 2018
ff794f4
Merge branch '7.1.x' into indeterminate-progress
Dec 19, 2018
e876d13
test(forof): fixing some tests for better passability #3365
ChronosSF Dec 19, 2018
6418b83
Merge pull request #3480 from IgniteUI/dpetev/ng-add-cli
bazal4o Dec 19, 2018
4f58d87
Merge branch '7.1.x' into sstoychev/s-next-prev-cons-7.1
mpavlinov Dec 19, 2018
97e52cf
Merge pull request #3471 from IgniteUI/sstoychev/s-next-prev-cons-7.1
mpavlinov Dec 19, 2018
1b7e73e
refactor(*): refactor some comments and exports
Aleksandyr Dec 19, 2018
5fc4541
Merge branch '7.1.x' into refactor-comments-master
zdrawku Dec 19, 2018
338333c
test(grid): #3047 igxGrid isn't displayed properly in IE11 when in ig…
mpavlinov Dec 19, 2018
13ee95c
chore(*): Fixing lint errors
mpavlinov Dec 19, 2018
282c99a
fix(grid): igxGrid isn't displayed properly in IE11 in igxTabs #3047
mpavlinov Dec 20, 2018
de4313a
Include grid's unpinnedWidth and totalWidth in cell width calculation…
tachojelev Dec 20, 2018
c4f7b5e
Merge branch '7.1.x' of https://github.com/IgniteUI/igniteui-angular …
mpavlinov Dec 20, 2018
c9017b5
Derive possible heights after markForCheck() is called #3467 (#3479)
hanastasov Dec 20, 2018
bd96335
docs(*): updating changelog for 7.1.x #3495
zdrawku Dec 20, 2018
976ead7
chore(*): adding sections for 6.2.4 and 7.0.5 as well
zdrawku Dec 20, 2018
97a468d
Merge branch '7.1.x' into vslavov/grid-select-deleted-master
Lipata Jan 2, 2019
05a622d
Merge branch '7.1.x' into slider-max-snap-7.1.x
zdrawku Jan 2, 2019
cac7de0
test(update): Modify firstMonth selector #3508
zdrawku Jan 2, 2019
7e5c062
Merge pull request #3509 from IgniteUI/fix-issue-3508
zdrawku Jan 2, 2019
a8035c0
Merge branch '7.1.x' into slider-max-snap-7.1.x
zdrawku Jan 2, 2019
262066d
Merge pull request #3419 from IgniteUI/slider-max-snap-7.1.x
zdrawku Jan 2, 2019
8d731a8
Merge branch '7.1.x' into indeterminate-progress
zdrawku Jan 2, 2019
f4baf3e
Merge branch '7.1.x' into update-changelog-71x
zdrawku Jan 2, 2019
38a5a03
Merge branch '7.1.x' into refactor-comments-master
zdrawku Jan 2, 2019
e84f92c
Merge branch '7.1.x' into ddincheva/cellFocus-master
zdrawku Jan 2, 2019
088d470
Merge branch '7.1.x' into sstoyanov/bug-fix-#3451
zdrawku Jan 2, 2019
16e2520
Merge branch '7.1.x' into vslavov/grid-select-deleted-master
zdrawku Jan 2, 2019
2474769
Merge branch '7.1.x' into vslavov/transaction-paging-grid
zdrawku Jan 2, 2019
8ebf62a
Merge pull request #3448 from IgniteUI/vslavov/transaction-paging-grid
bazal4o Jan 2, 2019
f21acaa
Merge branch '7.1.x' into update-changelog-71x
zdrawku Jan 3, 2019
ecbcfde
Merge branch '7.1.x' into refactor-comments-master
zdrawku Jan 3, 2019
e646c55
Merge branch '7.1.x' into ddincheva/cellFocus-master
zdrawku Jan 3, 2019
47b6cc5
Merge branch '7.1.x' into sstoyanov/bug-fix-#3451
zdrawku Jan 3, 2019
e61fd2d
Merge pull request #3498 from IgniteUI/update-changelog-71x
zdrawku Jan 3, 2019
35e0d01
Merge pull request #3468 from IgniteUI/sstoyanov/bug-fix-#3451
zdrawku Jan 3, 2019
16b04b3
Merge branch '7.1.x' into ddincheva/cellFocus-master
zdrawku Jan 3, 2019
a576b7d
Merge branch '7.1.x' into refactor-comments-master
Aleksandyr Jan 3, 2019
94f5920
Merge pull request #3477 from IgniteUI/ddincheva/cellFocus-master
zdrawku Jan 3, 2019
53e3087
Merge branch '7.1.x' into refactor-comments-master
zdrawku Jan 3, 2019
2736873
Fix - Convert % column width to px when calculating default column wi…
DiyanDimitrov Jan 3, 2019
7c1d4b7
Merge branch '7.1.x' into refactor-comments-master
zdrawku Jan 3, 2019
62792c9
Merge branch '7.1.x' into avatar-box-sizing
zdrawku Jan 3, 2019
7ea2649
Merge pull request #3488 from IgniteUI/refactor-comments-master
zdrawku Jan 3, 2019
d5bac95
Merge branch '7.1.x' into avatar-box-sizing
zdrawku Jan 3, 2019
c84e02e
Merge pull request #3445 from IgniteUI/avatar-box-sizing
zdrawku Jan 3, 2019
38ec2d0
Merge branch '7.1.x' into rkaraivanov/displayDensity-refactor-master
SAndreeva Jan 3, 2019
b431a34
Merge branch '7.1.x' into MKamenov/fix-3087/originMaster
zdrawku Jan 4, 2019
3a9332a
Merge pull request #3308 from IgniteUI/MKamenov/fix-3087/originMaster
zdrawku Jan 4, 2019
8cb3825
Merge branch '7.1.x' into vslavov/grid-select-deleted-master
ViktorSlavov Jan 4, 2019
03f0b63
Merge branch '7.1.x' into vslavov/grid-select-deleted-master
bazal4o Jan 4, 2019
b48f0fb
Merge branch '7.1.x' into rkaraivanov/displayDensity-refactor-master
SAndreeva Jan 4, 2019
8767453
fix(#3332): Exception when exporting more than 8 nested levels (#3501)
gedinakova Jan 4, 2019
1c03aa8
Merge branch '7.1.x' into vslavov/grid-select-deleted-master
zdrawku Jan 4, 2019
54314eb
fix(headers-api-docs): set header IG main page link depending on the …
Aleksandyr Jan 4, 2019
f35df26
Merge branch '7.1.x' into rkaraivanov/displayDensity-refactor-master
SAndreeva Jan 4, 2019
0562bd2
fix(*): build errors due to displayDensity changes #3310
SAndreeva Jan 4, 2019
32f42b3
Merge branch 'rkaraivanov/displayDensity-refactor-master' of https://…
SAndreeva Jan 4, 2019
9343de0
chore(*): more code optimizations #3310
SAndreeva Jan 4, 2019
b609c99
Merge branch 'master' into 7.1.x
zdrawku Jan 4, 2019
d246c2e
Merge branch '7.1.x' into vslavov/grid-select-deleted-master
bazal4o Jan 4, 2019
eb52ff9
Merge branch '7.1.x' into logo-api-docs-refs-7.1.x
zdrawku Jan 4, 2019
7a90c92
Merge pull request #3456 from IgniteUI/vslavov/grid-select-deleted-ma…
bazal4o Jan 4, 2019
f23e30e
Merge pull request #3522 from IgniteUI/logo-api-docs-refs-7.1.x
zdrawku Jan 4, 2019
e7dec59
Merge branch '7.1.x' into indeterminate-progress
kdinev Jan 7, 2019
7d4795f
Merge branch '7.1.x' into rkaraivanov/displayDensity-refactor-master
zdrawku Jan 7, 2019
4bb2e87
Merge pull request #3282 from IgniteUI/rkaraivanov/displayDensity-ref…
zdrawku Jan 7, 2019
0427320
igxTimePicker - editable masked input + dropdown new mode (#3394)
SAndreeva Jan 7, 2019
692d7eb
Merge branch '7.1.x' into indeterminate-progress
zdrawku Jan 7, 2019
7b3a713
fix(IgxColumnMovingDropDirective): focus last active cell on column m…
ddincheva Jan 7, 2019
37fb219
Merge branch '7.1.x' into indeterminate-progress
zdrawku Jan 7, 2019
d2e430b
Merge pull request #3432 from IgniteUI/indeterminate-progress
rkaraivanov Jan 7, 2019
d009013
fix(igx-grid): Add function to localize summaries, #3533 (#3534)
sstoyanovIG Jan 7, 2019
6540fbb
chore(*): Fix 7.1.1 duplicate section in Changelog
Jan 7, 2019
aba326a
chore(*): Update changelog
Jan 8, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Ignite UI for Angular Change Log

All notable changes for each version of this project will be documented in this file.
## 7.1.2
### Features
- `igx-circular-bar` and `igx-linear-bar` now feature an indeterminate input property. When this property is set to true the indicator will be continually growing and shrinking along the track.
- `IgxTimePickerComponent`: in addition to the current dialog interaction mode, now the user can select or edit a time value, using an editable masked input with a dropdown.

## 7.1.1
### Bug Fixes
* onSortingDone is not fired when sorting indicator of a header in the group by area is clicked ([#3257](https://github.com/IgniteUI/igniteui-angular/issues/3257))
* igx-grid isn't displayed properly in IE11 when it is inside an igx-tabs-group ([#3047](https://github.com/IgniteUI/igniteui-angular/issues/3047))
* Preventing wrap-around for scrollNext and scrollPrev([#3365](https://github.com/IgniteUI/igniteui-angular/issues/3365))
* IgxTreeGrid does not respect its parent container height ([#3467](https://github.com/IgniteUI/igniteui-angular/issues/3467))
* Include grid's unpinnedWidth and totalWidth in cell width calculation ([#3465](https://github.com/IgniteUI/igniteui-angular/issues/3465))

### Other
* update typedoc-plugin-localization version to 1.4.1 ([#3440](https://github.com/IgniteUI/igniteui-angular/issues/3440))


## 7.1.0
### Features
Expand Down Expand Up @@ -28,6 +44,28 @@ All notable changes for each version of this project will be documented in this
- `IgxOverlayService`:
- `ElasticPositioningStrategy` added. This strategy positions the element as in **Connected** positioning strategy and resize the element to fit in the view port in case the element is partially getting out of view.


## 7.0.5

### Bug Fixes

* igx-grid isn't displayed properly in IE11 when it is inside an igx-tabs-group. ([#3047](https://github.com/IgniteUI/igniteui-angular/issues/3047))
* igx-slider max-value defaults to min-value ([#3418](https://github.com/IgniteUI/igniteui-angular/issues/3418))
* Inconsistency in scrollNext and scrollPrev ([#3365](https://github.com/IgniteUI/igniteui-angular/issues/3365))
* The header link in the api docs page should be to the product page ([#3423](https://github.com/IgniteUI/igniteui-angular/issues/3423))
* Error thrown when edit primaryKey cell in Tree Grid ([#3329](https://github.com/IgniteUI/igniteui-angular/issues/3329))
* IgxGridHeaderGroupComponent should have preset min width ([#3071](https://github.com/IgniteUI/igniteui-angular/issues/3071))
* Pressing ESC on a cell in an editable column throws an error ([#3429](https://github.com/IgniteUI/igniteui-angular/issues/3429))
* Cell foreground is white on hover with the default theme ([#3384](https://github.com/IgniteUI/igniteui-angular/issues/3384))
* [IE] Grid toolbar's buttons and title are misaligned ([#3371](https://github.com/IgniteUI/igniteui-angular/issues/3371))
* Dialog window does not hold the focus when opened ([#3199](https://github.com/IgniteUI/igniteui-angular/issues/3199))
* refactor(themes): don't include contrast colors in the palettes ([#3166](https://github.com/IgniteUI/igniteui-angular/issues/3166))

### Other
* update typedoc-plugin-localization version to 1.4.1 ([#3440](https://github.com/IgniteUI/igniteui-angular/issues/3440))
* Move all keyboard navigation tests in a separate file ([#2975](https://github.com/IgniteUI/igniteui-angular/issues/2975))


## 7.0.4
### Bug fixes
- Fix(igx-grid): revert row editing styles ([#2672](https://github.com/IgniteUI/igniteui-angular/issues/2672))
Expand Down Expand Up @@ -91,6 +129,44 @@ All notable changes for each version of this project will be documented in this
- Updated package dependencies to Angular 7 ([#3000](https://github.com/IgniteUI/igniteui-angular/pull/3000))
- Themes: Add dark schemas and mixins (PR [#3025](https://github.com/IgniteUI/igniteui-angular/pull/3025))

## 6.2.4

### Bug Fixes
* onSortingDone is not fired when sorting indicator of a header in the group by area is clicked ([#3257](https://github.com/IgniteUI/igniteui-angular/issues/3257))
* igx-grid isn't displayed properly in IE11 when it is inside an igx-tabs-group ([#3047](https://github.com/IgniteUI/igniteui-angular/issues/3047))
* Preventing wrap-around for scrollNext and scrollPrev([#3365](https://github.com/IgniteUI/igniteui-angular/issues/3365))
* IgxTreeGrid does not respect its parent container height ([#3467](https://github.com/IgniteUI/igniteui-angular/issues/3467))
* The header link in the api docs page should be to the product page ([#3423](https://github.com/IgniteUI/igniteui-angular/issues/3423))
* fix(dialog): dialog gets focus when is opened ([#3276](https://github.com/IgniteUI/igniteui-angular/issues/3276))
* IgxTreeGrid - Add row editing + transactions to tree grid ([#2908](https://github.com/IgniteUI/igniteui-angular/issues/2908))
* Regular highlight makes the highlighted text unreadable when the row is selected. ([#1852](https://github.com/IgniteUI/igniteui-angular/issues/1852))
* Use value instead of ngModel to update editValue for checkbox and calendar in igxCell ([#3224](https://github.com/IgniteUI/igniteui-angular/issues/3224))
* Disable combo checkbox animations on scroll ([#3300](https://github.com/IgniteUI/igniteui-angular/issues/3300))
* "Select/Unselect All" checkbox is checked after deleting all rows ([#3068](https://github.com/IgniteUI/igniteui-angular/issues/3068))
* Fixing column chooser column updating ([#3234](https://github.com/IgniteUI/igniteui-angular/issues/3234))
* Fix - Combo - Hide Search input when !filterable && !allowCustomValues ([#3315](https://github.com/IgniteUI/igniteui-angular/issues/3315))
* Add @inheritdoc ([#2943](https://github.com/IgniteUI/igniteui-angular/issues/2943))
* refactor(displayDensity): Code cleanup in display density base class #3280
* Calculating updated grid height when rebinding columns ([#3285](https://github.com/IgniteUI/igniteui-angular/issues/3285))
* Fix - Combo, Drop Down - Fix TAB key navigation ([#3206](https://github.com/IgniteUI/igniteui-angular/issues/3206))
* Added validation if last column collides with grid's scroll ([#3142](https://github.com/IgniteUI/igniteui-angular/issues/3142))
* When in the tree grid are pinned columns and scroll horizontal the cells text is over the pinned text ([#3163](https://github.com/IgniteUI/igniteui-angular/issues/3163))
* refactor(themes): don't include contrast colors in the palettes ([#3166](https://github.com/IgniteUI/igniteui-angular/issues/3166))

### Code enhancements
* Fix the logic calculating test results ([#3461](https://github.com/IgniteUI/igniteui-angular/issues/3461))
* Update typedoc version and localize some shell strings ([#3237](https://github.com/IgniteUI/igniteui-angular/issues/3237))
* fix(toolbar): including custom content in the show toolbar check ([#2983](https://github.com/IgniteUI/igniteui-angular/issues/2983))
* docs(toolbar): adding more API docs ([#2983](https://github.com/IgniteUI/igniteui-angular/issues/2983))

### Other
* update typedoc-plugin-localization version to 1.4.1 ([#3440](https://github.com/IgniteUI/igniteui-angular/issues/3440))
* Update contributing document with localization ([#3313](https://github.com/IgniteUI/igniteui-angular/issues/3313))
* docs(*): add 6.2.3 missing changes and bug fixes to changelog ([#3251](https://github.com/IgniteUI/igniteui-angular/issues/3251))
* Docs - Expansion Panel - Add comments and README([#3245](https://github.com/IgniteUI/igniteui-angular/issues/3245))
* Move all keyboard navigation tests in a separate file ([#2975](https://github.com/IgniteUI/igniteui-angular/issues/2975))


## 6.2.3
- `igxGrid`
- `resourceStrings` property added, which allows changing/localizing strings for component. If a new instance is set,
Expand Down
18 changes: 9 additions & 9 deletions extras/docs/themes/sassdoc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,23 +130,23 @@ const theme = themeleon(__dirname, function (t) {
switch (operator) {
case '==':
// tslint:disable-next-line:triple-equals
return (v1 == v2) ? options.fn(this) : options.inverse(this);
return (v1 == v2) ? options.fn(options.data.root) : options.inverse(options.data.root);
case '===':
return (v1 === v2) ? options.fn(this) : options.inverse(this);
return (v1 === v2) ? options.fn(options.data.root) : options.inverse(options.data.root);
case '<':
return (v1 < v2) ? options.fn(this) : options.inverse(this);
return (v1 < v2) ? options.fn(options.data.root) : options.inverse(options.data.root);
case '<=':
return (v1 <= v2) ? options.fn(this) : options.inverse(this);
return (v1 <= v2) ? options.fn(options.data.root) : options.inverse(options.data.root);
case '>':
return (v1 > v2) ? options.fn(this) : options.inverse(this);
return (v1 > v2) ? options.fn(options.data.root) : options.inverse(options.data.root);
case '>=':
return (v1 >= v2) ? options.fn(this) : options.inverse(this);
return (v1 >= v2) ? options.fn(options.data.root) : options.inverse(options.data.root);
case '&&':
return (v1 && v2) ? options.fn(this) : options.inverse(this);
return (v1 && v2) ? options.fn(options.data.root) : options.inverse(options.data.root);
case '||':
return (v1 || v2) ? options.fn(this) : options.inverse(this);
return (v1 || v2) ? options.fn(options.data.root) : options.inverse(options.data.root);
default:
return options.inverse(this);
return options.inverse(options.data.root);
}
},
localize: (options) => {
Expand Down
9 changes: 7 additions & 2 deletions extras/docs/themes/sassdoc/views/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
{{#ifCond lang '==' 'jp'}}{{> infraHeadJA }}{{else}}{{> infraHead }}{{/ifCond}}
<div class="header__secondary">
<div class="header__logo">
<a class="header__logo-name" href="https://www.infragistics.com/products/ignite-ui-angular" class="title">{{package.name}}</a>
<span class="header__logo-version">API ver. 7.0.x</span>
{{#ifCond lang '==' 'jp'}}
<a class="header__logo-name" href="https://jp.infragistics.com/products/ignite-ui-angular" class="title">{{package.name}}</a>
<span class="header__logo-version">API ver. 7.0.x</span>
{{else}}
<a class="header__logo-name" href="https://www.infragistics.com/products/ignite-ui-angular" class="title">{{package.name}}</a>
<span class="header__logo-version">API ver. 7.0.x</span>
{{/ifCond}}
</div>

<div class="tsd-nav-toggle align-end">
Expand Down
6 changes: 5 additions & 1 deletion extras/docs/themes/typedoc/src/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<div class="tsd-header-content">
<div class="tsd-header-group">
<h1 class="tsd-header-logo">
<a href="https://www.infragistics.com/products/ignite-ui-angular" class="title">{{project.name}}</a>
{{#ifCond project.localization '==' 'jp'}}
<a href="https://jp.infragistics.com/products/ignite-ui-angular" class="title">{{project.name}}</a>
{{else}}
<a href="https://www.infragistics.com/products/ignite-ui-angular" class="title">{{project.name}}</a>
{{/ifCond}}
<span class="version">API ver. <strong>7.0.x</strong></span>
</h1>
<div class="tsd-nav-toggle">
Expand Down
2 changes: 1 addition & 1 deletion projects/igniteui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"web-animations-js": "^2.3.1"
},
"devDependencies": {
"igniteui-cli": "~3.1.0"
"igniteui-cli": "~3.2.0"
},
"ng-update": {
"migrations": "./migrations/migration-collection.json"
Expand Down
16 changes: 7 additions & 9 deletions projects/igniteui-angular/src/lib/avatar/avatar.component.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<ng-template #defaultTemplate>
<ng-content></ng-content>
</ng-template>

<ng-template #imageTemplate>
<div #image [style.backgroundImage]="getSrcUrl()" class="igx-avatar__image" [style.backgroundColor]="bgColor" [attr.aria-roledescription]="roleDescription"
></div>
<div #image class="igx-avatar__image" [style.backgroundImage]="getSrcUrl()"></div>
</ng-template>

<ng-template #initialsTemplate>
<div class="igx-avatar__initials" [style.backgroundColor]="bgColor" [style.color]="color" [attr.aria-roledescription]="roleDescription">
<span>{{initials.substring(0, 2)}}</span>
</div>
<span>{{initials.substring(0, 2)}}</span>
</ng-template>

<ng-template #iconTemplate>
<span class="igx-avatar__icon" [style.backgroundColor]="bgColor" [style.color]="color" [attr.aria-roledescription]="roleDescription">
<igx-icon>{{icon}}</igx-icon>
</span>
<igx-icon>{{icon}}</igx-icon>
</ng-template>

<ng-container *ngTemplateOutlet="template"></ng-container>
<ng-content></ng-content>
Loading