Skip to content

Releases: RobBrazier/svelte-awesome

v2.3.0

14 Apr 21:19
Compare
Choose a tag to compare

Merged

  • Reactive code updates when scale or style change #602 @dimfeld
  • build(deps-dev): bump auto-changelog from 1.16.4 to 2.0.0 #599
  • build(deps): bump svelte from 3.19.2 to 3.20.0 #581
  • build(deps-dev): bump rollup from 1.32.1 to 2.0.2 #574
  • build(deps): bump svelte from 3.18.2 to 3.19.0 #567
  • build(deps): bump svelte from 3.17.3 to 3.18.1 #561
  • build(deps): bump svelte from 3.16.7 to 3.17.0 #553

Commits

v2.2.1

22 Nov 18:36
Compare
Choose a tag to compare

Merged

  • Improve rendering with SSR #527 @dimfeld
  • build(deps-dev): bump eslint from 5.16.0 to 6.3.0 #500
  • build(deps): bump svelte from 3.9.1 to 3.12.0 #498
  • build(deps): bump svelte from 3.8.1 to 3.9.1 #496
  • build(deps-dev): bump eslint-config-airbnb-base from 13.2.0 to 14.0.0 #495

Commits

  • make icon data reactive in Icon.svelte to ensure component updates are passed to subcomponents be7c2bf
  • Improve rendering with SSR c3cfba4
  • update example to include custom styles fc7bbc3

v2.2.0

22 Aug 17:12
Compare
Choose a tag to compare

Commits

  • Add support for custom classes and styles 29e38b0
  • Fix fontawesome v5 example 20e52ec
  • Fix label example a649953

v2.1.0

20 Aug 18:39
Compare
Choose a tag to compare

Merged

  • Add FontAwesome v5 Support #487
  • Add Semaphore v2 Pipeline #486

Commits

  • fix package-lock.json e9e9e30
  • add publish promotion f515ed9
  • rename semaphore.yaml to semaphore.yml 32cf4ef
  • rename semaphore.yaml to semaphore.yml cb0cfd5
  • add initial semaphore v3 pipeline e3b914b
  • split pipeline into separate blocks b339568
  • add npm publish on promote a3f8240
  • specify node version d3431b8
  • add node version to each block cc56aa9
  • add gh-pages to publish step 804d8b5
  • add version and agent to pipeline 6faf24a
  • specify node version 0781644
  • add sshkey for gh-pages publish 5a0483a
  • change promotion to be on push to master 662d899

v2.0.1

19 Aug 20:46
Compare
Choose a tag to compare

Commits

  • remove unused eslint-plugin-jsx-a11y 1e40c5b

v2.0.0

19 Aug 20:31
Compare
Choose a tag to compare

Merged

  • add svelte 3 support #434
  • build(deps-dev): bump rollup from 0.66.2 to 0.66.4 #306

Commits

  • fix deployment scripts and use recommended rollup.config.js 3bee01a
  • fix example and update rollup dependencies f70875e
  • update svelte, terser and eslint 844567d
  • update acorn dependency required for eslint 48b1389

v1.4.1

28 Sep 21:47
5947697
Compare
Choose a tag to compare

1.4.1 (2018-09-28)

Bug Fixes

  • guard when accessing refs onupdate() to prevent TypeError (9682f51)

v1.4.0

08 Aug 18:45
2795c51
Compare
Choose a tag to compare

1.4.0 (2018-08-08)

Features

  • add svelte property to package.json (5981999), closes #244

v1.3.0

24 Jun 09:51
5330b2a
Compare
Choose a tag to compare

1.3.0 (2018-06-24)

Features

v1.2.2

15 Feb 20:34
9cea9c6
Compare
Choose a tag to compare

1.2.2 (2018-02-15)

Bug Fixes

  • component: fix Icon not defined when compiling with svelte 1.55 (a26e34e)