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.
- 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
- Just fixed the README.md gif path.
- Added extension icon.
- Update README and added more tags.
- Fix typescript links snippet
- Update example gif.
-
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
Update remix-headers
to be a const function like the others. (#1)
- Remove remix package import from
remix-session
prefix.
- Small fixes
Update snippets to 1.6.5. (#2)
- Add import statement
- Add redirect import to
remix-action
(#3)
- Support for Remix v2.0.0 (#5)
- Remove ';' for function and standardize action with loader (#6)