Skip to content

Releases: neomjs/neo

Version 8, first stable release

14 Dec 15:02
Compare
Choose a tag to compare

model.Component => state.Provider

29 Nov 19:36
Compare
Choose a tag to compare
  • To remove the naming confusion for VMs => view models, conflicting with data.Model, we are now sticking to state provider
  • Inside component.Base, the model config got renamed to stateProvider
  • Inside component.Base,getModel() got renamed to getStateProvider()
  • component.Base & controller.Component now have getState() & setState() as shortcuts for getStateProvider().getData() & getStateProvider().setData()

full list of code changes: 7803283

calendar fixes

21 Nov 20:32
Compare
Choose a tag to compare
8.0.0-beta.1

v8.0.0-beta.1

stabilising the next major version

11 Nov 16:24
Compare
Choose a tag to compare
  • 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

08 Nov 13:16
Compare
Choose a tag to compare
8.0.0-alpha.1

v8.0.0-alpha.1

housekeeping

18 Oct 17:41
Compare
Choose a tag to compare
7.16.0

v7.16.0

housekeeping

12 Oct 16:33
Compare
Choose a tag to compare
  • create app program: removed the questions to choose main thread addons & useServiceWorker. See: #6028

housekeeping

12 Oct 16:09
Compare
Choose a tag to compare
  • main.addon.FileSystemAccess
  • Portal App styling enhancements
  • new blog post

thanks to everyone who was involved!

new blog post

02 Oct 22:35
Compare
Choose a tag to compare

housekeeping

02 Oct 13:45
Compare
Choose a tag to compare
  • Portal App: Design enhancements for the Home Features, Home AfterMath, About Us & Services pages
  • examples/dialog: polishing to properly nullify the internal dialog references