# Migration Guide

The primary focus of these updates includes the following core libraries and components:

* @egovernmentdigit-ui-react-components
* @egovernment/digit-ui-components
* @egovernment/digit-ui-svg-components
* @egovernment/digit-ui-libraries<br>

Additionally, these updates extend to **core and workbench** modules, ensuring that all aspects of the DIGIT platform remain up-to-date and function as expected.

Beyond dependency upgrades, we have also migrated from Microbundle to Webpack, significantly improving build performance, modular bundling, and overall flexibility. This transition enhances the development workflow, eliminates previous limitations, and paves the way for better maintainability.

This document provides a comprehensive breakdown of the upgrades, the challenges addressed, and the resulting improvements. It serves as a valuable reference for future maintenance and further enhancements.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digit.org/platform/guides/developer-guide/ui-developer-guide/migration-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
