Releases: jahilldev/11tyby
Releases · jahilldev/11tyby
1.3.4
- Updated
preactement
to v1.8.4
- Updated all dev dependencies and adjusted config
1.3.3
- Updated
preactement
to 1.7.0
1.3.2
- Updated all dependencies to latest supported versions
1.3.1
- Adjusted development build script to output pages ahead of 11ty
- Updated
preactement
to v1.6.0, enabling component "slots" in markdown and other files
1.3.0
- Moved
<Html />
component and styles into default.11ty.tsx
layout file
- Changed
this.getAssetContents()
to accept an array of paths
- Updated
README
with new page structure
1.2.1
- Added
preactement
package to handle partial hydration
- Updated
README
file
- Updated
preact
dependencies
1.2.0
- Updated webpack to v5, substantially improving build speed
- Improved accessibility of markdown anchors
- Added explicit license file for free useage
1.1.0
- Fixed entry file chunks created via
import()
- Updated dev dependencies
- Converted example global data file to module for inferred typing
- General updates to
README
file
1.0.9
- Added support for
.ts
, .js
and .json
data files, both global and module based.
- Updated
README
with simple instructions on how to use.
1.0.8
- Updated
README
with better project overview and guide
- Renamed project to
11tyby