Releases: myparcelnl/delivery-options
Releases · myparcelnl/delivery-options
v6.1.1
v6.1.0
v6.0.2
@myparcel/delivery-options-v6.0.2 (2024-04-11)
🐛 Bug Fixes
- build: fix typescript error when importing delivery options (bf8af9f)
v6.0.1
@myparcel/delivery-options-v6.0.1 (2024-04-05)
🐛 Bug Fixes
- style: remove excess styles from bundle (4fbf3ba)
v6.0.0
v6.0.0 (2024-03-29)
The app was rewritten from scratch to be able to upgrade all underlying technologies and to improve the performance and stability. The existing behavior will mostly continue to work, so you can upgrade to v6 without huge changes. However, there are some breaking changes and deprecations, so please read the following list carefully.
✨ New features
- It's now possible to set separate cutoff times per day and per carrier.
- Package type
package_small
is now supported. - You can now pass custom cutoff times per day (and optionally per carrier).
- It's now possible to disable standard delivery but keep showing morning and/or evening delivery.
⚡ Other improvements
- A beautiful new design.
- Vastly improved performance and stability.
- The app can now be used as a Vue component in any Vue 3 app.
- TypeScript support.
- Many more exported methods, constants, types and interfaces.
💥 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. - The
unselect_delivery_options
event has been removed. If you need this feature, please [let us know].
🗑️ Deprecated
cutoffTime
is deprecated, usedropOffDays
instead- Rather than relying on
allowDeliveryOptions
only, useallowStandardDelivery
as well.
The existing behavior will continue to work throughout v6 but will be removed/changed in the next major version.
🏗️ Notable internal changes
- The app is now fully written in TypeScript.
- Upgraded from Vue 2 to Vue 3.
- Upgraded from Vue CLI to Vite.
- Upgraded from Jest to Vitest.
v5.17.0
v5.16.2
v5.16.1
v6.0.0-beta.7
@myparcel/delivery-options-v6.0.0-beta.7 (2024-03-14)
🐛 Bug Fixes
- sort delivery moments by time (521ec94)
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)