forked from tremez/extjs-gpl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
release-notes.html
32 lines (29 loc) · 955 Bytes
/
release-notes.html
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
<!DOCTYPE html>
<html>
<head>
<title>
Ext JS Release Notes
</title>
<link rel="stylesheet" type="text/css" href="welcome/release-notes.css" media="all">
</head>
<body>
<p>
<a href="http://www.sencha.com/" id="logo" name="logo">Ext JS - JavaScript Framework</a>
</p>
<div id="releases">
<!--
When a release is made edit the queries below to adjust for the next release.
-->
<div class="release">
<h1>Release Notes for Ext JS 7.0.0</h1>
<p class="notes">
Release Date: Tue Jan 14 2020<br>
Version Number: 7.0.0.168
</p>
<h2>New Features</h2>
<h2>Bugs Fixed</h2>
<h2>Known Issues</h2>
</div>
</div>
</body>
</html>