Skip to content

Releases: janosh/svelte-bricks

v0.2.1

22 Sep 14:35
Compare
Choose a tag to compare

What's Changed

  • Fixed misleading binding in usage example snippet by @Hejtmus in #24
  • Add types field to package.json by @janosh in #26

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 May 15:40
Compare
Choose a tag to compare

What's Changed

  • DRY workflows #20
  • Small stuff #19
  • Deploy site to GitHub Pages #17
  • yarn to pnpm #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

10 May 20:13
Compare
Choose a tag to compare

What's Changed

  • Add props idKey: string and getId = (item) => string | number in #11

Full Changelog: v0.1.6...v0.1.7

v0.1.6

11 Apr 08:09
Compare
Choose a tag to compare

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