Skip to content

Releases: hamdyelbatal122/catchy

Release v1.1.6

13 Jun 03:00
e7e2f78

Choose a tag to compare

Fixed

  • Prevented scroll jumping to the top of the page on form redirect submissions where the path did not change.

Release v1.1.5

13 Jun 02:50
032b5c5

Choose a tag to compare

Fixed

  • Fixed morphing redirect target behavior: redirects now target the main container (#catchy-app) instead of form-specific target containers.
  • Excluded validation errors from displaying as [object Object] toast notifications.

Release v1.1.4

13 Jun 02:46
4feafe9

Choose a tag to compare

Added

  • Extracted and dispatched validation errors from Laravel session or JSON responses to components.
  • Handled validation errors inside the upload component to display error messages.

Release v1.1.3

13 Jun 02:46
43c9443

Choose a tag to compare

Fixed

  • Disabled submit button pointers and preserved scroll position on morph container visits.

Release v1.1.2

13 Jun 02:46
9ef5207

Choose a tag to compare

Fixed

  • Prevented recursive file input changes by adding an updating state lock to the upload component.

Release v1.1.1

13 Jun 02:46
604b9f4

Choose a tag to compare

Added

  • Integrated custom progress loader and file upload UI components.
  • Optimized existing blade components to use Blade attributes merge.

Release v1.1.0

13 Jun 02:46
5c06d96

Choose a tag to compare

Added

  • Automatic submit button loading and disabling state during form submissions.

Release v1.0.9

13 Jun 02:46
4543d18

Choose a tag to compare

Fixed

  • Output data-catchy attributes in the form component.
  • Added hyphenated events to CatchyDirective.
  • Triggered hard reload on 429 status codes.
  • Standardized whitespace formatting.

Release v1.0.8

13 Jun 02:46
aa568e9

Choose a tag to compare

Fixed

  • Added dual support for colon-less and colon-based form lifecycle events.

Release v1.0.7

13 Jun 02:46
c768938

Choose a tag to compare

Fixed

  • Resolved scoping issue for the response variable in catchy.js.