- Fix
opal-sprocketsversion
- update new application template to use fresh gem
- update new application counter component
- update opal to 1.0
- fix inesita server to work with newest
opal-sprockets
- sprockets setup moved from
config.ruinto.sprockets.rbfile
thorwarrnings- 'sprockets' warrnings
- Update
opalto0.11 - Move templates configuration to
config.ru
- remove
slimdependency - remove
sassdependency
0.6.1 - 2016.11.07
injectclass method forComponentinitcallbacks
router- moved to separate gemStore- useInjectionApplication- useComponentandinjectLayout- use component instead
0.5.1 - 2016.10.29
- Error when router not exists
0.5.0 - 2016.10.29
- Injection (you can inject any object)
before_rendercallback toComponent
- Store is deprecated, use Injection
initcallback, useinitializeinstead
0.4.4 - 2016.10.04
on_entercallback to Router
- sprockets deprecation warning
0.4.1 - 2016.07.15
- nice changelog
- update
opalto0.10.0
- deprecated
update_dom
- prefix bug in opal 0.10
0.4.0 - 2016.05.02
routeris accessible fromstoreinitcallback toStoreandComponentInesita::Browserminimal browser supportroutersupport*paramto catch rest of urlvirtual-domhooks (instead ofafter_render)
- rename
Router#handle_linktoRouter#go_to
Component#after_renderopal-browseris now optional- extract livereload to
inesita-livereload
0.3.5 - 2016.03.10
- add
inesita watch - add
inesita builddir parameters
0.3.2 - 2016-03-05
- add
app_distandapp_devdirectory support - add
redirect_totorouteoptions
0.3.1 - 2016-01-05
class_nameshelper- params hash in
Router#url_for
- fix
router.current_url?
0.3.0 - 2015-12-20
- live-reload
after_rendercomponent method - executes after component is rendered- specs
- static support - for serving images
- minification support
- rename
update_domtorender! - use
opal-browserinstead of pure javascript