Skip to content

Commit

Permalink
version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecy committed Jul 23, 2017
1 parent 46517fc commit 56c09bc
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 28 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ Originally designed for Bootstrap Material, this has been modified to work with

## Updates

| Date | Author | Description |
| ---------- | -------- | ---------------------------------------------------- |
| 2017-04-26 | hexadecy | New 24-hour clock face |
| 2017-04-17 | hexadecy | Single click to select |
| 2017-02-27 | hexadecy | Can hide minutes view, Month next and prev buttons |
| 2017-02-22 | hexadecy | Fix for rtl website |
| 2017-02-15 | hexadecy | Fix inputs are not bluring after selection is made |
| 2017-01-30 | hexadecy | Add support for angular 1.6.x |
| 2015-11-12 | logbon72 | Adapted plugin for Angular Material |
| Date | Author | Description |
| ---------- | -------- | ------------------------------------------------------ |
| 2017-07-22 | hexadecy | Mouse or touch move to select time, minute steps param |
| 2017-04-26 | hexadecy | New 24-hour clock face |
| 2017-04-17 | hexadecy | Single click to select |
| 2017-02-27 | hexadecy | Can hide minutes view, Month next and prev buttons |
| 2017-02-22 | hexadecy | Fix for rtl website |
| 2017-02-15 | hexadecy | Fix inputs are not bluring after selection is made |
| 2017-01-30 | hexadecy | Add support for angular 1.6.x |
| 2015-11-12 | logbon72 | Adapted plugin for Angular Material |

### Dependencies

Expand Down Expand Up @@ -54,15 +55,15 @@ bower install ng-material-datetimepicker

## CDN
```
<script src="https://unpkg.com/ng-material-datetimepicker@1.6.7/dist/angular-material-datetimepicker.min.js"></script>
<script src="https://unpkg.com/ng-material-datetimepicker@1.6.7/dist/angular-material-datetimepicker.min.js.map"></script>
<link href="https://unpkg.com/ng-material-datetimepicker@1.6.7/dist/material-datetimepicker.min.css rel="stylesheet" type="text/css">
<script src="https://unpkg.com/ng-material-datetimepicker@1.7.0/dist/angular-material-datetimepicker.min.js"></script>
<script src="https://unpkg.com/ng-material-datetimepicker@1.7.0/dist/angular-material-datetimepicker.min.js.map"></script>
<link href="https://unpkg.com/ng-material-datetimepicker@1.7.0/dist/material-datetimepicker.min.css rel="stylesheet" type="text/css">
```
or
```
<script src="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.6.7/dist/angular-material-datetimepicker.min.js"></script>
<script src="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.6.7/dist/angular-material-datetimepicker.min.js.map"></script>
<link href="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.6.7/dist/material-datetimepicker.min.css" rel="stylesheet" type="text/css">
<script src="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.7.0/dist/angular-material-datetimepicker.min.js"></script>
<script src="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.7.0/dist/angular-material-datetimepicker.min.js.map"></script>
<link href="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.7.0/dist/material-datetimepicker.min.css" rel="stylesheet" type="text/css">
```

## Live Example
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-material-datetimepicker",
"description": "A datetime picker for AngularJS Material",
"version": "1.6.7",
"version": "1.7.0",
"keywords": [
"css",
"js",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-material-datetimepicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular-material-datetimepicker.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/material-datetimepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-material-datetimepicker",
"description": "A datetime picker for AngularJS Material",
"version": "1.6.7",
"version": "1.7.0",
"keywords": [
"css",
"js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-clean-css": "^3.5.0",
"gulp-clean-css": "^3.7.0",
"gulp-filter": "^5.0.0",
"gulp-git": "^2.4.1",
"gulp-git-push": "^1.0.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

[email protected].5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.5.tgz#d09a87a02a5375117589796ae76a063cacdb541a"
[email protected].7:
version "4.1.7"
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.7.tgz#b9aea4f85679889cf3eae8b40349ec4ebdfdd032"
dependencies:
source-map "0.5.x"

Expand Down Expand Up @@ -642,11 +642,11 @@ gulp-bump@^2.7.0:
semver "^5.3.0"
through2 "^2.0.1"

gulp-clean-css@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-3.5.0.tgz#d43e747c41957995ec49bb9612f862b64329f1b0"
gulp-clean-css@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-3.7.0.tgz#54b33526dc899930949fb37b4cacf851c5d5d93b"
dependencies:
clean-css "4.1.5"
clean-css "4.1.7"
gulp-util "3.0.8"
through2 "2.0.3"
vinyl-sourcemaps-apply "0.2.1"
Expand Down

0 comments on commit 56c09bc

Please sign in to comment.