Releases: myparcelnl/delivery-options
Releases · myparcelnl/delivery-options
v6.0.0-beta.6
@myparcel/delivery-options-v6.0.0-beta.6 (2024-03-13)
✨ New Features
- exports: export more types and variables (9f86eed)
v6.0.0-beta.5
@myparcel/delivery-options-v6.0.0-beta.5 (2024-03-13)
🐛 Bug Fixes
- deps: update package.json (8aea92a)
v6.0.0-beta.4
@myparcel/delivery-options-v6.0.0-beta.4 (2024-03-13)
🐛 Bug Fixes
- pickup: disable pickup for carrier if it throws error (297d74e)
v6.0.0-beta.2
@myparcel/delivery-options-v6.0.0-beta.2 (2024-03-13)
🐛 Bug Fixes
v5.16.0
v5.15.1
v5.15.0
v6.0.0-beta.1
@myparcel/delivery-options-v6.0.0-beta.1 (2024-03-07)
⚠ BREAKING CHANGES
- It's no longer possible to set
showDeliveryDate
per carrier. This is now a global setting only. - The CSS is no longer bundled, so you must manually include
dist/style.css
. This does not apply if you're using the Vue component.
✨ New Features
- It's now possible to set separate cutoff times per day and per carrier via
dropOffDays
. - A beautiful new design.
- The app can now be used as a Vue component in any Vue 3 app.
- TypeScript support.
- More exported methods, constants, types and interfaces.
- Package type
package_small
is now supported.
🐛 Bug Fixes
- The app was rewritten from scratch intending to fix all known issues.
⚡ Performance Improvements
- Vastly improved performance and stability.
- Upgraded from Vue 2 to Vue 3.
🔧 Internal Changes
- Upgraded from Vue CLI to Vite.
- The app is now written in TypeScript.
New Deprecations
cutoffTime
is deprecated, usedropOffDays
instead- Rather than relying on
allowDeliveryOptions
, useallowStandardDelivery
instead.
⚠️ Note: The existing behavior will continue to work throughout v6 but will be removed/changed in the next major version.
New sandbox
The new sandbox can be found here.
v6.0.0-alpha.23
@myparcel/delivery-options-v6.0.0-alpha.23 (2024-03-06)
✨ New Features
- pickup: show price on selected pickup location in map view (1ed14ff)
v6.0.0-alpha.22
@myparcel/delivery-options-v6.0.0-alpha.22 (2024-03-06)
🐛 Bug Fixes
- dates: fix timezone issues in dates (788396a)