Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ace-js

DeanNeal521MITdeprecated0.8.25

this package has been deprecated

AceJs - is a MVVM front-end framework based on web components technology

MVVM, JS, framework

readme

AceJS

AceJs - is a MVVM front-end framework based on web components technology.

NPM Downloads License Issues

Don't use it in production. It's alpha version!!!

Installation

NPM

Using npm:

npm i -S ace-js

Get lastest version of ace-js:

npm i ace-js@latest

In your code:

let AceJs = require('ace-js');
or
import {...} from 'ace-js';

Documentation - https://ace-js-deanneal.c9users.io/

License

MIT License

Copyright (c) 2017 Bogdan Zinkevich

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

changelog

0.8.20 (2018-02-22)

Features

0.8.12 (2018-02-16)

Features

  • core: ac-model with custom elements #106 (#106)
  • core: ac-dropdown directive #104 (#104)
  • core: dropdowns refactoring. ac-form-control with custom elements #103 (#103)

0.8.10 (2018-02-14)

Features

  • core: modal refactoring. Use as new Modal(...) #101 (#101)

0.8.6 (2018-02-01)

Features

  • core: add 'key' and 'index' arguments in ac-for #99 (#99)
  • core: ac-for with objects #77(#77)

0.8.0 (2018-01-29)

Features

  • core: add possibility to use multiple {{ }} structures within one textNode #95 (#95)
  • core: add interpolation expressions #17 (#17)

0.7.9 (2018-01-22)

Features

  • core: work with iterator within ac-for (#91)

0.7.5 (2018-01-14)

Features

  • core: props as function to avoid instances with the same props (#89)

0.6.0 (2017-12-27)

Features

  • charts: acecharts line-chart #70 (#70)
  • core: params in @event(#72)
  • core: Directives. ac-for. Smart update for native elements(#71)

0.5.0 (2017-12-03)

Features

  • core: event modifiers #51 (#51)
  • core: key modifiers #52 (#52)

0.4.0 (2017-11-15)

Features

  • forms: email validator #54 (#54)
  • core: add $attrs params to component #53 (#54)
  • core: ac-input bind as string #48 (#48)

0.3.20 (2017-11-08)

Features

  • core: reactive forms, validators (#46)

0.3.11 (2017-10-15)

Features

  • core: use decorators only and specify selector name in decorator params (#33)

0.3.8 (2017-10-12)

Features

  • core: ac-if as js expression (#34)

0.3.6 (2017-10-10)

Features

  • router: dinamic ac-link (#32)

0.3.0 (2017-10-05)

Features

  • core: add custom directives (#22)

0.2.9 (2017-10-03)

Features

  • http: error interceptor (#28)
  • http: Extend http module. add onprogress feature... (#1)

0.2.6 (2017-09-28)

Enhancements

  • core: deep merge for ObservableModel set method (#25)

Bugs

  • core: ac-model bug with property path (#24)

0.2.0 (2017-09-24)

Features

  • core: new realization, without web components
  • core: remove window.temporaryObj (#11) (92288b0
  • compiler: child and router compilation

0.1.15 (2017-09-17)

Features

  • core: separate SmartObject to ObservableModel and ObservableCollection (#16) (6e22821)

0.1.12 (2017-09-17)

Features

  • compiler: abbreviation for events (#21) (4c625d2)
  • core: ac-if with or inside ac-for (#20) (4c625d2)