Skip to content

Latest commit

 

History

History
103 lines (91 loc) · 2.89 KB

ReleaseNotes.md

File metadata and controls

103 lines (91 loc) · 2.89 KB

Abacus Release 0.0.12

  1. Handles lists in markdown
  2. Cleanup
  3. Thread event handlers
  4. Add downloadable font to CSS
  5. Fix markdown issue
  6. Enhance ComposeRules to handle blank/empty selector

Abacus Release 0.0.11 2022-05-04 11:59:24

  1. Fix to NewHTMLRenderer function
  2. Fix modal form

Abacus Release 0.0.10 2022-04-19 11:40:13

  1. Move location of WebSocketID storage from Document to HTMLRenderer
  2. Fix typo

Abacus Release 0.0.9 2022-03-12 15:09:21

Abacus Release 0.0.8 2022-03-12 14:14:55

  1. Fix calls to NewDocument wrt right argument
  2. Fix markdown links
  3. Initialize websocket on page load
  4. websocket
  5. Add sychronous JavaScript execution (only works in test framework)
  6. Add sample of test framework
  7. First pass at test framework

Abacus Release 0.0.7 2022-01-07 16:51:27

  1. Fix SetOuterHTML function
  2. Fix demo

Abacus Release 0.0.6 2022-01-06 18:16:07

  1. Fix style/script injection in DOM2HTML
  2. Small fixes
  3. Require specifying FQP for handlers
  4. Fixes to AutoComplete
  5. Remove need for explicit trigger keys in autocomplete
  6. Adjust list location on backspace
  7. Third pass at AutoCompete
  8. Second pass at auto complete
  9. First pass at AutoComplete

Abacus Release 0.0.5 2021-08-23 19:46:07

  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

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
  4. Exploratory work on grid, continued.
  5. Exploratory work on HTML grid and custom controls
  6. Rework event handling
  7. Fix up sample app
  8. Update README.md
  9. Refactor Sync space into HTMLRenderer space
  10. Update README.md
  11. More work on synchronized DOM
  12. Start work on synchronzed DOM
  13. Fix OnHTTPRequest
  14. Rename Type property to Tag
  15. Add general event handling

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
  4. Cleanup
  5. Add embedded styles facility
  6. Refactor composing CSS
  7. Change way CSS New and Compose work
  8. Handle @media CSS rules
  9. Cleanup
  10. Update readme
  11. Fix tables
  12. Refactor CSS
  13. Move markdown code into this project
  14. Add CSS and site template
  15. Redesign content property
  16. Update README file
  17. Renaming and cleanup
  18. Redo Elements function
  19. Rename some functions
  20. Implement XML2DOM
  21. Add NewTable function
  22. Add functionality for extracting elements from the DOM

Abacus Release 0.0.1 2021-04-09 13:03:33

  1. Cleanup

Abacus Release 0.0.0 2021-04-09 12:59:58

  1. Setup details
  2. Create README.md
  3. Fix first test
  4. Initial Commit