1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-31 04:32:20 +01:00

Created Roadmap (markdown)

markdotto 2011-08-24 09:49:27 -07:00
parent 9e3307c71e
commit 386b0a8e8b

39
Roadmap.md Normal file

@ -0,0 +1,39 @@
Tentative roadmap with no specific dates attached yet:
<table>
<thead>
<tr>
<th>Version</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.1</td>
<td>Current shipped version, adding IE7+ support everywhere</td>
</tr>
<tr>
<td>1.2</td>
<td>Grid system and button refactor, misc GitHub issues</td>
</tr>
<tr>
<td>1.3</td>
<td>Misc CSS, example .js, bugfixes: adding dropdown menus to our ul.tabs, redesigning our alerts for improved visual treatment and readability, misc GitHub issues</td>
</tr>
<tr>
<td>1.3.5</td>
<td>Updated docs and new templates, adding example JS support for modals/popovers/etc</td>
</tr>
<tr>
<td>1.4</td>
<td>HTML5 rewrite</td>
</tr>
<tr>
<td>1.5</td>
<td>Adding media-queries</td>
</tr>
</tbody>
</table>
We'd love to hear feedback on this outlook to see if our priorities line up with your own. Our goal is to move fast, but not at the expensive of stability. For feedback on this roadmap, please see our Google Groups mailing list and reply there.