Skip to content

Commit

Permalink
add Angular plugin release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryazhev Alexey committed Dec 8, 2017
1 parent 3b649ee commit ea4dc2b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,10 +18,10 @@ vanilla javascript input mask
- show placeholder always and only when necessary
- unmasked value can contain fixed parts
- optional input parts (greedy)
* [React](https://github.com/uNmAnNeR/imaskjs/tree/gh-pages/plugins/react) plugin
* [React](https://github.com/uNmAnNeR/imaskjs/tree/gh-pages/plugins/react)/[Angular](https://github.com/uNmAnNeR/imaskjs/tree/gh-pages/plugins/angular) plugins

## Further plans
* Angular/Vue plugins
* Vue plugins
* more unit tests

## Install
Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -44,11 +44,11 @@ <h4>Features</h4>
<li>unmasked value can contain fixed parts</li>
<li>optional input parts (greedy)</li>
</ul>
<li><a href="https://github.com/uNmAnNeR/imaskjs/tree/gh-pages/plugins/react">React</a> plugin</li>
<li><a href="https://github.com/uNmAnNeR/imaskjs/tree/gh-pages/plugins/react">React</a>/<a href="https://github.com/uNmAnNeR/imaskjs/tree/gh-pages/plugins/angular">Angular</a> plugins</li>
</ul>
<h5>Further plans</h5>
<ul>
<li>Angular/Vue plugins</li>
<li>Vue plugin</li>
<li>more unit tests</li>
</ul>
</div>
Expand Down
1 change: 1 addition & 0 deletions plugins/angular/rollup.config.js
@@ -1,6 +1,7 @@
import resolve from 'rollup-plugin-node-resolve';
import sourcemaps from 'rollup-plugin-sourcemaps';


const globals = {
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
Expand Down
1 change: 1 addition & 0 deletions plugins/react/rollup.config.js
@@ -1,6 +1,7 @@
import babel from 'rollup-plugin-babel';
import eslint from 'rollup-plugin-eslint';


const globals = {
react: 'React',
imask: 'IMask',
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -56,7 +56,7 @@ const babelConf = isES ? {

export default {
input,
output: [{ file, format }],
output: { file, format },
name: 'IMask',
sourcemap: true,
plugins: [
Expand Down

0 comments on commit ea4dc2b

Please sign in to comment.