Skip to content

1.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 08:55

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Released on 2025-11-28. All issues associated with this milestone can be found using this filter.

Bug Fixes

  • Fix the lint action
  • Ensure form manager correctly updates isValid
  • Update paths
  • Fix changelog configuration
  • Fix conventional commit script execution in GitHub Actions

Documentation

  • Add a documentation
  • Update project structure

Features

  • Add validationResult property to UI validation flow
  • Add debounce to text field input to reduce validation calls
  • Add nil validation rule
  • Add characters validation rule
  • Add email validation rule
  • Add labels for major, minor, swift and GitHub Actions updates
  • Add CODEOWNERS file for automatic code review assignments
  • Add release workflow for GitHub Actions

Miscellaneous Tasks

  • Pass outputs parameters
  • Update the changelog file generation
  • Add skipping commit verification
  • Add docs generation into the release github action
  • Add usage examples to the examples directory
  • Add .spi.yml
  • Add explicit permissions to satisfy CodeQL
  • Move pull request template
  • Add explicit permissions to satisfy CodeQL
  • Update a link to the github actions
  • Update release version in README.md
  • Add GitHub issue and PR templates
  • Delete dependabot
  • Rename actions
  • Update config
  • Add --no-verify flag to commit_options in GitHub Action
  • Automate code formatting and linting with git hooks
  • Update workflow to run tests and build project
  • Merge dev into main
  • Update dependabot.yml
  • Add conventional-pr.yml for PR validation

Refactor

  • Simplify CI workflow configuration

Uncategorized Changes

New Contributors