Skip to content

Commit d6677ab

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into rkolev/tabsBottomNavRouterSupport
2 parents b54228b + 18381cf commit d6677ab

File tree

256 files changed

+11994
-8810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+11994
-8810
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ language: node_js
44
node_js:
55
- '10.12.0'
66
before_install:
7+
- export NG_CLI_ANALYTICS=false
78
- export CHROME_BIN=/usr/bin/google-chrome
89
- export DISPLAY=:99.0
910
- sh -e /etc/init.d/xvfb start

CHANGELOG.md

Lines changed: 259 additions & 7 deletions
Large diffs are not rendered by default.

ROADMAP.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
# Current Milestone
44

5+
## Milestone 8 (Due by July, 2019)
56

6-
## Milestone 7 (Due May 7th, 2019)
7-
1. Multi-cell Selection #3915
8-
2. Grid Multi-Row Layout
9-
3. Grid Row Dragging
7+
1. Grid Multi-Row Layout keyboard nav #4708
8+
2. Angular 8 compatibility #4908
9+
3. Display density for Drop Downs #2960
10+
4. Slider custom labels #4594
11+
5. Copy data from the igxGrid #4907
12+
6. BottomNav and Tabs integration with router outlet container #4297
13+
7. Date/Time pickers action buttons customization #4647
1014

1115

1216
## Going down the road
@@ -93,3 +97,10 @@
9397
4. **[DONE]** Excel Style Filtering #3592
9498
5. **[DONE]** Inline date and time pickers (with drop down/toggle) #3034 #2337
9599
6. **[DONE]** igxSelect Component #3148
100+
101+
## Milestone 7 (13.05.2019)
102+
103+
1. **[DONE]** Multi-cell Selection #3915
104+
2. **[DONE]** Grid Multi-Row Layout #4384
105+
3. **[DONE]** Grid Row Dragging #3993
106+
3. **[DONE]** List, button, button group display density support #4393 #4502 #4532

azure-pipelines.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,14 @@ steps:
77
env:
88
AZURE_PIPELINES: "true"
99

10-
- script: sudo npm install -g @angular/cli
11-
displayName: 'Install Angular CLI'
12-
1310
- script: npm run lint:lib
1411
displayName: 'Run lint'
1512

16-
- script: ng build igniteui-angular --prod
17-
displayName: 'Build source code'
18-
19-
- script: npm run build:style
20-
displayName: 'Build styles'
13+
- script: npm run build:lib
14+
displayName: 'Build source code and styles'
2115

2216
- script: npm run test:lib:azure
23-
displayName: 'Run tests'
17+
displayName: 'Run non-grid tests'
2418
env:
2519
NODE_OPTIONS: "--max_old_space_size=4096"
2620

@@ -37,10 +31,10 @@ steps:
3731
condition: succeededOrFailed()
3832
inputs:
3933
testRunner: 'JUnit'
40-
testResultsFiles: '**/TESTS-*.xml'
34+
testResultsFiles: '**/TESTS-*.xml'
4135

4236
- task: PublishCodeCoverageResults@1
43-
inputs:
37+
inputs:
4438
codeCoverageTool: Cobertura
4539
summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage/cobertura-coverage.xml'
4640
reportDirectory: '$(System.DefaultWorkingDirectory)/coverage'
File renamed without changes.

0 commit comments

Comments
 (0)