Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
## Added
- Medium.com story url to Readme

## Changed
- updated latest angular version
  • Loading branch information
jayprajapati857 committed Feb 10, 2021
1 parent a971f09 commit 20c5dfe
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2021-02-10

## Added
- Medium.com story url to Readme

## Changed
- updated latest angular version

## [1.2.5] - 2020-08-10

### Fixed
Expand Down Expand Up @@ -91,6 +99,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added File select directive
- Uploading files in a single request

[1.3.0]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.5...1.3.0
[1.2.5]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.4...1.2.5
[1.2.4]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.2...1.2.3
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ngx-uploader-directive

[![npm version](https://img.shields.io/npm/v/ngx-uploader-directive)](https://www.npmjs.com/package/ngx-uploader-directive) [![npm downloads](https://img.shields.io/npm/dt/ngx-uploader-directive)](https://www.npmjs.com/package/ngx-uploader-directive) [![github issues](https://img.shields.io/github/issues/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive/issues) [![github issues](https://img.shields.io/github/issues-closed/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive/issues?q=is:issue+is:closed) [![github last commit](https://img.shields.io/github/last-commit/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive)
[![npm version](https://img.shields.io/npm/v/ngx-uploader-directive)](https://www.npmjs.com/package/ngx-uploader-directive) [![npm downloads](https://img.shields.io/npm/dt/ngx-uploader-directive)](https://www.npmjs.com/package/ngx-uploader-directive) [![github issues](https://img.shields.io/github/issues/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive/issues) [![github issues](https://img.shields.io/github/issues-closed/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive/issues?q=is:issue+is:closed) [![github last commit](https://img.shields.io/github/last-commit/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive) [![github forks](https://img.shields.io/github/forks/jayprajapati857/ngx-uploader-directive?style=social)](https://github.com/jayprajapati857/ngx-uploader-directive)

Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.
Angular File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.

Facilities provided by this directives:

Expand Down Expand Up @@ -367,6 +367,10 @@ npm install
npm start
```

## Read more

[Medium.com](https://jay-prajapati.medium.com/how-to-upload-files-in-angular-7-8-9-10-and-11-using-ngx-uploader-directive-b95456239f78)

## Changelog

[Changelog](https://github.com/jayprajapati857/ngx-uploader-directive/blob/master/CHANGELOG.md)
Expand Down
9 changes: 9 additions & 0 deletions projects/ngx-uploader-directive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2021-02-10

## Added
- Medium.com story url to Readme

## Changed
- updated latest angular version

## [1.2.5] - 2020-08-10

### Fixed
Expand Down Expand Up @@ -91,6 +99,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added File select directive
- Uploading files in a single request

[1.3.0]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.5...1.3.0
[1.2.5]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.4...1.2.5
[1.2.4]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/jayprajapati857/ngx-uploader-directive/compare/1.2.2...1.2.3
Expand Down
8 changes: 6 additions & 2 deletions projects/ngx-uploader-directive/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ngx-uploader-directive

[![npm version](https://img.shields.io/npm/v/ngx-uploader-directive)](https://www.npmjs.com/package/ngx-uploader-directive) [![npm downloads](https://img.shields.io/npm/dt/ngx-uploader-directive)](https://www.npmjs.com/package/ngx-uploader-directive) [![github issues](https://img.shields.io/github/issues/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive/issues) [![github issues](https://img.shields.io/github/issues-closed/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive/issues?q=is:issue+is:closed) [![github last commit](https://img.shields.io/github/last-commit/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive)
[![npm version](https://img.shields.io/npm/v/ngx-uploader-directive)](https://www.npmjs.com/package/ngx-uploader-directive) [![npm downloads](https://img.shields.io/npm/dt/ngx-uploader-directive)](https://www.npmjs.com/package/ngx-uploader-directive) [![github issues](https://img.shields.io/github/issues/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive/issues) [![github issues](https://img.shields.io/github/issues-closed/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive/issues?q=is:issue+is:closed) [![github last commit](https://img.shields.io/github/last-commit/jayprajapati857/ngx-uploader-directive)](https://github.com/jayprajapati857/ngx-uploader-directive) [![github forks](https://img.shields.io/github/forks/jayprajapati857/ngx-uploader-directive?style=social)](https://github.com/jayprajapati857/ngx-uploader-directive)

Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.
Angular File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.

Facilities provided by this directives:

Expand Down Expand Up @@ -367,6 +367,10 @@ npm install
npm start
```

## Read more

[Medium.com](https://jay-prajapati.medium.com/how-to-upload-files-in-angular-7-8-9-10-and-11-using-ngx-uploader-directive-b95456239f78)

## Changelog

[Changelog](https://github.com/jayprajapati857/ngx-uploader-directive/blob/master/CHANGELOG.md)
Expand Down
11 changes: 8 additions & 3 deletions projects/ngx-uploader-directive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-uploader-directive",
"version": "1.2.5",
"description": "Angular 9 File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.",
"version": "1.3.0",
"description": "Angular File Uploader Directive which provides two directives, which are select and file drag and drop to upload files on server.",
"repository": {
"type": "git",
"url": "https://github.com/jayprajapati857/ngx-uploader-directive.git"
Expand All @@ -27,7 +27,12 @@
"file-uploader-directive",
"file upload directive",
"angular-file-uploader",
"angular file uploader"
"angular file uploader",
"angular 7",
"angular 8",
"angular 9",
"angular 10",
"angular 11"
],
"licenses": [
{
Expand Down
5 changes: 3 additions & 2 deletions projects/ngx-uploader-directive/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true
"enableResourceInlining": true,
"enableIvy": false
},
"exclude": [
"src/test.ts",
"**/*.spec.ts"
]
}
}

0 comments on commit 20c5dfe

Please sign in to comment.