Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Releases: AusDTO/dto-digitalmarketplace-frontend-toolkit

v18.4.1: Merge pull request #22 from AusDTO/remove-safe

23 Jan 21:28
Compare
Choose a tag to compare
Remove 'safe' from banner message and other templates

Radio list

11 Oct 22:46
Compare
Choose a tag to compare

Added a radio list partial to comply with accessibility. Located toolkit/templates/forms/radio-list.html

Example usage with wtforms

{%
    with
      question = "Question",
      name = form.element.name,
      hint = "",
      options = form.element,
      error = form.element.errors
%}
    {% include "toolkit/forms/radio-list.html" %}
{% endwith %}

Preserve whitespace

26 Sep 01:42
Compare
Choose a tag to compare
  • Added helper class on fields that are the result of a textarea
  • Added ability to provide extra_classes to field macro

v18.2.2: Merge pull request #19 from AusDTO/change-notification-banner

13 Sep 00:27
Compare
Choose a tag to compare
  • Added new conditional class to notification banner component

v18.2.1: Merge pull request #18 from AusDTO/pounds-vs-dollars

09 Sep 00:37
Compare
Choose a tag to compare
More macros for international pricing handling

v18.2.0: Merge pull request #17 from AusDTO/pounds-vs-dollars

09 Sep 00:07
Compare
Choose a tag to compare
Add macros needed for international pricing

v18.1.1: Fix javascript error

01 Sep 01:44
Compare
Choose a tag to compare

Correct a debug javascript function call to the correct function.

v18.1.0: Merge pull request #15 from AusDTO/validation_fix

28 Aug 23:54
Compare
Choose a tag to compare
the if condition was unnecessary and broke displaying validation prop…

Currency symbol localisation

28 Aug 04:57
Compare
Choose a tag to compare

Link buttons

25 Aug 02:34
Compare
Choose a tag to compare

Add option to style link buttons to "buttons".