Upgrade Guide
Formstone components are now bundled as a single package. Developers should still only include the required components, including any unused components will only weigh down a site. As part of the consolidation many of the components' names have been changed to match well known design patterns. A lightbox is now lightbox - no need to memorize cute names.
| Old | New |
|---|---|
| Boxer | Lightbox |
| Dropper | Upload |
| Gridlock | Grid |
| Macaroon | Cookie |
| Naver | Navigation |
| Picker | Checkbox |
| Ranger | Range |
| Roller | Carousel |
| Rubberband | Mediaquery |
| Scroller | Scrollbar |
| Selecter | Dropdown |
| Sizer | Equalize |
| Shifter | Navigation |
| Stepper | Number |
| Tabber | Tabs |
| Tipper | Tooltip |
| Wallpaper | Background |
Customized components will need to be updated as selectors and based styles have changed. There will also be some breaking changes that will require testing all javascript before deployment - this is not a drop-in update.