TiddlyWiki.org

CSS Test stuff:

Performance

  • New storage format using <PRE> to preserve white space
  • New 'DOM scrubbing' feature to deal with memory leaks
  • This will have a big impact on TW coding styles - it permits two useful techniques to be used safely:
    1. the use of closures to pass parameters to event handlers
    2. the storage of JavaScript? objects in DOM attributes
  • Improved startup speed by making the DefaultTiddlers? display be asynchronous (ticket #230)
  • Removed the old easter egg (slomo animations when shift is pressed)
    • Removed the old easter egg (slomo animations when shift is pressed)
      • Removed the old easter egg (slomo animations when shift is pressed)
        • Removed the old easter egg (slomo animations when shift is pressed)
    • Removed the old easter egg (slomo animations when shift is pressed)
  • Improved animation engine that adapts better to the performance of the browser
  • Added new Morpher animator that allows for some cleaner, faster animations