Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 13fba59

Browse files
author
Bruno Pulis
authored
Update and rename CHANGELOG to CHANGELOG.md
Structure of document.
1 parent 8771492 commit 13fba59

File tree

2 files changed

+59
-82
lines changed

2 files changed

+59
-82
lines changed

CHANGELOG

Lines changed: 0 additions & 82 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
## v1.4* (2011-12-03)
2+
3+
* Made ARIA properties the means by which data about the tab interface is stored (rather than internal variables)
4+
* Cleaned up some of the code and optimized it
5+
* Made sure that even if an iterator isn’t supplied, the code works well
6+
7+
## v1.3* (2011-04-05)
8+
9+
* Adjusted tabbing to remove the tabpanels from the tab flow
10+
* Added "Enter" functionality to focus tabpanel from tab
11+
* Added ability to circle back to the beginning (or end) of the tablist when the end is reached
12+
13+
## v1.2* (2010-09-29)
14+
15+
* move to HTML5 section elements from divs
16+
* added HTML5 header to the allowed header indication elements
17+
18+
## v1.1* (2010-09-29)
19+
20+
* Change to ARIA spec: adding aria-controls
21+
22+
## v1.0* (2010-08-11)
23+
24+
* Switch to 1.0
25+
* Fix to ARIA implementation
26+
* Adding minified version
27+
28+
## v0.4.4* (2009-07-17)
29+
30+
* Made a few tweaks to the ARIA stuff
31+
32+
## v0.4.3* (2009-06-28)
33+
34+
* Simplified some of the JavaScript by reducing variables, combining declarations, etc.
35+
* Cleaned up the class names a bit
36+
* Adjusted the demo to reflect the new class names and to use namespaced CSS
37+
38+
## v0.4.2* (2009-04-20)
39+
40+
* Changed the source order for the tabs (so they come before the panels, which will be more helpful in ARIA use)
41+
* Changed the keyboard trigger to onkeydown
42+
43+
## v0.4.1* (2009-04-20)
44+
45+
* Added support for nested elements within a tab
46+
47+
## v0.4* (2009-04-20)
48+
49+
* Added support for ARIA Roles and States
50+
51+
## v0.3* (2007-06-17)
52+
53+
* Removed Prototype dependency, made most methods and properties private
54+
55+
## v0.2* (unreleased)
56+
57+
## v0.1* (2006-12-07)
58+
59+
* Initial script

0 commit comments

Comments
 (0)