forked from stefanwalther/qliksense-extension-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.yml
127 lines (127 loc) · 3.28 KB
/
CHANGELOG.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
v0.13.3:
date: "2015-12-05"
enhancements:
- "Fixing icon list (#9)"
- "Fixing headers in part01/chapter03 (#10)"
- "Wrong variable name in part01/chapter05 (#8)"
- "Improve readability in part01/chapter01 (#6)"
v0.13.2:
date: "2015-11-02"
enhancements:
- "New: What's new in Qlik Sense 2.1.1"
- "Fix link back to overview of chapters"
v0.12.8:
date: "2015-10-14"
enhancements:
- "New: Allowed Mime types in Qlik Sense 2.1.1"
v0.12.7:
date: "2015-08-02"
enhancements:
- "Clarification which icons can be used in the .qext file"
v0.12.6:
date: "2015-07-16"
enhancements:
- "Pull request #4 ('Fix naming error' in part-01/05-Improving-the-Hello-World-Experience.md), thx @mcgovey"
- Added first version of a deployment checklist
v0.12.1-5:
date: "2015-07-15"
enhancements:
- "Added FAQ: 10,000 cells limitation"
- "Finished Part II / Chapter 02: 'AngularJS Basics'"
v0.11.1:
date: "2015-07-14"
enhancements:
- Extended FAQ
- Reorganized source code
- "Finished Part II / Chapter 01: 'Two Approaches, the Classic One & the Angular Way'"
- "Finished Part II / Chapter 08: 'The AngularJS Way: Summary and Why Using AngularJS'"
v0.10.1:
date: "2015-07-07"
enhancements:
- Fix typo in chapter 09 (#2)
v0.10.0:
date: "2015-07-03"
enhancements:
- "Finished Part I / Chapter 09: Loading Resources"
v0.9.0:
date: "2015-07-03"
enhancements:
- "Finished Part I / Chapter 08: Hello Data"
v0.8.0:
date: "2015-07-01"
enhancements:
- Added "Troubleshooting & FAQ"
v0.6.0:
date: "2015-06-25"
enhancements:
- Added ability to add a TOC to single files
- Remove verb
v0.5.0:
date: "2015-06-24"
enhancements:
- Restructure the entire tutorial
- Generate the Readme.md now to prevent broken links
v0.4.1:
date: "2015-06-23"
new:
- Finished chapter NG06 - AngularJS and events
v0.4.0:
date: "2015-05-29"
enhancements:
- Changed to assemble v0.6.0 instead of assemble 0.4.42
- Added support to add files in `tutorial` automatically to git
v0.3.3:
date: "2015-05-20"
enhancements:
- Minor fixes
v0.3.1:
date: "2015-05-19"
new:
- Draft of chapter 09 - Loading Resources
v0.3.0:
date: "2015-05-19"
new:
- Finished chapter 07 - Custom Properties
v0.2.2:
new:
- Finished chapter 06 - Using Properties
- Draft of chapter 08 - Hello Data
v0.2.1:
new:
- Finished chapter 06 - "Introduction to Using Properties"
v0.1.9:
new:
- Draft of chapter 06
v0.1.8
new:
- Added "How to use Bootstrap in Qlik Sense visualization extensions"
v0.1.7
new:
- Added chapter 05
enhancements:
- Several minor text + code corrections
- Made links on README.md in the root absolute to make them also working on branch.qlik.com
v0.1.6
date: "2015-03-14"
new:
- Added chapter 04
enhancements:
- Made some minor improvements to the build system
v0.0.4
date: "2015-02-24"
new:
- Added "What's New in Qlik Sense 1.1"
v0.0.3
date: "2015-02-24"
new:
- Added Chapter 03, Let's Get Started - Hello World Example
v0.0.2
date: "2015-02-22"
new:
- Added Chapter 02, Introduction to Qlik Sense Visualization Extensions
v0.0.1
date: "2015-02-21"
new:
- Initial Commit & Structure
- Chapter 00, About the tutorial
- Chapter 01, Introduction