Skip to content

Releases: stefanfoulis/django-phonenumber-field

7.3.0

29 Dec 14:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.2.0...7.3.0

7.2.0

05 Oct 06:57
Compare
Choose a tag to compare

This release should have been an 8.0 by the semver, as the DB converter for the model field can break working code.

What's Changed

New Contributors

Full Changelog: 7.1.0...7.2.0

7.1.0

26 Apr 20:43
Compare
Choose a tag to compare

What's Changed

Miscellaneous

New Contributors

Full Changelog: 7.0.2...7.1.0

7.0.2

09 Jan 16:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.1...7.0.2

7.0.1

06 Dec 08:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...7.0.1

7.0.0

07 Sep 15:10
Compare
Choose a tag to compare

Possible backward incompatibilities

  • RegionalPhoneNumberWidget becomes the default widget for the formfields.PhoneNumberField.
  • The formfields.PhoneNumberField no longer sets the input_type attribute of its widget to tel. That behavior did not make sense for the existing PhoneNumberPrefixWidget and was dropped.
  • PhoneNumberInternationalFallbackWidget will be replaced by RegionalPhoneNumberWidget in the next major version. It is deprecated until the next major release.

Changes

  • Restore PhoneNumberPrefixWidget number input on form errors by @francoisfreitag in #520

    Fixes a bug where the form field prepare_value() transformed the PhoneNumber value to an str in the national format, but PhoneNumberPrefixWidget expects its value to be a PhoneNumber. formfields.PhoneNumberField now represents its value with a PhoneNumber object, giving widgets more control on how to display the value.

    That behavior prompted the change to PhoneNumberInternationalFallbackWidget becoming the default widget, to preserve the behavior established in 005769c. Switching to the widget allows users to opt-out from that behavior (e.g. by using a TextInput widget), whereas prepare_value() forced the conversion to the national string format.

  • Set PhoneNumberInternationalFallbackWidget input_type to tel by @francoisfreitag in #521

    Previously, the <input> from the PhoneNumberInternationalFallbackWidget was set to text.

  • Evolve PhoneNumberInternationalWidget to RegionalPhoneNumberWidget by @francoisfreitag in #529

    The newer widget gives more control over the display of phone numbers. The behavior of PhoneNumberInternaltionalWidget can be retained by setting PHONENUMBER_DEFAULT_FORMAT="INTERNATIONAL", which is why PhoneNumberInternaltionalWidget will be removed in the next major version.

  • Add Dutch translation by @thijskramer in #532

  • Add documentation and host it at readthedocs.org by @francoisfreitag in #531

  • Prefer SUPPORTED_REGIONS over _AVAILABLE_REGION_CODES by @francoisfreitag in #528

New Contributors

Full Changelog: 6.4.0...7.0.0

6.4.0

28 Aug 14:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.3.0...6.4.0

6.3.0

17 Jun 09:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.0...6.3.0

6.2.0

14 Jun 12:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.2.0

6.1.0

15 Feb 18:11
Compare
Choose a tag to compare

What's Changed

Features

Translations

Versioning

Miscellaneous

New Contributors

Full Changelog: 6.0.0...6.1.0