Skip to content

Commit

Permalink
release: v2.0.1 support ng-v11
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-Sama committed Feb 17, 2021
1 parent 4b18e1d commit cd1bdc4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[English](README.md) | 简体中文

## 简介
一款适合Angular生态的手写签名插件, 支持v10 ~ v11.

![avatar](https://file.qingflow.com/uploads/file/2a456187-566b-4941-9abb-b93efe8f37a2.gif)

## 示例
你可以在[这里](https://eve-sama.github.io/ngx-signature-pad/)查看所有API的详细说明以及应用演示, PC模式和Mobile模式展现的内容不一样, PC侧重文档, Mobile侧重Demo, 详情请自行前往.

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
English | [简体中文](README-zh_CN.md)

## Introduction
A handwritten signature plugin suitable for Angular ecology, suppprt v10 ~ v11.

![avatar](https://file.qingflow.com/uploads/file/2a456187-566b-4941-9abb-b93efe8f37a2.gif)

## Demo
You can see all detail directions of API and demo in [here](https://eve-sama.github.io/ngx-signature-pad/). There are diffent contents in the mode of PC and Mobile. PC emphasis on document, Mobile emphasis on example.

Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
5 changes: 5 additions & 0 deletions projects/ngx-signature-pad/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
English | [简体中文](https://github.com/Mr-Eve/ngx-signature-pad/blob/master/README-zh_CN.md)

## Introduction
A handwritten signature plugin suitable for Angular ecology, suppprt v10 ~ v11.

![avatar](https://file.qingflow.com/uploads/file/2a456187-566b-4941-9abb-b93efe8f37a2.gif)

## Demo
You can see all detail directions of API and demo in [here](https://eve-sama.github.io/ngx-signature-pad/). There are diffent contents in the mode of PC and Mobile. PC emphasis on document, Mobile emphasis on example.

Expand Down
5 changes: 4 additions & 1 deletion projects/ngx-signature-pad/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "src/public-api.ts"
"entryFile": "src/public-api.ts",
"umdModuleIds": {
"signature_pad": "signature_pad"
}
},
"whitelistedNonPeerDependencies": ["signature_pad"]
}
2 changes: 1 addition & 1 deletion projects/ngx-signature-pad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eve-sama/ngx-signature-pad",
"version": "1.1.2",
"version": "2.0.1",
"peerDependencies": {
"@angular/cdk": "~11.2.0",
"@angular/common": "~12.0.0-next.0",
Expand Down

0 comments on commit cd1bdc4

Please sign in to comment.