Releases: CarcajadaArtificial/lunchbox
Releases Β· CarcajadaArtificial/lunchbox
v0.3.12
v0.3.12
v0.3.10
v0.3.10
v0.3.4
v0.3.4
v0.3.3
v0.3.3
v0.3.2
v0.3.2
v0.3.1
v0.3.1
v0.3.0
- Added the
<Fieldset/>
component. - Added the
<Stylesheet/>
component. - Added the
<Kbd/>
component. - Added the
<Time/>
component with ptera formating implemented out of the box. - Added the
<Dialog/>
component. - Added the
<Loader/>
component. - Added the
<Menu/>
component. - Added Global styles and fonts
- Moved enums, types, utils and handlers out of
mod.ts
. - Moved the stylesheets to css-in-js.
- Fixed shorthand import paths issue.
- Fixed
SignalLike
type on component setup script. - Fixed the missing
Partial<>
in subcomponent types.
v0.2.6
- Fixed shorthand import paths issue
v0.2.5
- Added the
<Chip/>
component. - Added the
<Chiplist/>
component. - Added the handler module.
- Fixed components' use of
nostyle
andnostyleAll
.
v0.2.4
- Fixed markdown issues
- Added tabIndex to the
<Link/>
component.