@geotab/zenith 3.16.0-beta.0 → 3.16.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +21 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,6 +47,27 @@ Zenith library provides components defined in Zenith Design System. It includes
47
47
 
48
48
  ## Change log
49
49
 
50
+ ### 3.16.0
51
+
52
+ - Add `Tooltip.Inline` subcomponent for inline tooltip triggers
53
+ - Add popup button variant for `Nav` items
54
+ - Add integer-only mode prop to `Range` / `FilterBar.Range`
55
+ - Add experimental feature-flag infrastructure (`ZenithExperimentalProvider`, `useExperimentalFeature`)
56
+ - Export `getTrendIndicatorDirection` helper
57
+ - Add support for six additional languages
58
+ - Fix cross-page selection in selectable tables clearing when a row is unchecked after select-all
59
+ - Fix multiline `Banner` header spacing when there is no close button
60
+ - Fix scrolling in `Tabs` and `FiltersBar`
61
+ - Fix `Tabs` fading and side panel slide direction in RTL layouts
62
+ - Fix pills and chips scrolling the page to a blank area in RTL
63
+ - Fix icons ignoring their component's colour
64
+ - Fix mobile header overflow and `ReportsPopup` missing from the kebab menu in non-English languages
65
+ - Move `Tabs` :focus-visible outline outside the tab to distinguish it from the active state
66
+ - Fix `BetaPill` synthesising a Send feedback button when `feedbackAction` is undefined
67
+ - Migrate component alignment defaults to logical direction values
68
+ - Fix Storybook brand URL to resolve based on the environment
69
+ - Resolve 20 npm audit vulnerabilities in Zenith dependencies
70
+
50
71
  ### 3.15.0
51
72
 
52
73
  - Add infinite scroll support for desktop `DataGrid`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "3.16.0-beta.0",
3
+ "version": "3.16.0-beta.1",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",