feat: Convert to ESM#286
Merged
trygve-lie merged 3 commits intonextfrom May 10, 2021
Merged
Conversation
BREAKING CHANGE: Convert from CommonJS module to ESM
digitalsadhu
approved these changes
May 10, 2021
github-actions Bot
pushed a commit
that referenced
this pull request
May 10, 2021
# [5.0.0-next.6](v5.0.0-next.5...v5.0.0-next.6) (2021-05-10) ### Features * Convert to ESM ([#286](#286)) ([7824568](7824568)) ### BREAKING CHANGES * Convert from CommonJS module to ESM * fix: Set type to be module Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
🎉 This PR is included in version 5.0.0-next.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions Bot
pushed a commit
that referenced
this pull request
Nov 29, 2023
# [5.0.0](v4.6.125...v5.0.0) (2023-11-29) ### Bug Fixes * Remove lodash.merge ([#157](#157)) ([ea2bc77](ea2bc77)) * Resolve merge conflicts ([be49970](be49970)) * Use latest client and proxy ([#399](#399)) ([4035461](4035461)) ### Features * Convert to ESM ([#286](#286)) ([7824568](7824568)) * Drop node 10.x support ([7e0bb22](7e0bb22)) * Remove deprecated return value on .js and .css methods ([e9052ed](e9052ed)) ### BREAKING CHANGES * Convert from CommonJS module to ESM * fix: Set type to be module Co-authored-by: Trygve Lie <trygve.lie@finn.no> * In version 4 of podium it became possible to set multiple assets to a layout through its `.js()` and `.css()` methods. This did make it impossible to let these methods return a reasonable value, but to keep a backwards compatibility with version 3 of Podium, the first item passed in was returned for compatibility. This removes this compatibility with version 3 of Podium. This resolves podium-lib/issues#23 * Only support node 12 and 14.
|
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Convert from CommonJS module to ESM