Releases: lookupdaily/styles
v2.0.1
What's Changed
- Fix alignment on footer by @lookupdaily in #63
- Update package version by @lookupdaily in #64
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
What's Changed
- (Breaking change) Remove arrows from descriptive lists by @lookupdaily in #43
- Update README with mention of JavaScript fallback. by @lookupdaily in #44
- Increment version number to v2.0.0 by @lookupdaily in #45
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
v1.1.0
This completes the header component, with JavaScript fallback styles.
What's Changed
- Update dependency sass to v1.79.3 by @renovate in #39
- Add JavaScript fallback by @lookupdaily in #40
- Increment version to
1.1.0
by @lookupdaily in #41
Full Changelog: v1.0.6...v1.1.0
v1.0.6
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
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.
- Fix button style and colour contrast by @lookupdaily in #31
- Add typescript header component by @lookupdaily in #32
- Add biome and resolve suggestions by @lookupdaily in #33
- Update Readme by @lookupdaily in #35
- Update version by @lookupdaily in #36
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v.1.0.3
What's Changed
- Create npm-publish workflow by @lookupdaily in #13
- Add build to publish script by @lookupdaily in #14
- Update dependency stylelint to v16.8.2 by @renovate in #15
- Reorganise file structure and refactor colour settings by @lookupdaily in #17
- Add typography settings and classes by @lookupdaily in #16
- Expose mixins by @lookupdaily in #18
- Update dependency stylelint to v16.9.0 by @renovate in #19
- Update dependency sass to v1.78.0 by @renovate in #20
- Add element and component styles by @lookupdaily in #21
- Move
src
files toscss
directory by @lookupdaily in #22 - Update version to v1.0.2 by @lookupdaily in #23
- Update npm-publish.yml by @lookupdaily in #24
- Fix publish by @lookupdaily in #25
Full Changelog: v1.0.01...v1.0.3
v1.0.2
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
- Add build to publish script by @lookupdaily in #14
- Update dependency stylelint to v16.8.2 by @renovate in #15
- Reorganise file structure and refactor colour settings by @lookupdaily in #17
- Add typography settings and classes by @lookupdaily in #16
- Expose mixins by @lookupdaily in #18
- Update dependency stylelint to v16.9.0 by @renovate in #19
- Update dependency sass to v1.78.0 by @renovate in #20
- Add element and component styles by @lookupdaily in #21
- Move
src
files toscss
directory by @lookupdaily in #22 - Update version to v1.0.2 by @lookupdaily in #23
- Update npm-publish.yml by @lookupdaily in #24
Full Changelog: v1.0.1-2...v1.0.2-2
v1.0.1
What's Changed
v1.0.0
As the first release was a manual publish, including full set of changes here:
- Add colours: includes variables and utilities to create associated class names.
- Setup Github workflows and checks: Setup stylelint & prettier, Add build and test workflow, Add lint workflow, Create npm-publish.yml
- Add README
- Setup files to be included in package: Add includes files for publish, Include package.json and readme in packaged files
v1.0.01
- Build the entry file in the root of the project: Importing in other projects is inconsistent - and this seems to produce better results.
- Refactor colour variables: Store the values in a scss map and map them to root variables. Also use
@use
instead of@import
to control dependencies. - Install sass-true and Add tests for colour
New Contributors
- @lookupdaily made their first contribution in #1