[Cuis-dev] [WARNING] Recent updates breaking compatibility

Juan Vuletich juan at cuis.st
Fri Jul 25 13:19:13 PDT 2025


Hi Folks,

Today I pushed a series of updates to the repo that break compatibility 
and could affect your code. I added two new subclasses to LayoutMorph: 
LinearLayoutMorph and FormLayoutMorph. The behavior of the old 
LayoutMorph is now provided by LinearLayout.

If your code creates subclasses of LayoutMorph, please update it to 
subclass LinearLayout instead. If your code creates instances of 
LayoutMorph, updating your code is not strictly required, as the 
instance creation methods remain in LayoutMorph, but will answer 
instances of LinearLayoutMorph.

I have already updated all the packages in the 
https://github.com/Cuis-Smalltalk organization. If your code lives in 
one of our repos there, just pull updates.

Apologies for the disruption.

Thanks,

-- 
Juan Vuletich
www.cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich



More information about the Cuis-dev mailing list