Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
build: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Dec 14, 2019
1 parent 04da67e commit 233964b
Show file tree
Hide file tree
Showing 14 changed files with 11,619 additions and 13,184 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## 1.1.0 (Dec 14 2019)

- Upgrade the built-in Viewer.js to v1.5.0.

## 1.0.0 (Apr 1, 2018)

- Upgrade Viewer.js to 1.0.0.
- Upgrade Viewer.js to v1.0.0.

## 1.0.0-beta (Mar 15, 2018)

- Upgrade Viewer.js to 1.0.0-rc.1.
- Upgrade Viewer.js to v1.0.0-rc.1.

## 1.0.0-alpha (Mar 11, 2018)

Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Viewer

[![Build Status](https://travis-ci.org/fengyuanchen/viewer.svg)](https://travis-ci.org/fengyuanchen/viewer) [![Downloads](https://img.shields.io/npm/dm/imageviewer.svg)](https://www.npmjs.com/package/imageviewer) [![Version](https://img.shields.io/npm/v/imageviewer.svg)](https://www.npmjs.com/package/imageviewer)
[![Build Status](https://img.shields.io/travis/fengyuanchen/viewer.svg)](https://travis-ci.org/fengyuanchen/viewer) [![Downloads](https://img.shields.io/npm/dm/imageviewer.svg)](https://www.npmjs.com/package/imageviewer) [![Version](https://img.shields.io/npm/v/imageviewer.svg)](https://www.npmjs.com/package/imageviewer) [![Dependencies](https://img.shields.io/david/fengyuanchen/viewer.svg)](https://www.npmjs.com/package/imageviewer)

> A simple jQuery image viewing plugin. As of v1.0.0, the core code of Viewer is replaced with [Viewer.js](https://github.com/fengyuanchen/viewerjs).
Expand Down Expand Up @@ -111,16 +111,12 @@ If you have to use other plugin with the same namespace, just call the `$.fn.vie

## Browser support

It is the same as the [browser support of Viewer.js](https://github.com/fengyuanchen/viewerjs#browser-support). As a jQuery plugin, you also need to see the [jQuery Browser Support](http://jquery.com/browser-support/).

## Contributing

Please read through our [contributing guidelines](.github/CONTRIBUTING.md).
It is the same as the [browser support of Viewer.js](https://github.com/fengyuanchen/viewerjs#browser-support). As a jQuery plugin, you also need to see the [jQuery Browser Support](https://jquery.com/browser-support/).

## Versioning

Maintained under the [Semantic Versioning guidelines](https://semver.org/).

## License

[MIT](https://opensource.org/licenses/MIT) © [Chen Fengyuan](https://chenfengyuan.com)
[MIT](https://opensource.org/licenses/MIT) © [Chen Fengyuan](https://chenfengyuan.com/)
Loading

0 comments on commit 233964b

Please sign in to comment.