Skip to content

Offline

Latest
Compare
Choose a tag to compare
@gliechtenstein gliechtenstein released this 14 Jul 00:15
· 221 commits to master since this release
New Release (#239)

* Support float for pixel calculation

* Fix border:none

* Fix stretching images inside image buttons

* Fixing tableview inset bug

* Allow video inline play + auto play

* allow autoplay + inline play video for background html container

* Proper dimension handling for all

* Authenticated image fix for preloading

* Local variable should be set even before making a change to a form component

* Do not pre-render header and footer (Causes crash in some cases)

* Fixing header/footer render timing issue

* Bugfix for SDWebImageDownloader https://github.com/rs/SDWebImage/issues/1209

* Fixing tabor extended layout problem

* Readme update

* Fix bottom padding on tab bar icons

* Render even if data is an empty object

* Fixing chat input glitch

* Fix for when hiding bottom input field

* Bottom tab bar should only load with white background when opening modal

* Cancel all currently running actions when transitioning away to a different tab

* Allow user interaction even when “loading: true” is set

* Null fix

* Local file support for buttons, images, menus

This allows users to use file:// prefix on what used to be all remote files for images within the Jasonette framework so that images files don’t have to be downloaded in cases where it’s static content for the mobile app.

* Use UIAlertController instead of a 3rd party library

* Use only “title” (not “description”)

* Return error values for $network.request

* Change NSMutableDictionary to NSDictionary

* Local JSON read refactor => moved to helper

* local $require support

* Local image support for body.style.background + layers.image

* Local image support for footer.input

* $global

* Annotation

* $audio.record fix

* Added data_uri

* $util.share expects NSURL, not NSString

* Proper stringified file_url for $media.camera and $media.picker

* Fix animated gifs in image components

* Animated GIF support for layers, buttons, and background

* Tinted image fix

* $env

* Revert tint to original approach

* Fix tinted image memory issue

* Added $env.device.language

* search bar fix

* error.json + loading.json support

* Handling cases where the key is a template expression

* Default loading:NO => use loading.json instead

* Fixing onLoad for loading offline JSON

* Exception handling for when $get, $params are not set.

* Clear stack&register before $back - see https://github.com/Jasonette/JASONETTE-iOS/issues/228

* Tabbar should stick around during loading.json

* Remove tab switching delay

* Bugfix: loadViewByFile has two types: final and intermediate.

* Fix loading issue with header/footer + Diff-based Optimization

* Updated policy for $show and $load

* Trigger only if an action is not empty

* If coming back from a view with no tabs, force-reconstruct tabs

* Throw an error to the Jason client on bad URL

Any urls that contain bad variable names or other errors just crash the app right now. This would throw error message to the log and error handler.

* Handle empty string error for $network.request

* JASONResponseSerializer

* It’s not final until the view completely finishes loading

* Require should end with the same URL it started with

* Make sure network actions end with the same url as it started