askvortsov1 / dynamic-django-forms

A simple, reusable Django app that allows you to build (and respond to) dynamic forms. Perfect for surveys, position applications, etc.
MIT License
44 stars 12 forks source link

Added paragraph and header fields also with className parameter #13

Closed Mte90 closed 2 years ago

Mte90 commented 2 years ago

With a new custom field/widget for pure HTML output using the FormBuilerUI data structure

Mte90 commented 2 years ago

Can you plan to do a new release with this change? so I can use the latest package version :-)

askvortsov1 commented 2 years ago

Can you plan to do a new release with this change? so I can use the latest package version :-)

I'm pretty sure I released v0.1.7 with these changes, are they not working there?

Mte90 commented 2 years ago

I see that on github the latest release is 0.1.2 https://github.com/askvortsov1/dynamic-django-forms/releases

askvortsov1 commented 2 years ago

I see that on github the latest release is 0.1.2 https://github.com/askvortsov1/dynamic-django-forms/releases

Right, I released directly to pypi, and only tagged on GitHub.

https://pypi.org/project/dynamic-django-forms/#history

Mte90 commented 2 years ago

Ok perfect as from GitHub not was clear the status for the releases :-)