Skip to content

Releases: numerique-gouv/django-dsfr

v0.10.0

19 Oct 10:36
ca19b68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.5...v0.10.0

v0.9.5

19 Oct 09:15
ba912a4
Compare
Choose a tag to compare

What's Changed

  • Add an optional method to set the autofocus on the first field in error by @Ash-Crow in #23
  • Minify the icon css by @Ash-Crow in #25
  • Update dependencies by @Ash-Crow in #26
  • Update documentation with the URL of the new DSFR site by @Ash-Crow in #27

Full Changelog: v0.9.4...v0.9.5

v0.9.4

17 Oct 16:38
d395b29
Compare
Choose a tag to compare

What's Changed

  • Revert last changes

Full Changelog: v0.9.3...v0.9.4

v0.9.3

07 Oct 13:51
60243ba
Compare
Choose a tag to compare

What's Changed

  • DsfrBaseForm: Set autofocus on the first field with errors by @Ash-Crow in #21

Full Changelog: v0.9.2...v0.9.3

v0.9.2

16 Sep 15:59
68d39bf
Compare
Choose a tag to compare
  • Fixed uses of the "sr-only" class for the correct "fr-sr-only"

v0.9.1

14 Sep 16:21
1fab19e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

30 Aug 07:36
e56d749
Compare
Choose a tag to compare

What's Changed

  • Update dsfr to v1.7.2 by @Ash-Crow in #16
  • New "Badge" component

Full Changelog: v0.8.3...v0.9.0

Breaking change:

  • The Card component has had huge changes. Among them, the "detail" parameter has been split between top_detail and bottom_detail: be sure to update it.

v0.8.3

29 Jun 13:12
Compare
Choose a tag to compare

Bugfix: Changed the way checkboxmultiple is managed to avoid overlapping click zones

Full Changelog: v0.8.2...v0.8.3

v0.8.2

20 Jun 15:17
Compare
Choose a tag to compare

Don't force the dsfr-specific class on the widget if one is already defined

v0.8.1

17 Jun 13:44
Compare
Choose a tag to compare

Updated the way the form is managed to avoid overwriting the default django fields