Skip to content

Releases: lume/autolayout

v0.10.1 - Unglobalization

24 Oct 07:46
Compare
Choose a tag to compare

BREAKING: remove the UMD global build lib/ folder, move module output from es/ to dist/, convert all our code to JavaScript modules

To migrate: use JavaScript modules, f.e. import AutoLayout from '@lume/autolayout'. If you have a web app and are not using a build system (f.e. Webpack, Vite, Rollup, or similar) that knows how to resolve the names of libraries (f.e. the '@lume/autolayout' in the import statement), then you need to use an importmap. See examples/DOM/index.html for a <script type="importmap"> example, and MDN web docs on import maps: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap

v0.9.1 - To dist, or not to dist. That is not the question!

01 Oct 01:00
Compare
Choose a tag to compare

Bite the bullet and commit build outputs in dist/ so that they are as accessible as possible as possible for people that may not be able to run the build in some OS or setup (f.e. Window PowerShell which we have not heavily tested).

v0.9.0 - Eat the Kiwi!

01 Oct 00:57
Compare
Choose a tag to compare

BREAKING: @lume/kiwi was updated to be type:module in its package.json, which can break anyone who imports it after installing @lume/autolayout