|
319 | 319 | ### Breaking Changes |
320 | 320 |
|
321 | 321 | #### Update user package with new approach to routing and provider |
322 | | -- **Removal of @prefabs.tech/react-config dependency**: User package no longer uses @prefabs.tech/react-config package and does not access app's global config. All necessary and customization configuration must be provided through `config` props to `UserWrapper` component. See ([README](https://github.com/dzangolab/react/blob/main/packages/user/README.md)) for more detail on how to use new user package. |
| 322 | +- **Removal of @dzangolab/react-user dependency**: User package no longer uses @dzangolab/react-config package and does not access app's global config. All necessary and customization configuration must be provided through `config` props to `UserWrapper` component. See ([README](https://github.com/dzangolab/react/blob/main/packages/user/README.md)) for more detail on how to use new user package. |
323 | 323 |
|
324 | 324 |
|
325 | 325 | ### Bug Fixes |
|
454 | 454 |
|
455 | 455 | #### Removal of deprecated `primereact/datatable` |
456 | 456 |
|
457 | | -- **Removal of deprecated `primereact/datatable`**: The deprecated `primereact/datatable` is now completed removed from our `@prefabs.tech/react-ui` package. |
458 | | -- **Affected Component**: Applications using `DataTable` from `@prefabs.tech/react-ui` package. |
459 | | -- **Migration Steps**: Use `TDataTable` from `@prefabs.tech/react-ui` package. For examples refer to our demo page at https://dzangolab.github.io/react/#/ui/table |
| 457 | +- **Removal of deprecated `primereact/datatable`**: The deprecated `primereact/datatable` is now completed removed from our `@dzangolab/react-ui` package. |
| 458 | +- **Affected Component**: Applications using `DataTable` from `@dzangolab/react-ui` package. |
| 459 | +- **Migration Steps**: Use `TDataTable` from `@dzangolab/react-ui` package. For examples refer to our demo page at https://dzangolab.github.io/react/#/ui/table |
460 | 460 |
|
461 | 461 |
|
462 | 462 | ### Bug Fixes |
|
486 | 486 |
|
487 | 487 | ### Breaking Changes |
488 | 488 |
|
489 | | -#### 1. Removal of `@prefabs.tech/react-form` CSS from `@prefabs.tech/react-user` Package |
| 489 | +#### 1. Removal of `@dzangolab/react-form` CSS from `@dzangolab/react-user` Package |
490 | 490 |
|
491 | | -- **Removed Form CSS from User Package**: The default import of `@prefabs.tech/react-form` CSS has been removed from the `@prefabs.tech/react-user` package. The `@prefabs.tech/react-form` package is now a peer dependency of the `@prefabs.tech/react-user` package. |
492 | | -- **Affected Component**: Applications using the `@prefabs.tech/react-user` package. |
| 491 | +- **Removed Form CSS from User Package**: The default import of `@dzangolab/react-form` CSS has been removed from the `@dzangolab/react-user` package. The `@dzangolab/react-form` package is now a peer dependency of the `@dzangolab/react-user` package. |
| 492 | +- **Affected Component**: Applications using the `@dzangolab/react-user` package. |
493 | 493 | - **Migration Steps**: |
494 | | - 1. Add `@prefabs.tech/react-form` as a dependency in your application. |
495 | | - 2. Import the `@prefabs.tech/react-form` CSS into your application manually. Example: |
| 494 | + 1. Add `@dzangolab/react-form` as a dependency in your application. |
| 495 | + 2. Import the `@dzangolab/react-form` CSS into your application manually. Example: |
496 | 496 | ```javascript |
497 | | - import "@prefabs.tech/react-form/dist/PrefabsTechReactForm.css"; |
| 497 | + import "@dzangolab/react-form/dist/DzangolabReactForm.css"; |
498 | 498 | ``` |
499 | 499 | #### 2. Make Table `Actions` Column's Visibility Configurable |
500 | 500 |
|
|
610 | 610 |
|
611 | 611 | ### Breaking changes |
612 | 612 |
|
613 | | -* **Removed CSS Export From @dzangolab/react-i18n**: The CSS exported from @prefabs.tech /react-i18n\ package has been removed. All the CSS related to this will be handled by the @prefabs.tech /react-ui package. |
614 | | -* **Affected Component**: Applications importing CSS styles directly from @prefabs.tech /react-i18n. |
615 | | -* **Migration Steps**: Applications should now remove the import of CSS from @prefabs.tech /react-i18n. |
| 613 | +* **Removed CSS Export From @dzangolab/react-i18n**: The CSS exported from @dzangolab /react-i18n\ package has been removed. All the CSS related to this will be handled by the @dzangolab /react-ui package. |
| 614 | +* **Affected Component**: Applications importing CSS styles directly from @dzangolab /react-i18n. |
| 615 | +* **Migration Steps**: Applications should now remove the import of CSS from @dzangolab /react-i18n. |
616 | 616 |
|
617 | 617 | ### Bug Fixes |
618 | 618 |
|
|
0 commit comments