1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
🐛 Clear `addElementGetter` and `addElementsGetter` cache when rendering
skerit
as Jelle De Loecker
More... 13 days ago
🐛 Don't render manually created custom element twice
skerit
as Jelle De Loecker
More... 15 days ago
🐛 Fix `each` expression not supporting function calls
skerit
as Jelle De Loecker
More... 15 days ago
🐛 Make the `each` expression handle `Map`-like instances correctly
skerit
as Jelle De Loecker
More... 24 days ago
🐛 Fix setting `value` property on a `<select>` item not changing the selected option
skerit
as Jelle De Loecker
More... 25 days ago
🔖 Release as v2.3.18
skerit
as Jelle De Loecker
More... about 1 month ago
✨ Suport all form submission methods
skerit
as Jelle De Loecker
More... about 1 month ago
🐛 Don't apply the custom-element options twice when a sync render is requested
skerit
as Jelle De Loecker
More... about 1 month ago
✨ Add `Element.setStylesheetHandler(fnc)` to add custom stylesheet handling of custom elements
skerit
as Jelle De Loecker
More... about 1 month ago
✨ Allow `Hawkejs.RESULT` properties to be functions
skerit
as Jelle De Loecker
More... about 1 month ago
✨ Allow Hawkejs syntax operators to be uppercased
skerit
as Jelle De Loecker
More... about 1 month ago
✨ Add `setGlobal`, `getGlobal` and `hasGlobal` methods to the `Hawkejs` class, for setting "global" variables that are available to all templates
skerit
as Jelle De Loecker
More... about 1 month ago
🔖 Release as v2.3.17
skerit
as Jelle De Loecker
More... about 1 month ago
🐛 Make custom elements use a new renderer scope when it's being rendered in a dialog
skerit
as Jelle De Loecker
More... about 1 month ago
🐛 Fix multiple custom-element rerenders causing the temporary width & height to stay
skerit
as Jelle De Loecker
More... about 1 month ago
🩹 Remove empty style attribute after a rerender
skerit
as Jelle De Loecker
More... about 1 month ago
🐛 Fix server-side `HTMLElement#removeAttribute()` not removing dataset attributes with dashes
skerit
as Jelle De Loecker
More... about 1 month ago
✨ Add custom element rerendering attributes and keep width & height while rerendering
skerit
as Jelle De Loecker
More... about 1 month ago
✨ Use original slot elements when re-rendering a custom element
skerit
as Jelle De Loecker
More... about 1 month ago
✅ Add some object literal ejs tests
skerit
as Jelle De Loecker
More... about 1 month ago
🐛 Fix optional chaining not working in EJS code, fixes #15
skerit
as Jelle De Loecker
More... about 1 month ago
🔖 Release as v2.3.16
skerit
as Jelle De Loecker
More... about 1 month ago
⬆️ Upgrade protoblast dependency
skerit
as Jelle De Loecker
More... about 1 month ago
♻️ Do some code cleanup
skerit
as Jelle De Loecker
More... about 1 month ago
♻️ Remove usage of bound `startsWith` & `endsWith` method
skerit
as Jelle De Loecker
More... about 1 month ago
🐛 Fix block variables not being prepared properly
skerit
as Jelle De Loecker
More... about 1 month ago
🐛 Make sure foundation variables are prepared
skerit
as Jelle De Loecker
More... about 1 month ago
🐛 Fix `Renderer#addSubtemplate(template, variables)` not preparing variables properly
skerit
as Jelle De Loecker
More... about 1 month ago
💥 Newlines are no longer an expression delimiter, only semicolons are
skerit
as Jelle De Loecker
More... about 2 months ago
✅ Fix textarea unit test
skerit
as Jelle De Loecker
More... about 2 months ago