[ANN] MaterialDesignLite for Seaside v1.3.0
Hi, Today I released the version v1.3.0 of MaterialDesignLite for Seaside. (https://github.com/DuneSt/MaterialDesignLite) The main changes are: - Compatibility with Gemstone (Except for the extensions using only Traits) - Improvement of the test coverage (coverage raised from 3 to 61% with now 485 tests) - More demos to discover features - More feature on Cells This release is tagged with v1.3.0 and I also introduced tags v1.3.x and v1.x.x which are moving tags following patch and minor versions. Here is the full changelog of the release: https://github.com/DuneSt/MaterialDesignLite/blob/75d9b7e86027357013562ca43d... If you have issues, need a new feature or have a comment on the project feel free to open a issue: https://github.com/DuneSt/MaterialDesignLite/issues I also updated the demo: https://mdl.ferlicot.fr/ Have a nice day! -- Cyril Ferlicot https://ferlicot.fr
Cool! --- Julien Delplanque Doctorant à lâUniversité de Lille http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40
Le 7 oct. 2018 à 23:53, Cyril Ferlicot D. <cyril.ferlicot@gmail.com> a écrit :
Hi,
Today I released the version v1.3.0 of MaterialDesignLite for Seaside. (https://github.com/DuneSt/MaterialDesignLite)
The main changes are: - Compatibility with Gemstone (Except for the extensions using only Traits) - Improvement of the test coverage (coverage raised from 3 to 61% with now 485 tests) - More demos to discover features - More feature on Cells
This release is tagged with v1.3.0 and I also introduced tags v1.3.x and v1.x.x which are moving tags following patch and minor versions.
Here is the full changelog of the release: https://github.com/DuneSt/MaterialDesignLite/blob/75d9b7e86027357013562ca43d...
If you have issues, need a new feature or have a comment on the project feel free to open a issue:
https://github.com/DuneSt/MaterialDesignLite/issues
I also updated the demo: https://mdl.ferlicot.fr/
Have a nice day!
-- Cyril Ferlicot https://ferlicot.fr
Nice work. Thank you !
On 7 Oct 2018, at 23:53, Cyril Ferlicot D. <cyril.ferlicot@gmail.com> wrote:
Hi,
Today I released the version v1.3.0 of MaterialDesignLite for Seaside. (https://github.com/DuneSt/MaterialDesignLite)
The main changes are: - Compatibility with Gemstone (Except for the extensions using only Traits) - Improvement of the test coverage (coverage raised from 3 to 61% with now 485 tests) - More demos to discover features - More feature on Cells
This release is tagged with v1.3.0 and I also introduced tags v1.3.x and v1.x.x which are moving tags following patch and minor versions.
Here is the full changelog of the release: https://github.com/DuneSt/MaterialDesignLite/blob/75d9b7e86027357013562ca43d...
If you have issues, need a new feature or have a comment on the project feel free to open a issue:
https://github.com/DuneSt/MaterialDesignLite/issues
I also updated the demo: https://mdl.ferlicot.fr/
Have a nice day!
-- Cyril Ferlicot https://ferlicot.fr
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
On Sun, Oct 07, 2018 at 11:53:58PM +0200, Cyril Ferlicot D. wrote:
Today I released the version v1.3.0 of MaterialDesignLite for Seaside. (https://github.com/DuneSt/MaterialDesignLite)
Hi Cyril, In a Pharo 60541 image with Seaside already loaded, loading MDL resulted in dependency mismatch error. I resolved (ahem) it the expedient way, by commenting out the Seaside dependency in BaselineOfMaterialDesignLite. It is now running and looks very nice! Is there a way to specify the dependency more flexibly? Seaside was loaded thusly: Metacello new repository: 'github://SeasideSt/Seaside:master/repository'; baseline: 'Seaside3'; load. MDL: Metacello new githubUser: 'DuneSt' project: 'MaterialDesignLite' commitish: 'v1.3.0' path: 'src'; baseline: 'MaterialDesignLite'; onWarningLog; load. Pierce
On Wed, Oct 10, 2018 at 10:46 AM Pierce Ng <pierce@samadhiweb.com> wrote:
Hi Cyril,
In a Pharo 60541 image with Seaside already loaded, loading MDL resulted in dependency mismatch error. I resolved (ahem) it the expedient way, by commenting out the Seaside dependency in BaselineOfMaterialDesignLite. It is now running and looks very nice!
Is there a way to specify the dependency more flexibly?
Seaside was loaded thusly:
Metacello new repository: 'github://SeasideSt/Seaside:master/repository'; baseline: 'Seaside3'; load.
MDL:
Metacello new githubUser: 'DuneSt' project: 'MaterialDesignLite' commitish: 'v1.3.0' path: 'src'; baseline: 'MaterialDesignLite'; onWarningLog; load.
Hi Pierce, I tried to execute this on my image: Metacello new repository: 'github://SeasideSt/Seaside:master/repository'; baseline: 'Seaside3'; load. Metacello new githubUser: 'DuneSt' project: 'MaterialDesignLite' commitish: 'v1.3.0' path: 'src'; baseline: 'MaterialDesignLite'; onWarningLog; load. It worked for me. I tried in the latest Pharo 7 and also in Pharo 6.1. We should have a missmatch only if there is a version of Seaside from StHub loaded in the image. Can someone else try it?
Pierce
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Cyril Ferlicot https://ferlicot.fr
participants (5)
-
Cyril Ferlicot -
Cyril Ferlicot D. -
Julien -
Pierce Ng -
Sven Van Caekenberghe