Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

78 lines (50 loc) · 3.14 KB

ConvertKit React Changelog

  • Add poplar and monterey templates
  • Add configuration for headingText, disclaimerText, thumbnailImage (for pine) and custom children props for content.
  • Create better defaults per template as seen in app
  • Add cocoa template
  • Add borderRadius configuration support for cocoa
  • Fix bugs from 1.4.3
  • Inject CK script to only non-minimal templates
  • Add support for custom background image and opacity
  • Pass options data attributes to minimal template
  • Use ConvertKit's new "built by" badge.
  • Export CJS format to address problems on next.js
  • Change template name rainer to correct name on app -- rainier
  • Convert all template input to lowercase to match right template
  • Allow passing of class names to the form through ConvertKitForm component
  • Namespace template classes to avoid style conflicts
  • Show optional warnings for templates that do not support a format
  • Add pine template
  • Refactor code to rid off individual format files
  • Fix interfering .formkit-form.charlotte style
  • Add Powell and .formkit-form.charlotte inline templates
  • Modify build to inject only a single style tag
  • Fix conflicting styles across templates
  • Ensure formId is being passed to templates
  • Enable input stacking customization
  • Use appropriate styles for rainer template
  • Move minimal from being a format to being a template leaving 4 formats (inline, modal, sticky, slidein)
  • Make all formats compatible with templates by default
  • Change default background image of Rainier inline template
  • Add partial support for Mills and Rainier inline templates
  • Change default submit text to "Subscribe"
  • Added styles for inline clare template
  • Use rollup-plugin-styles to enable import of CSS files