You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
### Version: 5.4.0
2
+
#### Date: Jul-16-2026
3
+
Enhancement: Removed `locale?` parameter from `Taxonomy.fetch()` and `Term.fetch()` — locale is now set via the chainable `.param('locale', value)` API, consistent with other query modifiers.
4
+
-`.param('locale', 'fr-fr').fetch()` is the correct pattern for localized taxonomy/term fetches
5
+
- Updated all tests and the `taxonomy-demo.mjs` script to use the new pattern
6
+
- No breaking change for calls that did not pass locale to `fetch()`
7
+
1
8
### Version: 5.3.0
2
9
#### Date: Jul-16-2026
3
10
Feature: Added Taxonomy Publishing support to the Content Delivery SDK via `stack.taxonomy()`.
0 commit comments