Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1009

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Version Packages #1009

merged 1 commit into from
Sep 12, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 26, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@baloise/[email protected]

Minor Changes

  • #877 - Enhance the newly refactored bal-date components. bal-datepicker is marked as deprecated.

  • #999 - Implement the tooltip component.

  • #1033 - Implement a reverse layout option for the stack component.

Patch Changes

  • #1008 - Hide the tab line when no active tab is present.

  • #1007 - Relocate sticky footer styles to the core CSS file and update 'bal-app' for Vue applications.

  • #1001 - Include accessibility (a11y) labels for both the accordion and pagination components.

  • #1033 - The datepicker, select, and number-input components trigger a blur event when they lose focus or when any associated pop-up or dropdown is closed. Additionally, the blur event occurs after the value change.

  • #1025 - Implement a 'scroll to top' feature upon toggling the mobile navbar to prevent any space between the navbar brand and the menu.

  • #1033 - Addressed event propagation issues and refined the event sequence for the number-input component.

  • #1014 - Verify if a checkbox is selected within a group.

  • #881 - Ensure that aria-labelledby is correctly linked to the appropriate label, and that the for attribute corresponds to the correct input.

  • #1027 - Resolve pattern issue with the number-input component.

  • Updated dependencies [bfd7493b2]:

@baloise/[email protected]

Minor Changes

  • #1030 - The file-upload component is compatible with Angular reactive forms.

  • #1033 - Angular reactive forms mark a form control as invalid when it's been touched and is indeed invalid.
    To enable this feature, set setInvalid in the design system configuration.

    BaloiseDesignSystemModule.forRoot({
      defaults: { ... },
      forms: {
        setInvalid: true,
         invalidateOn: 'touched' // Alternatively, it can also be set to 'dirty'.
      },
    })

Patch Changes

@baloise/[email protected]

Minor Changes

  • #1012 - The testing library now offers support for importing files on a per-file basis.

    /**
     * Here are the component-specific commands along with some helper functions.
     *
     * cy.waitForDesignSystem()
     * cy.getByTestId('my-button')
     */
    import '@baloise/design-system-testing/src/add-custom-commands'
    
    /**
     * Presenting the refined Cypress basic commands, including optimized 'type'
     * interactions for seamless functionality with web components
     */
    import '@baloise/design-system-testing/src/add-override-commands'
    
    /**
     * This is a collection of selectors tailored to locate the precise
     * inner element of a component.
     *
     * cy.get(selectors.button.label)
     */
    import { selectors } from '@baloise/design-system-testing/src/selectors'

Patch Changes

@baloise/[email protected]

Patch Changes

@baloise/[email protected]

Patch Changes

@baloise/[email protected]

Patch Changes

@baloise/[email protected]

Patch Changes

@baloise/[email protected]

@baloise/[email protected]

@baloise/[email protected]

@baloise/[email protected]

@baloise/[email protected]

@baloise/[email protected]

Minor Changes

  • #1024 - In Angular, component events can be accessed through an RxJS stream.

[email protected]

Patch Changes

[email protected]

Patch Changes

@baloise/[email protected]

@baloise/[email protected]

@vercel
Copy link

vercel bot commented Jul 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
design-system-old ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 12, 2023 1:33pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from db851c1 to 23834f1 Compare August 8, 2023 06:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from 23834f1 to e3790c7 Compare August 8, 2023 12:35
@github-actions github-actions bot force-pushed the changeset-release/main branch from e3790c7 to 544488c Compare August 9, 2023 07:23
@github-actions github-actions bot force-pushed the changeset-release/main branch from 544488c to 593b781 Compare August 9, 2023 10:41
@github-actions github-actions bot force-pushed the changeset-release/main branch from 593b781 to e1bf2fd Compare August 17, 2023 14:35
@github-actions github-actions bot force-pushed the changeset-release/main branch from e1bf2fd to b29bd9f Compare August 21, 2023 11:18
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 3862bc2 to 4f8d6fe Compare August 28, 2023 11:24
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4f8d6fe to 9afca6c Compare September 4, 2023 06:47
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from b83a2f5 to b5dfaa2 Compare September 4, 2023 06:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from b5dfaa2 to 9f3666a Compare September 12, 2023 11:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9f3666a to e681248 Compare September 12, 2023 12:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from e681248 to 673126d Compare September 12, 2023 13:30
@hirsch88 hirsch88 merged commit 2286aa5 into main Sep 12, 2023
@hirsch88 hirsch88 deleted the changeset-release/main branch September 12, 2023 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant