Submitted by tyler.frankenstein on
Hello DrupalGap Community,
DrupalGap turned 3 years old in January, and has been partying hard ever since. We are now running on over 1,100 Drupal websites and continue to see growth. Thank you for your continued interest in DrupalGap, and for being a part of the community. Here is the latest news, enjoy!
DrupalGap @ DrupalCon Los Angeles 2015?
If you'd like to see a session on DrupalGap for this year's DrupalCon in Los Angeles, please show your support by commenting here:
https://events.drupal.org/losangeles2015/sessions/building-mobile-apps-e...
We're also hoping to present on a Headless Drupal, and briefly demonstrate DrupalGap's abilities in Drupal 8:
https://events.drupal.org/losangeles2015/sessions/headless-drupal-who-wh...
If one (or both) of those sessions sounds interesting to you, please show your support.
New Releases
- DrupalGap Module (7.x-1.10) (2015-01-31)
- DrupalGap SDK (7.x-1.0-rc5) (2015-01-31)
- jDrupal 7.x-1.1 (2015-01-10)
With the latest version of the DrupalGap module, it now comes packed with these great features in the Drupal UI:
- One click installer (install the SDK with one click)
- Install modules (through point-n-click)
- App downloader (easily package up your app for deployment)
Bug Fixes
- Only One Autocomplete Widget Allowed on a Page
- When assembling form state values, skip elements with restricted access
- Change taxonomy term autocomplete to use index resource instead of a custom View
- Make exit message customizable
Be sure to follow the upgrade guide for the latest features and bug fixes.
New Contrib Modules
Contrib Module Updates
New Documentation
New Code Contributors
Views Datasource (recommended release)
The brand spanking new (long awaited) recommended release of the Views Datasource module has been released. The module has changed the way it outputs an image field's JSON. A common use case is to get some image field URLs from a View JSON and display them the images. If you've done that in the past, you'll have to update your app's code to render a Views JSON row with the new syntax:
Old Way
function my_module_views_json_row(row) { return theme('image', { path: row.field_image }); }
New Way
function my_module_views_json_row(row) { return theme('image', { path: row.field_image.src }); }
How to Get Involved
Have an idea about how DrupalGap can be improved? Spotted a bug? Squashed a bug?
- View the DrupalGap contributions page to learn more about getting involved
- Join the DrupalGap Association or make a donation to support DrupalGap
Need Help?
- Geting Started
- Troubleshooting
- Upgrading
- Support Topics
- Premium Support (see the partner program for discounts)
Stay Connected
Thanks, and happy coding!