Releases: neomjs/neo
Releases Β· neomjs/neo
Version 8, first stable release
model.Component => state.Provider
- To remove the naming confusion for VMs => view models, conflicting with
data.Model
, we are now sticking to state provider - Inside
component.Base
, themodel
config got renamed tostateProvider
- Inside
component.Base
,getModel()
got renamed togetStateProvider()
- component.Base & controller.Component now have
getState()
&setState()
as shortcuts forgetStateProvider().getData()
&getStateProvider().setData()
full list of code changes: 7803283
calendar fixes
8.0.0-beta.1 v8.0.0-beta.1
stabilising the next major version
- layout.Card: adjusted for scoped vdom
- layout.Cube: adjusted for scoped vdom
- component.Base: isParentVdomUpdating() => adjusted to allow non-colliding scoped updates in parallel
- calendar.*: several bugfixes
Scoped Vdom Updates
8.0.0-alpha.1 v8.0.0-alpha.1
housekeeping
7.16.0 v7.16.0
housekeeping
- create app program: removed the questions to choose main thread addons & useServiceWorker. See: #6028
housekeeping
- main.addon.FileSystemAccess
- Portal App styling enhancements
- new blog post
thanks to everyone who was involved!
new blog post
housekeeping
- Portal App: Design enhancements for the Home Features, Home AfterMath, About Us & Services pages
- examples/dialog: polishing to properly nullify the internal dialog references