Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
36.19 KB
MD5: 060905e4f103ebc105f46ef37e263531
SHA-1: f05d9715b59b8c1b7295a05a77dfd3d8e6420476
SHA-256: d11812b353f8c170ea96d4ad1243a872cf6c94876d9c950ff996bb8e80f2644b
Download zip
43.86 KB
MD5: 56c007ff5492fcfdc494569d2f95e37c
SHA-1: 2f12119d4ea974ad2cfd94a1433aa870b9810c8b
SHA-256: 85f7640385ec2e293522f20a7ebe4505b604d226f9a5e126c73499e68536556b
Release notes
So, it's time we cut a 1.0 on this module. It's had enough time to bake.
Changes since 7.x-1.0-rc1
- Add more ducktape code to support jQuery prior to version 1.6.
- Styling fixes to better repel outside CSS.
- Remove the margin on the trigger button in the Navbar.
- Defer is a property recognized by drupal_add_js, not simply a property on a script tag, like in D8.
- In newer versions of Backbone, options passed to a constructor are no longer automatically assigned to an options property on a View instance; they are only passed in as an argument to the initialize method.
- Updated CSS to address style selector specificity increases in that module.
- Issue #2152047 by jessebeach | cfgregory: SQLSTATE[42S02]: Base table or view not found.
- Only list enabled devices in the preview list.
- Use the latest Libraries include methods pioneered in the Navbar module.
- Replacing the heavy-handed jQuery events polyfill with a lighter-weight approach. See #2154147-20 for details about this approach from Wim Leers
- Development on the Demo Framework project revealed that the libraries implementation in RP is too brittle for setups that have multiple modules declaring the Backbone and Underscore libraries. RP needs to declare default files in order to defaults files and to be more defensive in the conversion function for empty arrays.
- Just moving some code around for consistency. No behavior changes.