Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

80 lines (49 loc) · 1.7 KB

Change Log

All notable changes to the "remix-run-snippets" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[1.0.0]

  • Initial release of remix-run-snippets with the following snippets for .js, .jsx, .ts and .tsx file extensions:
    • Default Function
    • Loader Function
    • Action Function
    • Headers
    • Meta
    • Links
    • CatchBoundary
    • ErrorBoundary
    • Handle

[1.0.1]

  • Just fixed the README.md gif path.

[1.0.2]

  • Added extension icon.

[1.0.3]

  • Update README and added more tags.

[1.0.4]

  • Fix typescript links snippet

[1.0.5]

  • Update example gif.

[1.0.6]

  • Updated remix-action.

  • Added new snippets:

    • remix-loader-session
    • remix-loader-params
    • remix-session
    • remix-a-link
    • remix-a-link-pending
    • remix-btn-transition
    • remix-btn-transition-action

[1.0.7]

Update remix-headers to be a const function like the others. (#1)

[1.0.8]

  • Remove remix package import from remix-session prefix.

[1.0.9]

  • Small fixes

[1.1.0]

Update snippets to 1.6.5. (#2)

  • Add import statement

[1.1.1]

  • Add redirect import to remix-action (#3)

[1.2.0]

  • Support for Remix v2.0.0 (#5)

[1.2.1]

  • Remove ';' for function and standardize action with loader (#6)