* We now use a new custom view, {{cloaked-collection}} to display posts in a topic.
* Posts are removed and inserted (cloaked/uncloaked) into the DOM dynamically based on whether they
are visible in the current browser viewport.
* There's been a lot of refactoring to ensure the relationship between the post views and the topic
controller is sane.
* Lots of fixes involving jumping to a post, including a new LockOn component to that tries to stay
focused on an element even if stuff is loading before it in the DOM that would normally push it
down.
|
||
|---|---|---|
| .. | ||
| autocomplete.js | ||
| caret_position.js | ||
| click_track.js | ||
| computed.js | ||
| debounce.js | ||
| development.js | ||
| div_resizer.js | ||
| eyeline.js | ||
| formatter.js | ||
| html.js | ||
| key_value_store.js | ||
| lightbox.js | ||
| markdown.js | ||
| mention.js | ||
| message_bus.js | ||
| mobile.js | ||
| onebox.js | ||
| probes.js | ||
| quote.js | ||
| screen_track.js | ||
| search.js | ||
| syntax_highlighting.js | ||
| transition_helper.js | ||
| url.js | ||
| user_search.js | ||
| utilities.js | ||