Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMansour committed Aug 24, 2021
1 parent f8cccf4 commit c100c1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions ReleaseNotes.md
@@ -1,7 +1,16 @@
# HTML Release 0.0.4
# Abacus Release 0.0.5
1. Cleanup
2. Enhance prevent-default functionality
3. Provide mechanism from preventing default event behavior
4. Update README.md
5. Rename repository to Abacus
6. Rename control DyalogForm to DyalogBox
7. Add ScrollIntoView function

# Abacus Release 0.0.4 2021-08-05 07:37:24
1. Add loading animation page

# HTML Release 0.0.3 2021-08-02 12:15:56
# Abacus Release 0.0.3 2021-08-02 12:15:56
1. Restore NewHTMLRenderer function
2. Changes
3. Exploratory work on components, dialog boxes, and application architecture
Expand All @@ -18,7 +27,7 @@
14. Rename Type property to Tag
15. Add general event handling

# HTML Release 0.0.2 2021-06-22 07:36:22
# Abacus Release 0.0.2 2021-06-22 07:36:22
1. Add support for HTMLRenderer
2. Add support for preformatted HTML
3. Rewrite NewTable, add table helper methods
Expand All @@ -42,10 +51,10 @@
21. Add NewTable function
22. Add functionality for extracting elements from the DOM

# HTML Release 0.0.1 2021-04-09 13:03:33
# Abacus Release 0.0.1 2021-04-09 13:03:33
1. Cleanup

# HTML Release 0.0.0 2021-04-09 12:59:58
# Abacus Release 0.0.0 2021-04-09 12:59:58
1. Setup details
2. Create README.md
3. Fix first test
Expand Down
2 changes: 1 addition & 1 deletion acre.config
Expand Up @@ -14,5 +14,5 @@
"ProjectSpace": "#.Abacus",
"StartUp": "",
"URL": "https://github.com/the-carlisle-group/Abacus",
"Version": "0.0.4"
"Version": "0.0.5"
}

0 comments on commit c100c1b

Please sign in to comment.