discourse/app
David Taylor 0ab57975a4
FIX: Ensure widget hooks always call the correct instance (#15127)
Widgets instances are ephemeral - they change on every re-render. We always want to notify the 'most recent' widget instance of events. This regressed in 1b9cf1b1 because the touchStart and drag hooks would persist the widget instance from the initial render. This commit switches TouchStart and Drag back to the pattern other events use, so that the most recent instance is always called. The performance benefits of per-element event listeners are retained.
2021-11-29 09:33:40 +00:00
..
assets FIX: Ensure widget hooks always call the correct instance (#15127) 2021-11-29 09:33:40 +00:00
controllers FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
helpers DEV: Allow actions to change the manifest endpoint (#14522) 2021-10-06 15:41:52 -05:00
jobs FIX: Delete unconfirmed AND expired email tokens only (#15089) 2021-11-25 10:34:30 +02:00
mailers DEV: Hash tokens stored from email_tokens (#14493) 2021-11-25 09:34:39 +02:00
models FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
serializers FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
services FIX: Use CDN URL for internal onebox avatars (#15077) 2021-11-25 12:07:34 +00:00
views DEV: Hash tokens stored from email_tokens (#14493) 2021-11-25 09:34:39 +02:00