Skip to content

Latest commit

 

History

History
281 lines (171 loc) · 17.7 KB

CHANGELOG.md

File metadata and controls

281 lines (171 loc) · 17.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Commits

  • Run prettier cd36ab1
  • Add svelte options tag to fix rendering in Svelte 5 507c8de

v3.3.0 - 2023-12-01

Commits

  • fix: update package.json to be compatible with latest svelte and svelte-package versions 58cbb5e
  • prettier format a7ca68a
  • added search functionality 1316b29
  • Add renovate.json 1a4692a
  • fix: npm publishing uses new package.json edc718a

v3.2.1 - 2023-06-22

Commits

  • add Svelte 4 to peerDependencies c79bc99

v3.2.0 - 2023-03-17

Fixed

  • handle additional properties e.g. aria-hidden and pass to svg element - fixes #965 #965

v3.1.0 - 2023-03-05

Commits

  • format files to be compliant with prettier and add examples for v6 as well as v5 1256232
  • Upgrade sveltekit out of alpha version and optimise code a bit to be less hacky 2524d98
  • clean up devDependencies to remove a bunch of stuff dependabot added 0a10314
  • migration to @sveltejs/package v2 3f1b832
  • add typing to flip option f4c2dae
  • fix devcontainer to work with docker 6d2e124
  • svelte-migrate: renamed files 20795a5

v3.0.1 - 2022-12-01

Commits

  • fix: #187 remove non-unique ids from path and polygon c141f69

v3.0.0 - 2022-05-03

Commits

  • BREAKING: restructure icon names and files to be more consistent and add icons index page a254e44
  • fix example after highlight.js upgrade 3ad7b8f

v2.4.6 - 2022-03-11

Commits

v2.4.5 - 2022-03-11

Commits

  • non-functional change to validate github actions pipeline 9c97fc8
  • apply svelte-kit configuration recommendations 0cd6054
  • remove config.kit.target from svelte.config.js as no longer required 897d67d

v2.4.4 - 2022-01-25

Commits

  • fix invalid peerDependencies b38d38a

v2.4.3 - 2022-01-23

Commits

  • fix @sveltejs/adapter-static rimraf build issue e2785fa
  • use latest version of svelte-kit for example 9993237
  • reduce pinning on svelte in peerDependencies 2d9e552
  • Explictly calls out use of camelCase for imports 280aca4

v2.4.2 - 2021-10-03

Commits

  • add svelte to peerDependencies 38a42ba

v2.4.1 - 2021-10-03

Commits

  • fix scale warning 'number is not assignable to type string' d47d4c0
  • add dynamic base path to get demo working ecfdf23

v2.4.0 - 2021-10-03

Commits

  • Add svelte-kit compatibility 48c32ca
  • re-add svelte to package.json 11f28e5

v2.3.2 - 2021-05-28

Commits

  • update example with svelte-highlight instead of prettify.js 78534de
  • only set style if required 7737de0

v2.3.1 - 2021-03-29

Commits

  • fix rollup compatibility dc85158
  • Create Dependabot config file cf58bae

v2.3.0 - 2020-04-14

Commits

  • add documentation for #602 c802eac
  • Reactive code updates when scale or style change e46bb38
  • Add bundlephobia badge 60e013d

v2.2.1 - 2019-11-22

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 - 2019-08-22

Commits

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

v2.1.0 - 2019-08-20

Merged

  • Add FontAwesome v5 Support #487

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 gh-pages to publish step 804d8b5
  • add node version to each block cc56aa9
  • 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 - 2019-08-19

Commits

  • remove unused eslint-plugin-jsx-a11y 1e40c5b
  • fix publish script - release -> gh-release eb55b8b

v2.0.0 - 2019-08-19

Merged

  • add svelte 3 support #434

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 - 2018-09-28

Commits

  • build(example): fix example build 4a37fbe
  • build: switch eslint-plugin-airbnb to eslint-plugin-airbnb-base 041e8bf
  • fix: guard when accessing refs onupdate() to prevent TypeError 9682f51
  • build: update husky commit checking config c188bd2
  • docs: remove waffle badge from README eacb0f4

v1.4.0 - 2018-08-08

Fixed

  • feat: add svelte property to package.json #244

Commits

  • docs(example): fix example build 2795c51

v1.3.0 - 2018-06-24

Merged

  • feat: add support for svelte 2 #205

v1.2.2 - 2018-02-15

Commits

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

v1.2.1 - 2017-12-25

Commits

  • refactor(eslint): configure and fix code for eslint airbnb prefix 2a3dafe
  • build: fix semantic-release condition verification 8056279
  • build(rollup): remove unused rollup-plugin-babel dependency 02a3307
  • build(svelte): add svelte to dev dependencies 9ca013b
  • fix(icon): fix computed property scope error from latest svelte version fe8a210
  • build: fix semantic-release condition verification 36135a3

v1.2.0 - 2017-12-04

Commits

  • feat(css): add css and animations 49367b4
  • refactor(icon): remove unneeded klass from Icon component cd579ec

v1.1.1 - 2017-12-04

Commits

  • fix(raw): fix raw icon type 6e3f116

v1.1.0 - 2017-11-29

Commits

  • feat(icon): dynamically updated icons ccda8d6

v1.0.3 - 2017-11-29

Commits

  • fix(release): redo release 1430a86
  • fix(release): redo release d3f892b

v1.0.2 - 2017-11-29

Commits

  • fix(release): add dist to released versions e71bd39
  • fix(peer): remove svelte as a peer dependency 687c18b

v1.0.1 - 2017-11-29

Commits

  • refactor(icons): optimise icon generation 17c3ea4
  • build(linting): switch to xo for linting ed033b3
  • fix(polygon): fix svg polygon rendering 1d5866c

v1.0.0 - 2017-11-29

Commits

  • feat(init): initial semantic commit 56f999c
  • fix(release): fix verifyConditions 772d8f7