0.9.5
What's Changed
Violet is now iOS ready! π± π π
As of this release every app/website built with Violet Rails can be turned into an iOS app with just 1 line of code πͺ β¨
Automatic translation between your web app π and native app π±
Your Violet Rails app will now transition seamlessly between web (left) and iOS (right)
Making your Violet Rails app iOS aware
replace {{ cms:snippet navbar }}
and {{ cms:snippet footer }}
with {{cms:helper render_smart_navbar}}
and {{cms:helper render_smart_footer}}
. These new functions will intelligently render navbar/footer as {{ cms:snippet navbar }}
and {{ cms:snippet footer }}
for web clients. We don't want to show web navigation on native clients (eg: iOS)
how the app looks
native navigation
web navbar is not shown, instead a system tray is shown at the bottom with relevant navigation buttons
Blog
Forum
iOS client repository
As usual, our iOS app is open source π― π
See it here: https://github.com/restarone/violet_rails_ios_client
- [feature] make server turbo native ready by @donrestarone in #819
Full Changelog: 0.9.4...0.9.5