Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidelin, Eugene(efidelin) committed Nov 1, 2019
1 parent 1e9b6f2 commit 23a9364
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 65 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Angular-xeditable changelog
=============================

Version 0.10.2 Nov 1, 2019

[bug] Comment out console.log

Version 0.10.1 Oct 22, 2019

----------------------------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-xeditable",
"version": "0.10.1",
"version": "0.10.2",
"description": "Edit in place for AngularJS",
"author": "https://github.com/vitalets",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions dist/css/xeditable.min.css

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

6 changes: 3 additions & 3 deletions dist/js/xeditable.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
angular-xeditable - 0.10.1
angular-xeditable - 0.10.2
Edit-in-place for angular.js
Build date: 2019-10-22
Build date: 2019-11-01
*/
/**
* Angular-xeditable module
Expand Down Expand Up @@ -1502,7 +1502,7 @@ angular.module('xeditable').factory('editableFormController',
var toCancel = [];
var toSubmit = [];
for (var i = 0; i < shown.length; i++) {
console.log("in for", shown[i]);
// console.log("in for", shown[i]);
// exclude clicked
if (shown[i]._clicked) {
shown[i]._clicked = false;
Expand Down
6 changes: 3 additions & 3 deletions dist/js/xeditable.min.js

Large diffs are not rendered by default.

87 changes: 40 additions & 47 deletions index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-xeditable",
"description": "Edit-in-place for angular.js",
"version": "0.10.1",
"version": "0.10.2",
"homepage": "https://vitalets.github.io/angular-xeditable",
"author": {
"name": "Vitaliy Potapov",
Expand Down
4 changes: 2 additions & 2 deletions starter/angular-xeditable/css/xeditable.min.css

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

6 changes: 3 additions & 3 deletions starter/angular-xeditable/js/xeditable.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
angular-xeditable - 0.10.1
angular-xeditable - 0.10.2
Edit-in-place for angular.js
Build date: 2019-10-22
Build date: 2019-11-01
*/
/**
* Angular-xeditable module
Expand Down Expand Up @@ -1502,7 +1502,7 @@ angular.module('xeditable').factory('editableFormController',
var toCancel = [];
var toSubmit = [];
for (var i = 0; i < shown.length; i++) {
console.log("in for", shown[i]);
// console.log("in for", shown[i]);
// exclude clicked
if (shown[i]._clicked) {
shown[i]._clicked = false;
Expand Down
6 changes: 3 additions & 3 deletions starter/angular-xeditable/js/xeditable.min.js

Large diffs are not rendered by default.

Binary file added zip/angular-xeditable-0.10.2.zip
Binary file not shown.
Binary file modified zip/angular-xeditable-starter.zip
Binary file not shown.

0 comments on commit 23a9364

Please sign in to comment.