ryanve / response.js

Responsive design toolkit
http://responsejs.com
Other
801 stars 123 forks source link

Version 1.0 Milestones #15

Open ryanve opened 11 years ago

ryanve commented 11 years ago
  1. Refactor the way breakpoint data is created/stored/accessed to best allow for 3–5 below in a way that scales.
  2. Allow for attributes beyond src to be swapped. (#14)
  3. 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. (#13)
  4. Have a way to update breakpoint sets when new content is added to the DOM via Ajax or other means.
  5. Better normalize the behavior of the event methods in regards to the event-providing library.
  6. 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.
  7. 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.