Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 3.62 KB

CHANGES.md

File metadata and controls

52 lines (30 loc) · 3.62 KB

Flask-PageDown Change Log

Release 0.4.0 - 2021-09-08

  • Fix deprecation warnings by using markupsafe.Markup #27 (commit) (thanks Nick Bautista!)
  • Document how to use your own PageDown JavaScript source files #24 (commit) (thanks olumidesan!)
  • Improved project structure (commit)
  • Add a change log (commit)
  • Added github actions build (commit)

Release 0.3.0 - 2020-05-02

  • Converted strings to markup #21 (commit) (thanks Petr Deriabin!)

Release 0.2.2 - 2016-09-30

  • Updated Form to FlaskForm (commit)
  • Updated requirements for example app (commit)

Release 0.2.1 - 2015-05-11

  • Support custom CSS classes in field render call (commit)

Release 0.2.0 - 2015-05-11

  • Change Flask plugins to new recommended import syntax (commit)
  • Render preview separately from input area (commit)
  • pep8 fixes (commit)

Release 0.1.5 - 2014-05-26

  • Fix support for SSL for proxied sites, or otherwise uncertain situations My particular situation is deployed through ElasticBeanstalk, proxying HTTPS to HTTP on the actual endpoints. This makes flask think that it is only running with http, not https (commit) (thanks Frank Tackitt!)

Release 0.1.4 - 2014-02-13

  • Use of secure URLs when request is secure #3 (commit)

Release 0.1.3 - 2014-01-07

  • Add check if the document is already ready, and if so skip the onload handlers. Fixes live loading of markdown forms (commit) (thanks Frank Tackitt!)

Release 0.1.2 - 2013-11-11

Release 0.1.1 - 2013-11-05

  • Fixed setup.py and minor corrections to example app (commit)

Release 0.1 - 2013-11-04