Skip to content

Commit 68c2908

Browse files
committed
[add] release date info
1 parent e93fc73 commit 68c2908

8 files changed

+26
-10
lines changed

assets/theme.css

+5
Original file line numberDiff line numberDiff line change
@@ -576,3 +576,8 @@ html, .footer{
576576
padding-bottom: 8px;
577577
}
578578
}
579+
580+
.release_date{
581+
color: #a0a0a0;
582+
margin-left:20px;
583+
}

data/desktop/whats_new.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ What's new
22
====================
33

44
{{index
5-
- desktop/whats_new_2_5.md
6-
- desktop/whats_new_2_4.md
7-
- desktop/whats_new_2_3.md
8-
- desktop/whats_new_2_2.md
9-
- desktop/whats_new_2_1.md
10-
- desktop/whats_new_2.md
5+
- desktop/whats_new_2_5.md <span class="release_date"> July 24, 2015</span>
6+
- desktop/whats_new_2_4.md <span class="release_date"> May 22, 2015</span>
7+
- desktop/whats_new_2_3.md <span class="release_date"> March 24, 2015</span>
8+
- desktop/whats_new_2_2.md <span class="release_date"> January 23, 2015</span>
9+
- desktop/whats_new_2_1.md <span class="release_date"> November 26, 2014</span>
10+
- desktop/whats_new_2.md <span class="release_date"> September 12, 2014</span>
1111
- desktop/whats_new_1_10.md
1212
- desktop/whats_new_1_9.md
1313
- desktop/whats_new_1_8.md

data/desktop/whats_new_2.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Version 2.0
22
==============
33

4-
### Major features
4+
<span class="release_date">released on September 12, 2014</span>
5+
6+
## Major features
57
- [Promises API for all ajax operations](helpers/ajax_operations.md)
68
- [Progress bars and overlays](desktop/progress.md)
79
- Improved keyboard navigation
@@ -21,7 +23,7 @@ Version 2.0
2123

2224
If you are updating from Webix 1.x - please check the migration.md
2325

24-
### Minor features
26+
## Minor features
2527
- [custom height for header lines in datatable](datatable/headers_footers.md#customheightforheaderandfooter)
2628
- dark style for carousel
2729
- [getState api](api/dataprocessor_getstate.md) for dataprocessor
@@ -37,7 +39,7 @@ If you are updating from Webix 1.x - please check the migration.md
3739
- [suggest](desktop/suggest.md) for text editors
3840

3941

40-
### Fixes
42+
## Fixes
4143

4244
- ability to define popup as raw json config
4345
- active style for danger button

data/desktop/whats_new_2_1.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Version 2.1
22
=================================
33

4+
<span class="release_date">released on November 26, 2014</span>
5+
46
##Major features
57

68
- Better compatibility with Bootstrap and [jQuery](desktop/jquery.md)

data/desktop/whats_new_2_2.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Version 2.2
22
=================================
33

4+
<span class="release_date">released on January 23, 2015</span>
5+
46
## Breaking changes
57

68
- width and height settings for all data components include size of scrollbar (so component will always take exactly the same size as was defined by width and height properties)

data/desktop/whats_new_2_3.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Version 2.3
22
============
33

4+
<span class="release_date"> released on March 24, 2015</span>
5+
46
## Breaking changes
57

68
- Default [parse format](api/i18n_parseformat_other.md) is changed for datepicker and calendar controls from *"%Y-%m-%d"* to *"%Y-%m-%d %H:%i"*. Both of them can be altered within current locale.

data/desktop/whats_new_2_4.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Version 2.4
22
============
33

4+
<span class="release_date">released on May 22, 2015</span>
5+
46
## New features
57

68
- [Portlet](desktop/portlet.md) widget

data/desktop/whats_new_2_5.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Version 2.5
22
=====================
33

4+
<span class="release_date">released on July 24, 2015</span>
45

5-
##New Features
6+
##New features
67

78
- Support of Microsoft Edge, default browser of the upcoming Windows 10
89
- Ability to [disable time periods](desktop/calendar.md#disablingdatesandtimeslotsincalendar) for Calendar widget

0 commit comments

Comments
 (0)