You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a way for devs to hook into the point where an element's content and/or attributes are changed, such that it would be possible to load content based on ajax requests and/or process the attribute value before applying it. (Adding "Processors" #13)
Have a way to update breakpoint sets when new content is added to the DOM via Ajax or other means.
Better normalize the behavior of the event methods in regards to the event-providing library.
Reorganize the code such that it is better broken into modular components. Separate the breakpoint sets from general utilties. I've already separated certain components of Response into separate modules (dope, verge). I'm trying to figure the best way to maintain it all and whether those modules should be included in the source of response.js or whether they should be dependencies and require a modular build system.
Update documentation on the website. I'd been working on a new version here but I've been hesitant to document methods that might get nixed. I'm going to get the homepage on github so that its easier to edit / track changes. The readme is ahead of the website docs.
The text was updated successfully, but these errors were encountered:
src
to be swapped. (Set other classes/properties at breakpoint? #14)The text was updated successfully, but these errors were encountered: