aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
blob: ca4e73bb5df9738a57ce82c127339bd0b8336c7e (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>IT Mill Toolkit 5</title>
		<link rel="stylesheet" type="text/css" href="demo/css/styles.css" />
		<!--[if IE]>
		<link rel="stylesheet" type="text/css" href="demo/css/ie.css" />
		<![endif]-->
	</head>
	<body>
	
	<div id="container">
	
		<div class="header">
			<h1>Introducing IT Mill Toolkit 5</h1>
			<em>Effortless web application development for Java-programmers.</em>
			<a href="http://www.itmill.com" title="Open www.itmill.com">Visit itmill.com</a>
		</div> <!-- /Header -->
		
		<div class="content">
			
			<div>
				<h2>Release notes version <version></version> (beta)</h2>

<p>
  Version <version></version> of IT Mill Toolkit Release 5 is still in beta
  phase, meaning that the library should be considered unstable and is recommended for
  evaluation and early adoption. Also, any
  changes are possible, including API changes, before the stable release.
</p>

    <h2>Important Changes</h2>
    
<p>The <version></version> release if IT Mill Toolkit includes new features and a number
of fixed problems.</p>

<ul>
  <li>Support for Java Portlets. See the following dev.itmill.com wiki articles for details.</li>

  <ul>
    <li><a href="http://dev.itmill.com/wiki/Articles/PortalTools">PortalTools - IT Mill Toolkit Portal Integration</a></li>
    <li><a href="http://dev.itmill.com/wiki/Articles/SimplePortalIntegration">Simple IT Mill Toolkit Portal Integration</a> -- instructions for using the portal integration</li>
  </ul>

  <li>Default theme has been collected in a single CSS file in
  <tt>WebContent/ITMILL/themes/default/styles.css</tt>, which is a compilation of the
  separate CSS files in the subdirectories. Custom themes should inherit this stylesheet
  with <tt>import</tt> command.</li>

  <li>(In 5.1.2) <p>Support for multiple applications in the same browser window.
See <tt>WebContent/multiapp.html</tt> for an example on how to embed
multiple applications.</p><p><i><b>IMPORTANT!</b> If you have embedded
Toolkit Applications in a HTML page with earlier versions of IT Mill
Toolkit, you must update the embedding page! Run the application
separately,
view the source code, and copy the loading code to your HTML
page.</i></p></li>

  <li>Many bug fixes. See the ChangeLog below.</li>

  <li>For up-to-date status of known problems, see the developer website <a href="http://dev.itmill.com/">dev.itmill.com</a>.</li>

</ul>

    <h2>ChangeLog Between IT Mill Toolkit 5.1.2 and 5.2.0</h2>

			</div> <!-- /getting-started -->
			
			<div class="clearer"></div>
		</div> <!-- /content-->
		
		<div class="footer">
			<a href="http://www.itmill.com">IT Mill Ltd.</a>
			<em>Interfacing IT</em>
		</div> <!-- /footer -->
	
	</div> <!-- /container -->
	
	</body>
</html>