Releases: janosh/svelte-bricks
Releases · janosh/svelte-bricks
v0.2.1
v0.2.0
What's Changed
- DRY workflows
#20
- Small stuff
#19
- Deploy site to GitHub Pages
#17
yarn
topnpm
#16
- add Masonry example rendering dynamically loaded images (closes #5)
#5
- add changelog.md
d5f0a97
- upgrade svelte-package to v2
6b70850
- use code fences to document props in readme
e282a7f
- test that readme documents no non-existent props
4198f55
- tweak readme, update deps, add error page
974d0e9
- simplify readme props testing
283e02e
- update deps and fix sveltekit breaking changes
36d9e77
- replace svelte-github-corner with svelte-zoo
e9e5d0b
- update to vite v3
35493b9
- setup root+site dir alias and clean up imports
5325c2b
- tweak CSS for fetch-images-example.svelte
5a1754c
- sveltekit routes auto migration
54d2a44
Full Changelog: v0.1.7...v0.2.0
v0.1.7
v0.1.6
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #7
- Add class props for use with CSS frameworks like Tailwind by @janosh in #9
-
pre-commit config set default_install_hook_types: [pre-commit, commit-msg]
-
update deps
-
address sveltekit breaking changes
-
import global.css in index.svelte for HMR
-
add props class + columnClass
-
readme document new CSS class props
-
add test 'Masonry > attaches class props correctly'
-
combine GH workflows test.yml and publish.yml into 1
-
Full Changelog: v0.1.5...v0.1.6