Skip to content

Commit

Permalink
Garnish 0.1.46
Browse files Browse the repository at this point in the history
Resolves #7999
  • Loading branch information
brandonkelly committed Jun 1, 2021
1 parent cb783b7 commit ec03802
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG-v3.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
- Custom fields with a custom translation method are no longer labelled as translatable if the translation key is an empty string. ([#7647](https://github.com/craftcms/cms/issues/7647))
- The `resave/entries` command now has a `--provisional-drafts` option.
- Entries no longer support Live Preview if the `autosaveDrafts` config setting is disabled.
- Most text areas in the control panel will now submit the closest form when <kbd>Ctrl</kbd>/<kbd>Command</kbd> + <kbd>Return</kbd> is pressed. ([#7999](https://github.com/craftcms/cms/issues/7999))
- The `defaultCpLanguage` config setting no longer affects console requests. ([#7747](https://github.com/craftcms/cms/issues/7747))
- The `{% cache %}` tag now stores any JavaScript or CSS code registered with `{% js %}`, `{% script %}`, and `{% css %}` tags. ([#7758](https://github.com/craftcms/cms/issues/7758))
- The `date()` Twig function now supports arrays with `date` and/or `time` keys. ([#7681](https://github.com/craftcms/cms/issues/7681))
Expand All @@ -87,6 +88,7 @@
- `craft\services\AssetTransforms::normalizeTransform()` now accepts transform configs arrays that specify a base transform which should be extended, via a `transform` key set to the stored transform’s handle. ([#7892](https://github.com/craftcms/cms/issues/7892))
- `craft\web\View::clearJsBuffer()` now has a `$combine` argument.
- `craft\web\View::namespaceInputs()` now accepts a callback function for the first argument, which simplifies the process of setting and resetting the registered namespace before and after generating the to-be-namespaced HTML.
- Updated Garnish to 0.1.46.

### Deprecated
- Deprecated `craft\base\Element::ATTR_STATUS_CONFLICTED`.
Expand Down
4 changes: 2 additions & 2 deletions lib/garnishjs/garnish.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/garnishjs/garnish.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"element-resize-detector": "^1.2.2",
"event-stream": "3.3.4",
"fabric": "^1.7.19",
"garnishjs": "^0.1.45",
"garnishjs": "^0.1.46",
"graphiql": "^0.14.2",
"graphiql-explorer": "^0.6.3",
"graphql": "^14.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/graphiql/dist/graphiql.css

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

2 changes: 1 addition & 1 deletion src/web/assets/graphiql/dist/graphiql.js

Large diffs are not rendered by default.

0 comments on commit ec03802

Please sign in to comment.