Skip to content

Releases: Carasent-ASMA/asma-ui-icons

Release v0.4.0

14 Apr 13:52
e0f147a

Choose a tag to compare

Overview
A small icon-library update adding two icons and improving the icon-list filtering and exports.

✨ Features

  • Add ArrowShrinkIcon component and export (src/components/icons/arrow-shrink-icon/*).
  • Add IndeterminateIcon component and export (src/components/icons/indeterminate-icon/*).
  • Update icons barrel export to include the new icons (src/components/icons/index.ts).

🐛 Fixes

  • Make the story/icon list filter trim tag/name whitespace and perform case-insensitive matching for more reliable search (src/stories/useIconsList.tsx).

What's Changed

Full Changelog: v0.3.8...v0.4.0

Release v0.3.8

10 Apr 18:48

Choose a tag to compare

Overview
A small patch that fixes icon import paths used by the stories helper, ensuring icons are referenced correctly.

🐛 Fixes

  • Update relative import paths in src/stories/useIconsList.tsx so icon imports use relative references and resolve correctly.

Full Changelog: v0.3.7...v0.3.8

Release v0.3.6

06 Apr 08:04
e558b1f

Choose a tag to compare

Commit Summary (patch)

  • chore: ASMA-6945 Added draw icon for document sign button (#3) (e558b1f)

What's Changed

  • chore: ASMA-6945 Added draw icon for document sign button by @Nektarines in #3

Full Changelog: v0.3.5...v0.3.6

Release v0.3.5

27 Mar 13:37
c29090c

Choose a tag to compare

Commit Summary (patch)

  • chore: ASMA-6945 Added new icons and changed existing for file extension types (#2) (c29090c)

What's Changed

  • chore: ASMA-6945 Added new icons and changed existing for file extension types by @Nektarines in #2

New Contributors

Full Changelog: v0.3.4...v0.3.5

Release v0.3.4

26 Mar 12:23

Choose a tag to compare

Commit Summary (patch)

  • chore(cspell): Replace local cspell.json with symlink to shared config (e66e2a3)

Full Changelog: v0.3.3...v0.3.4

Release v0.3.3

24 Mar 23:05

Choose a tag to compare

Overview

This release (v0.3.3) contains only a metadata update: the repository field in package.json was updated. No functional, dependency, or API changes.

  • package.json — updated repository field (metadata only)

Full Changelog: v0.3.2...v0.3.3

Release v0.3.2

24 Mar 18:07

Choose a tag to compare

Overview
A small release that updates the Storybook helper used to build the icons list for component stories. This affects Storybook presentation only and does not change the icon package API.

✨ Features

  • Update Storybook icons list helper (src/stories/useIconsList.tsx) — refines how icons are gathered/presented in stories for clearer examples and browsing.

Full Changelog: v0.3.1...v0.3.2

Release v0.3.1

24 Mar 18:05

Choose a tag to compare

Overview
A small patch to the story hook that improves how icons are matched when searching/filtering in stories. Filters now ignore surrounding whitespace and perform case-insensitive matches against icon names and tags.

🐛 Fixes

  • Trim whitespace when matching icon names and tags so extra spaces no longer prevent matches.
  • Use case-insensitive comparisons for filter text against icon.name and icon.tags to improve search reliability.

Package: asma-ui-icons — v0.3.1 (from v0.3.0)

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

24 Mar 18:01

Choose a tag to compare

Overview
A small feature release that adds an icons capability and updates repository metadata and CI to support releases.

✨ Features

  • Add icons capability with a --force-release option (shared).
  • Update package.json and .github/workflows/publish.yml to support publishing/release workflows.
  • Refresh .github agents, instructions, and skills documentation used by repository tooling and automation.

What's Changed

New Contributors

Full Changelog: v0.0.75...v0.3.0

Release v0.2.4

19 Mar 23:10

Choose a tag to compare

Reading package.json to detect what changed (version or metadata) and produce accurate release notes. Running file view and reporting intent.

Overview

asma-ui-icons v0.2.4 — a metadata-only release. package.json was updated to set the package version; there are no source, distribution, feature, or bug-fix changes in this release.

✨ Features

  • None

🐛 Fixes

  • None

⚡ Performance

  • None

💥 Breaking Changes

  • None

Full Changelog: v0.2.3...v0.2.4