Skip to content

Releases: mvllow/pinecone

v1.4.3

27 Jan 02:57
Compare
Choose a tag to compare
  • chore(docs): use alpha from pinecone-cli faaa707

v1.4.2...v1.4.3

v1.4.2

27 Jan 02:53
Compare
Choose a tag to compare

v1.4.1...v1.4.2

v1.4.1

22 Jan 23:32
Compare
Choose a tag to compare
  • fix: remove isHex for now, too buggy ca2485c

v1.4.0...v1.4.1

v1.4.0

22 Jan 22:14
Compare
Choose a tag to compare

There's a new alpha helper function for creating your themes! See the example below:

background: alpha('#fa8072', 0.5),

// is the same as
background: '#fa087280'

// and if there are multiple variants
background: {
  variant1: '#fa807280',
  variant2: '#fa807280'
}
  • Merge pull request #12 from mvllow/feat-expose-alpha-helper 4eba5f0
  • ci: check node 12 092d0f5
  • test: alpha helper 5574186
  • docs: alpha helper ff20907
  • feat: alpha helper 608a747
  • chore: use editorconfig 9b96dc3
  • chore: use tabs gasp dc88a87
  • Merge branch 'main' of github.com:mvllow/pinecone into main 132a320
  • chore: remove .DS_Store from .gitignore ec6353a
  • docs: link to rosé pine d3ad956

v1.3.1...v1.4.0

v1.3.1

21 Jan 00:59
Compare
Choose a tag to compare

v1.3.0...v1.3.1

v1.3.0

08 Jan 04:02
Compare
Choose a tag to compare

v1.2.3...v1.3.0

v1.2.3

07 Jan 02:15
Compare
Choose a tag to compare
  • fix: write-meta respects non-italics option b77d88c

v1.2.2...v1.2.3

v1.2.2

07 Jan 01:48
Compare
Choose a tag to compare

v1.2.1...v1.2.2

v1.2.1

07 Jan 01:43
Compare
Choose a tag to compare

v1.2.0...v1.2.1

v1.2.0

07 Jan 01:35
Compare
Choose a tag to compare
  • Merge pull request #8 from mvllow/feat-user-config-types 7c45293
  • feat: add user config types via jsdoc 4348eca
  • Merge pull request #7 from mvllow/refactor-fs cdf489b
  • refactor: reduce clutter e69cc98
  • Merge pull request #6 from mvllow/mvllow/issue5 5d127e5
  • fix: write-meta overwrites contributes.iconThemes 9f5a93f

v1.1.0...v1.2.0