Skip to content

Releases: lookupdaily/styles

v2.0.1

17 Nov 18:11
c4b6854
Compare
Choose a tag to compare

What's Changed

Also dependency updates:

  • Update dependency sass to v1.79.4 by @renovate in #46
  • Update dependency @biomejs/biome to v1.9.3 by @renovate in #47
  • Update babel monorepo to v7.25.7 (patch) by @renovate in #48
  • Update dependency typescript to v5.6.3 by @renovate in #51
  • Update babel monorepo to v7.25.8 (patch) by @renovate in #52
  • Update dependency sass to v1.79.5 by @renovate in #53
  • Update dependency stylelint to v16.10.0 by @renovate in #54
  • Update dependency @testing-library/jest-dom to v6.6.1 by @renovate in #55
  • Update dependency sass to v1.79.6 by @renovate in #56
  • Update dependency @testing-library/jest-dom to v6.6.2 by @renovate in #58
  • Update dependency @biomejs/biome to v1.9.4 by @renovate in #59
  • Update babel monorepo to v7.25.9 (patch) by @renovate in #60
  • Update dependency @types/jest to v29.5.14 by @renovate in #61
  • Update dependency @testing-library/jest-dom to v6.6.3 by @renovate in #62
  • Update dependency sass to v1.80.6 by @renovate in #57
  • Update dependency sass-true to v8.1.0 by @renovate in #50
  • Update babel monorepo to v7.26.0 (minor) by @renovate in #49

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Oct 19:16
2a44a66
Compare
Choose a tag to compare

What's Changed

Breaking changes

Use of descriptive list class

Previously the use of the descriptive-list class required 3 elements per grid-row, with an arrow icon in between the <dt> and <dd>. However, this fails WCAG criteria, so removing it from the class.

Any usages of this class would need to ensure there are only pairs of <dt> and <dd> within the <dl> element with the class .-ld-descriptive-list applied.

Full Changelog: v1.1.1...v2.0.0

v1.1.1

27 Sep 19:03
94d3d97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Sep 18:47
c4ea6c2
Compare
Choose a tag to compare

This completes the header component, with JavaScript fallback styles.

What's Changed

Full Changelog: v1.0.6...v1.1.0

v1.0.6

22 Sep 21:37
aa72ffb
Compare
Choose a tag to compare

What's Changed

  • Fix normalize import missing by @lookupdaily in #38
  • Improve exports
  • Remove unused dependency

Full Changelog: v1.0.5...v1.0.6

v1.0.5

22 Sep 21:08
5761419
Compare
Choose a tag to compare

What's Changed

This adds JavaScript for the header component, which manages an expandable menu on smaller screens. The component and related utilities are written in TypeScript and packaged in JavaScript.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

12 Sep 21:17
993800e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v.1.0.3

12 Sep 20:50
5773179
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.01...v1.0.3

v1.0.2

12 Sep 20:13
4f36d84
Compare
Choose a tag to compare

This release adds a full set of components and styles that have been used on my developer site liz-daly.dev
The intention is to install the library and remove the styles.

What's Changed

Full Changelog: v1.0.1-2...v1.0.2-2

v1.0.1

11 Aug 18:18
c195096
Compare
Choose a tag to compare

What's Changed

v1.0.0

As the first release was a manual publish, including full set of changes here:

v1.0.01

New Contributors