@egovernments/digit-ui-libraries 1.8.1-beta.2 → 1.8.1-beta.3
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.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,6 +55,7 @@ export default App;
|
|
|
55
55
|
### Changelog
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
|
+
1.8.1-beta.3: Updated code for pagination in ResultsTable component
|
|
58
59
|
1.8.1-beta.2: Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
|
|
59
60
|
1.8.1-beta.1 Republished after merging with Master due to version issues.
|
|
60
61
|
1.8.0 Released as part of workbench v1.0
|