- Renamed the
setup-temp
example tobase
. - Removed the typeface files.
- Refactored the
resin
implementation in favor of pure tailwind. - Refactored components and islands into the
src
folder and organized them into an atomic hierarchy. - Added the official native tailwind plugin for a base configuration.
- Removed the
deno-gfm
fork in favor of @tailwind/typography and prose styles.
- Added the
setup
example project.
- Removed the types
classNameString
andEmptyObject
.
- Added the
Keyboard
island. - Removed the
Autocomplete
andDialog
islands. - Removed the
handlers.ts
module in favor of the@carcajada/teclas
module. - Updated
deno.json
,plugin.ts
, anddeps.ts
. - Removed the
hooks.ts
module. - Added the
handleInteraction()
function to theutils.ts
module. - Added fixes to the
CONTRIBUTING.md
file.
- Added better documentation comments.
- Added the
Revealer
island for abstracting the common "See more..." functionality.
- Added the
InterObs
island for abstracting the native Intersection Observer js functionality. - Added the
effects.transparent
global style for animations that start fromopacity: 0;
.
- This updates marks the beginning of Lunchbox as a fully released product. Everything is official from now on.