AWS Signature Version 4 Signing Library for Elixir
andershansson/broccoli-ember-script 0
EmberScript filter for Broccoli
Ecto support for the PostgreSQL’s ltree data type
andershansson/ember-cli-emberscript 0
Adds precompilation of EmberScript files and all the basic generation types to the ember generate command.
andershansson/knockout-rails 0
KnockoutJS for Rails with Sweetness and updated to latest Knockout version
Elixir library to access the Pusher REST API.
A Minecraft mod that lets you build and mod the game using Javascript (uses CraftBukkit API)
created tagalpinejs/alpine
A rugged, minimal framework for composing JavaScript behavior in your markup.
created time in 30 minutes
push eventalpinejs/alpine
commit sha 5a2a9ce7d0214fbd4528f0487307d32bee18f7c2
wip
push time in 31 minutes
push eventalpinejs/alpine
commit sha 837397a06cbf75d663e367145e05cc1a9d1a0388
Remove x-cloak in the same tick
commit sha 34b86216a51b3d67018d51b96daf970d4e9b5150
Merge pull request #1570 from alpinejs/fix-x-cloak Don't wait until nextTick to remove x-cloak (remove in a microtask)
push time in 36 minutes
push eventalpinejs/alpine
commit sha 3825a136592987c2321d5d51926d046579e94a19
Cleanup nested removed element's attributes
commit sha 4ec0a4d35220716e73f78199f8ebddf5057b8fb2
Merge pull request #1569 from alpinejs/refactor-node-cleanup Cleanup nested removed element's directives
push time in an hour
push eventalpinejs/alpine
commit sha 2276da212d60f19d63ea66c83e2e2d55e2eda5d0
wip
commit sha 823bd908457990077d6fd352f2c72ff6fcbb4160
wip
commit sha dca4225b4dc601d71b8bda6950897e6d8b650786
wip
push time in an hour
pull request commentalpinejs/alpine
fix: add git url to all package.json's
To explain a bit better, https://github.com/jasikpark/live.collegemusic.co.uk/pull/155#event-4912597783 is a PR to upgrade my alpine dependency, and normally I would be able to read the changelog in the PR.
It doesn't show mainly because it looks in the github repo to find the changelog, and without the repository key in the package.json it doesn't know what repository the package came from.
comment created time in 6 hours
issue commentalpinejs/alpine
[Events] x-on:submit and x-on:submit.prevent does not work
Just as a note to anyone trying the above descendent fix & still struggling, having action=".." and/or method=".." on the form stopped Alpine's e.preventDefault or x-on:submit.prevent from working as expected in my case. Removing these from the <form> element solved the issue.
comment created time in 8 hours
pull request commentalpinejs/alpine
Thank you so much! I will merge this once I implement the localization stuff in the docs site
comment created time in 12 hours
push eventalpinejs/alpine
commit sha d41aecd883615b6241be2cb22f075463ddb313df
Remove colons from filenames for windows
push time in 13 hours
push eventalpinejs/alpine
commit sha 002a1666886bdd3e1ade8dd6184ded52c482bc6c
wip
push time in 13 hours
created tagalpinejs/alpine
A rugged, minimal framework for composing JavaScript behavior in your markup.
created time in 14 hours
push eventalpinejs/alpine
commit sha 70c1a6ee71af41b6c48adeb582a9847e17d6e66c
Bump version to 3.0.8
push time in 14 hours
push eventalpinejs/alpine
commit sha 367aba4b5b5a7e14789eff1c86518bbcbb7bc37c
wip
push time in 14 hours
push eventalpinejs/alpine
commit sha 6e4f216518dd1dd49947fc984ae93572444f4830
wip
push time in 14 hours
push eventalpinejs/alpine
commit sha ba51b41ede6074e62b29a75766548643d5b22a6a
A discussion about this issue can be found here: https://github.com/alpinejs/alpine/discussions/1520 Description: Fix an issue with x-for where parsing the item name out of parenthesis would cause an error if spaces where present around the item name and index was not used. Example: -> This fails: <template x-for="( item ) in items"> -> This succeeds: <template x-for="(item) in items"> Changes: - Fixed an issue with trimming whitespace around the item name in x-for - Added unit test
commit sha f5574caa1af870aed5d9dae1063eeb66b99bc911
Merge pull request #1560 from JacobPozaic/main x-for referenceError undefined when spaces are present in parenthesis
push time in 14 hours
PR merged alpinejs/alpine
A discussion about this issue can be found here: https://github.com/alpinejs/alpine/discussions/1520
Description: Fix an issue with x-for where parsing the item name out of parenthesis would cause an error if spaces where present around the item name and index was not used.
Example:
-> This fails:
<template x-for="( item ) in items">
-> This succeeds:
<template x-for="(item) in items">
Changes:
- Fixed an issue with trimming whitespace around the item name in x-for
- Added unit test
pr closed time in 14 hours
pull request commentalpinejs/alpine
x-for referenceError undefined when spaces are present in parenthesis
Thanks!
comment created time in 14 hours
push eventalpinejs/alpine
commit sha b8e6feac1c2793d7d0ebde744e038a654ae7d346
wip
push time in 14 hours
push eventalpinejs/alpine
commit sha 000e352976869dee2491ee2ff14b24ebdb06df71
Fix x-if
push time in 14 hours
push eventalpinejs/alpine
commit sha b9d03fe4fd5ef39040f9bfddb7720916d8a5ee6c
Init directives for x-if contents after it's created.
commit sha 7366c34c440396ebbaaa276d964fe10096013393
Do proper DOM mutation for x-if.
commit sha 98fa718d9a70671c7f6244fcd896bd334bb83315
Merge pull request #1536 from Niklan/main Init directives for x-if contents after it's created.
push time in 14 hours
PR merged alpinejs/alpine
This is a change related to this bug: https://github.com/alpinejs/alpine/discussions/1535
I'm not sure if I fixed it correctly, but it solves the problem.
- Alpine v2: https://codepen.io/Niklan/pen/yLMZRoM
- Alpine v3 before: https://codepen.io/Niklan/pen/XWMOxKa
- Alpine v3 after: https://codepen.io/Niklan/pen/vYxbQZL
pr closed time in 14 hours
push eventalpinejs/alpine
commit sha 3aac08996fec541c95e3022e771b35e5337f69a2
Fix empty transitions
commit sha a2b4d28eb7a2911d71accd7b5cf8c8537d4a1e03
Merge pull request #1566 from alpinejs/fix-empty-transitions Fix empty transitions so they transition in/out immediately instead of after one tick
push time in 14 hours
PR merged alpinejs/alpine
References:
- https://github.com/alpinejs/alpine/discussions/1229
- https://github.com/alpinejs/alpine/discussions/1561
pr closed time in 14 hours
PR opened alpinejs/alpine
References:
- https://github.com/alpinejs/alpine/discussions/1229
- https://github.com/alpinejs/alpine/discussions/1561
pr created time in 14 hours