Skip to content

Commit 029db37

Browse files
committed
changelog
1 parent 053978a commit 029db37

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
# Release Notes
22

3-
## Unreleased
3+
## 3.0.17 (2020-10-13)
4+
5+
### What's new
6+
- Added a `find` method to the query builder. [#2630](https://github.com/statamic/cms/issues/2630)
7+
- Added a `current_full_url` variable that includes the query string. [#2638](https://github.com/statamic/cms/issues/2638)
8+
- Added a bunch of query parameter related modifiers. [#2638](https://github.com/statamic/cms/issues/2638)
49

510
### What's improved
11+
- Deleting entries when using multiple sites will give you options on how to handle localizations. [#2623](https://github.com/statamic/cms/issues/2623)
12+
- When you have a huge bunch of assets, it would cause search indexing while saving entries to be slow. Now it's fast. [#2643](https://github.com/statamic/cms/issues/2643)
613
- Added `cast_booleans` configuration option to Radio fieldtype [#2601](https://github.com/statamic/cms/issues/2601)
714
- Listing Vue component is available globally [#2602](https://github.com/statamic/cms/issues/2602)
15+
- Portuguese and Danish translations have been updated.
16+
- Popper.js has been updated. [#2622](https://github.com/statamic/cms/issues/2622)
17+
- The translator generate command recognizes annotations with single asterisks. [8f778d0](https://github.com/statamic/cms/commits/8f778d0)
18+
- Static caching strategy is settable in the `.env` file. [#2648](https://github.com/statamic/cms/issues/2648)
819

920
### What's fixed
1021
- Context is provided to the nav tag recursively. [#2610](https://github.com/statamic/cms/issues/2610)
1122
- Template front-matter works across operating systems. [#2607](https://github.com/statamic/cms/issues/2607)
23+
- Partial is used on the licensing page. [#2620](https://github.com/statamic/cms/issues/2620)
24+
- Fixed an error when localizating the root entry in a structured collection. [c9f0255fd](https://github.com/statamic/cms/commit/c9f0255fd)
25+
- Updating an Algolia index will flush it rather than deleting it. [#2645](https://github.com/statamic/cms/issues/2645)
26+
- Password reset errors are now shown (and in the right positions). [#2618](https://github.com/statamic/cms/issues/2618)
27+
- Passing `true` and `false` into API filters will now be treated as booleans. [#2640](https://github.com/statamic/cms/issues/2640)
28+
- Falsey HTML attributes are stripped out. True attributes actually say true. Useful for aria attributes on svg tags. [#2605](https://github.com/statamic/cms/issues/2605)
1229

1330

1431

0 commit comments

Comments
 (0)