Bugs fixed:
- Issue #22 and Issue #23: Support
*.scss
files as well as*.sass
files. - Issue #24: Create the stylesheet output directories as part of the build process.
- Issue #25: Recreate the
load_file.txt
when the feature manifest changes. - iOS was correctly dispatching timer firings back to the controller code.
- Moving to a more recent version of the
xcodeproj
gem caused a conflict with Frank that needed to be resolved.
- iOS was not correctly loading HTML UIs. Fixing this also required re-working the project creation.
- Added plugin support
- Added an alert plugin implementation:
web/app/source/alert.web.coffee
,droid/test/src/com/calatrava/bridge/AlertPlugin.java
andios/Pods/calatrava/calatrava-ios/Bridge/AlertPlugin.m
. - Substantial re-writing of the build tasks. Should largely not be externally visible, except there are a lot less tasks now.
Bugs fixed:
- Issue #5: Creates the droid build with default name of the project as 'test' instead of the project name
- Issue #12: Failing AJAX - Typo in calatrava.inbound
- Issue #13: Problem Building on Xcode (4.5.1) - Can't Find Bundler
- Issue #14: Cosmetic: ios/public misplaced during calatrava create
- Issue #15: Uncaught TypeError: Object #<Object> has no method 'success'
Changes that will affect existing projects:
- Edited httpd conf template:
config/templates/httpd.conf.erb
- Edited the single page Haml template:
web/app/views/index.haml
- First public release