- Fix
opal-sprockets
version
- 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.ru
into.sprockets.rb
file
thor
warrnings- 'sprockets' warrnings
- Update
opal
to0.11
- Move templates configuration to
config.ru
- remove
slim
dependency - remove
sass
dependency
0.6.1 - 2016.11.07
inject
class method forComponent
init
callbacks
router
- moved to separate gemStore
- useInjection
Application
- useComponent
andinject
Layout
- 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_render
callback toComponent
- Store is deprecated, use Injection
init
callback, useinitialize
instead
0.4.4 - 2016.10.04
on_enter
callback to Router
- sprockets deprecation warning
0.4.1 - 2016.07.15
- nice changelog
- update
opal
to0.10.0
- deprecated
update_dom
- prefix bug in opal 0.10
0.4.0 - 2016.05.02
router
is accessible fromstore
init
callback toStore
andComponent
Inesita::Browser
minimal browser supportrouter
support*param
to catch rest of urlvirtual-dom
hooks (instead ofafter_render
)
- rename
Router#handle_link
toRouter#go_to
Component#after_render
opal-browser
is now optional- extract livereload to
inesita-livereload
0.3.5 - 2016.03.10
- add
inesita watch
- add
inesita build
dir parameters
0.3.2 - 2016-03-05
- add
app_dist
andapp_dev
directory support - add
redirect_to
toroute
options
0.3.1 - 2016-01-05
class_names
helper- params hash in
Router#url_for
- fix
router.current_url?
0.3.0 - 2015-12-20
- live-reload
after_render
component method - executes after component is rendered- specs
- static support - for serving images
- minification support
- rename
update_dom
torender!
- use
opal-browser
instead of pure javascript