SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

0.9.2dev2 released #257

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

The main purpose of this release is the enabling of root level CSS. By writing CSS within <style> tags within your form, that style tag is pushed to the top level so that all sorts of things on the page can be controlled.

The form shown at https://raw.githubusercontent.com/SimonBiggs/scriptedforms/master/example/example/experimental/two-columns.md uses this new feature to create multiple columns.

A screenshot of this is below:

image

@robmarkcole @OxygenLithium

It was well worth mulling over the solution. I think this is quite simple, and quite effective. :).

olivercrask commented 6 years ago

Can't find it on PyPi, it shows the newest version as 0.9.2.dev0

SimonBiggs commented 6 years ago

Could you try pip uninstall scriptedforms then pip install --pre --no-cache scriptedforms

On Thu., 26 Apr. 2018, 10:16 pm Oli Crask, notifications@github.com wrote:

Can't find it on PyPi, it shows the newest version as 0.9.2.dev0

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SimonBiggs/scriptedforms/issues/257#issuecomment-384619512, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQVe4kXrhao61fk00ctxtOBN4wxLbDAks5tsbqIgaJpZM4TjTnE .

SimonBiggs commented 6 years ago

You're right. Argh, bumma.

SimonBiggs commented 6 years ago

Alright, so I did a release off of a Windows machine and I normally build everything on Linux. So dev2 should be up, but there might be quirks.

I'll release a dev3 tonight built off of my linux machine later tonight.

SimonBiggs commented 6 years ago

So, dev2 has an issue with the spinner always running. So I'm releasing a dev3 with the spinner fixed. The release process is significantly slower on Windows though, so bare with me.

SimonBiggs commented 6 years ago

Done try now with the aim to install dev3.

SimonBiggs commented 6 years ago

262