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 #183

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Version Packages #183

merged 1 commit into from
Jan 16, 2024

Conversation

core-ds-bot
Copy link

@core-ds-bot core-ds-bot commented Jan 16, 2024

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 master, this PR will be updated.

Releases

[email protected]

Major Changes

  • #179 2a47b41 Thanks @heymdall-legal! - Прекращена поддержка nodejs@14.
    Поддерживаемые версии nodejs: 16.20.2, 18.0.0+, 20.0.0+.

    Базовые образы alpine-node-nginx больше не будут публиковаться с тегом latest, он остается зафиксированным на версии 14.21.3.

    Вы можете продолжать использовать arui-scripts с nodejs@14, но мы не будем исправлять ошибки, связанные с этой версией nodejs.
    Совместимость peer зависимостей не гарантируется.

  • #178 5158f3a Thanks @heymdall-legal! - Обновление списка поддерживаемых браузеров.
    Прекращена поддержка IE11.

    Это влияет как на собираемый js-код, так и на стили.

    При желании вы можете переопределить список поддеживаемых браузеров через оверрайды.

    // arui-scripts.overrides.ts
    import { OverrideFile } from 'arui-scripts';
    const override: OverrideFile = {
        browsers: () => ['last 2 versions', 'not ie < 11'], // или любой другой ваш список
    };
    
    export default override;

[email protected]

Patch Changes

[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/master branch from 5c4c373 to 1fb6fa0 Compare January 16, 2024 13:25
@github-actions github-actions bot force-pushed the changeset-release/master branch from 1fb6fa0 to b32d186 Compare January 16, 2024 13:39
@heymdall-legal heymdall-legal merged commit 8e747e4 into master Jan 16, 2024
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.

2 participants