Skip to content

Commit

Permalink
Merge pull request #8 from alerdenisov/feature/6
Browse files Browse the repository at this point in the history
Feature/6
  • Loading branch information
alerdenisov committed Jan 20, 2017
2 parents 3cdff92 + 64f4387 commit 746d43d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -17,10 +17,16 @@ ReUI is in active development stage as a part of huge open-source project. ReUI
[Examples](https://github.com/alerdenisov/ReUI/wiki)

## Roadmap
### Milestone [0.1](https://github.com/alerdenisov/ReUI/milestone/1)
- [ ] Nested hierarchy ([read more..](https://github.com/alerdenisov/ReUI/issues/6))
- [ ] Reactive UI variables ([read more..](https://github.com/alerdenisov/ReUI/issues/4))
### Milestone [0.2](https://github.com/alerdenisov/ReUI/milestone/2)
- [ ] XML caching ([read more..](https://github.com/alerdenisov/ReUI/issues/1))
- [ ] Element shared styles ([read more..](https://github.com/alerdenisov/ReUI/issues/3))
- [ ] Form elements ([read more..](https://github.com/alerdenisov/ReUI/issues/7))
- [ ] Auto size fitters ([read more..](https://github.com/alerdenisov/ReUI/issues/5))
### Milestone [0.3](https://github.com/alerdenisov/ReUI/milestone/3)
- [ ] Element styles ([read more..](https://github.com/alerdenisov/ReUI/issues/3))
- [ ] Animations ([read more..](https://github.com/alerdenisov/ReUI/issues/2))
- [ ] UI Variables pool ([read more..](https://github.com/alerdenisov/ReUI/issues/4))

## Limitation and Bugs
- Not found yet.. but it doesn't mean that they're not exists :D
Expand Down
1 change: 1 addition & 0 deletions ReUI.Implementation/Systems/XmlSystems/ParseXmlSystem.cs
Expand Up @@ -100,6 +100,7 @@ private void FillElement(Entity<IUIPool> root, Entity<IUIPool> element, IXmlNode
var extraType = _extraElementNodesDictionary[extraNode.Name];
switch (extraType)
{
// test feature comment
case ExtraElementNode.Content:
xmlElement.Content = extraNode.Value ?? "";
break;
Expand Down

0 comments on commit 746d43d

Please sign in to comment.