🧩 Summary
The OrderContainer component needs to be deprecated in favor of a new standalone Order component.
🔍 Current Behavior
OrderContainer acts as a wrapper/provider for order-related data and logic, requiring consumers to nest components inside it.
✅ Proposed Change
- Deprecate
OrderContainer (add deprecation notice in JSDoc and console warning)
- Create new standalone
Order component with the same capabilities but improved API
- Maintain backward compatibility during deprecation period
- Update documentation and examples
📋 Tasks
💥 Breaking Change
OrderContainer will be removed in the next major version.
🧩 Summary
The
OrderContainercomponent needs to be deprecated in favor of a new standaloneOrdercomponent.🔍 Current Behavior
OrderContaineracts as a wrapper/provider for order-related data and logic, requiring consumers to nest components inside it.✅ Proposed Change
OrderContainer(add deprecation notice in JSDoc and console warning)Ordercomponent with the same capabilities but improved API📋 Tasks
@deprecatedJSDoc toOrderContainerconsole.warndeprecation warning inOrderContainerOrdercomponentOrderContainertoOrderOrdercomponent💥 Breaking Change
OrderContainerwill be removed in the next major version.