Skip to content

Releases: phun-ky/speccer

Release 9.0.7

17 Feb 20:16
Compare
Choose a tag to compare

9.0.7 (2024-02-17)

Tasks

  • 🤖 Upgrade codecov action (eee1d76)

Release 9.0.6

17 Feb 20:13
Compare
Choose a tag to compare

9.0.6 (2024-02-17)

Tasks

  • 🤖 Upgrade github actions versions (116943a)

Documentation

  • ✏️ Update lazy loading example in README.md (b8ae2b9)

Release 9.0.5

17 Feb 00:24
Compare
Choose a tag to compare

9.0.5 (2024-02-17)

Tasks

  • 🤖 exclude vitest.config.ts (fcd9237)
  • 🤖 fix deps (fc63f35)
  • 🤖 upgrade rollup to v4 and typescript to v5 (b13fa4f)
  • 🤖 use vitest instead of jest (2f2881b)

Documentation

  • ✏️ update SECURITY.md (16d46a0)

Bug

  • 🐛 Add dom.iterable (4d4029a)
  • 🐛 upgraded typedoc, regenerated api docs (bd55243)
  • 🐛 use moduleResolution: 'bundler' for rollup@4 (db2fd03)

Refactoring

  • 💡 remove reference to codepen, no longer needed (b322504)

Release 9.0.4

16 Feb 12:39
Compare
Choose a tag to compare

9.0.4 (2024-02-16)

Tasks

Bug

  • 🐛 Add test for typography position util (39f3ae4)
  • 🐛 Revert for..of to .forEach to solve racing condition (55c2cde), closes #106

Release 9.0.3

13 Feb 22:27
Compare
Choose a tag to compare

9.0.3 (2024-02-13)

Release 9.0.2

13 Feb 22:22
Compare
Choose a tag to compare

9.0.2 (2024-02-13)

Documentation

  • ✏️ Update links to dist (6e4987b)

Release 9.0.1

13 Feb 22:03
Compare
Choose a tag to compare

9.0.1 (2024-02-13)

Tasks

Release 9.0.0

13 Feb 20:18
Compare
Choose a tag to compare

9.0.0 (2024-02-13)

⚠ BREAKING CHANGES

  • 🧨 Produced files are now moved to dist, this breaks anyone references
    the built files with the script-tag. Old URL was */speccer*, new is
    */dist/speccer*

Tasks

  • 🤖 Add .github paths to check (d41facc)
  • 🤖 bump @rollup/plugin-node-resolve from 11.2.1 to 15.2.3 (ea35d3d)
  • 🤖 Publish on more path changes (a04e2ee)
  • 🤖 Update github actions (f10b6e8)

Bug

Refactoring

  • 💡 Add built files to dist and ignore it (6591374), closes #19

Release 8.0.6

13 Feb 14:01
Compare
Choose a tag to compare

8.0.6 (2024-02-13)

Tasks

  • ✏️ Create SECURITY.md (5910ecb)
  • 🤖 bump @adobe/css-tools and stylus (0f4398b)
  • 🤖 bump @release-it/conventional-changelog from 7.0.1 to 7.0.2 (833edb7)
  • 🤖 bump @typescript-eslint/parser from 5.38.1 to 5.62.0 (043c498)
  • 🤖 bump rollup-plugin-typescript2 from 0.35.0 to 0.36.0 (c5df799)
  • 🤖 bump typedoc-plugin-markdown from 3.16.0 to 3.17.1 (8b8d9c6)
  • 🤖 bump typedoc-plugin-rename-defaults from 0.6.6 to 0.6.7 (06aea25)
  • 🤖 bump typescript from 4.8.4 to 4.9.5 (24fc76a)
  • 🤖 reinstall (e335812)
  • 🤖 Update eslint (6763306)

Documentation

  • ✏️ Add CONTRIBUTING.md (e28e791)
  • ✏️ Create CODE_OF_CONDUCT.md (ddde767)

Release 8.0.5

18 Oct 19:27
Compare
Choose a tag to compare

8.0.5 (2023-10-18)

Tasks

Bug

  • 🐛 Add margin and padding reset for all speccer elements (85e5371)
  • 🐛 Add missing xy coord function (b697203)
  • 🐛 Adjust for scroll position for curly brackets (a986494)
  • 🐛 Fix curly brackets (430dc4a)
  • 🐛 Set correct height on svg canvas (11c00cb)
  • 🐛 Set missing id (242f91d)