Skip to content

Commit fd4c6f1

Browse files
Merge pull request #385 from cesar-tonnoir/feature/demo-data
[IMPAC-648] v1.6.0 - Refactor "data not found" mode
2 parents 6679fd6 + 4299fe0 commit fd4c6f1

96 files changed

Lines changed: 1530 additions & 1535 deletions

File tree

Some content is hidden

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

Changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Impac! Frontend Changelog
22

3+
### v1.6.0 | 2017 - Week 33
4+
5+
#### Adds
6+
- [IMPAC-648] Show demo data when none can be found
7+
8+
#### Config changes
9+
```coffeescript
10+
# Old
11+
dataNotFoundConfig:
12+
mainMessage: 'impac.data_not_found_config.main_message'
13+
linkMessage: 'impac.data_not_found_config.link_message'
14+
15+
# New
16+
dataNotFoundConfig:
17+
content:
18+
mainMessage: 'impac.data_not_found_config.main_message'
19+
linkMessage: 'impac.data_not_found_config.link_message'
20+
title: 'impac.data_not_found_config.title'
21+
seeExample: 'impac.data_not_found_config.see_example'
22+
demoData: 'impac.data_not_found_config.demo_data'
23+
```
24+
25+
#### Dependencies
26+
- Impac! v1.6.0 (demo data endpoints for widgets)
27+
28+
-------------------------------------------------------------
29+
330
### v1.5.6 | 2017 - Week 33
431

532
#### Adds

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impac-angular",
33
"description": "Impac! Front-End Library",
4-
"version": "1.5.6",
4+
"version": "1.6.0",
55
"main": [
66
"dist/impac-angular.js",
77
"dist/impac-angular.less",

dist/images/widget-bg-width-3.png

-5.71 KB
Binary file not shown.

dist/images/widget-bg-width-6.png

-7.84 KB
Binary file not shown.

dist/impac-angular.css

Lines changed: 155 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/impac-angular.js

Lines changed: 675 additions & 832 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)