Skip to content

Commit

Permalink
Merge pull request #30 from peckadesign/0-dependency-update
Browse files Browse the repository at this point in the history
Dependency update, povolení vyšší verze `nette.ajax.js` (`^2.4.0`).
  • Loading branch information
zipper authored Jan 18, 2022
2 parents 74f6561 + 8d0d9aa commit 0147f82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Vlastní extensions pro nette.ajax

## Changelog

### 1.4.13
- Dependency update, povolení vyšší verze `nette.ajax.js` (`^2.4.0`).

### 1.4.12
- **Nové extension:** Přidáno extension `cookieConsent`, které po odeslání formuláře na základě data atributů spustí na webu scripty z daných kategorií. V odeslaném formuláři se hledají checkboxy s data atributem `data-cookie-consent-category`, jehož obsahem je název kategorie. Tento název se pak využívá na script tagu v jiném data atributu. Spuštění funguje jak pro inline JS, tak pro externí JS. Například:
```html
Expand All @@ -14,7 +17,7 @@ Vlastní extensions pro nette.ajax
(function () { /* ... */ })();
</script>
<script type="text/plain" data-cookie-consent="marketing" src="/js/marketing.js"></script>
```
```

### 1.4.11
- Oprava procházení zpět historií přes pdbox. Pokud otevřeme pdbox s historií v pdboxu (např. předkošík) a z něj klikneme na další stránku (např. do košíku), otevře se při použití zpět prohlížeče nejprve správně předkošík, ale při dalším zpět se pouze změní url a stránka se nezmění. Tento release to opravuje.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"jquery": ">=1.12.0",
"nette-forms": "^2.2.0",
"nette.ajax.js": "zipper/nette.ajax.js#~2.4.0",
"nette.ajax.js": "zipper/nette.ajax.js#^2.4.0",
"jquery.pdbox": "peckadesign/jquery.pdbox#^1.2.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pd.ajax",
"title": "pd.ajax",
"description": "Collection of nette ajax extensions, including `pd` for creating disabled-by-deafult extensions",
"version": "1.4.12",
"version": "1.4.13",
"author": "PeckaDesign, s.r.o <support@peckadesign.cz>",
"contributors": [
"Radek Šerý <radek.sery@peckadesign.cz>",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"jquery": ">=1.12.0",
"nette-forms": "nette/forms#semver:^2.2.0",
"nette.ajax.js": "zipper/nette.ajax.js#semver:~2.4.0",
"nette.ajax.js": "zipper/nette.ajax.js#semver:^2.4.0",
"jquery.pdbox": "peckadesign/jquery.pdbox.git#semver:^1.2.0"
},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion pd.ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright Copyright (c) 2015 Jiří Pudil
* @license MIT
*
* @version 1.4.12
* @version 1.4.13
*/
(function ($, undefined) {
var extensions = {};
Expand Down

0 comments on commit 0147f82

Please sign in to comment.