Happy New Year, everyone!
I hope you all had fun during the holidays. While I also tried to do some work in the extra free time that holidays usually bring, I did my best spending time with family and friends. And now, here we are, starting a new year, full of promises and challenges.
And what’s best to start the year with other than a release? No significant new feature, but lots of small improvements that I’m sure you’ll appreciate. Here they are:
Specify CheckBox selected state
There were several people that have requested this, and I must admit that it was absolutely silly for me not to support it from the first place. What’s even more silly is that simplicity of the solution that I came with in the end. While I was kinda reluctant to add yet one more control in the Properties panel just for Selected/Unselected property, one day it just strike me: Why not just use the already supported syntax for checkboxes? And so I did! Now, to specify a selected checkbox, just use [x] or [X] in the label of the chekbox. FlairBuilder will just know what to do with it.
TextInput and Password enhancements
These two components are related and both got a few enhancements. As for instance, the text length property that you can use to build conditions with. For instance, if you need to do different things based on the length of the field, than these property will sure be useful for you.
Then, I also fixed a few things. The inputs now really supports rounded corners. It seems that it was broken as you couldn’t have rounded corners without having a border. One of those bugs, you know…
The On Change actions were not executing because the event was not triggered internally. Now fixed.
Other improvements
Holding SHIFT also disables snapping when resizing a component. BUT, this happens only when resizing NOT using the corner handles. When resizing with the corner handles, holding SHIFT will maintain the aspect ratio of the component.
The default page size is now 960×1000. I think that 780px was not wide enough for most of the web apps today.
You can now select the Tabs and the Accordion easier using the little overlay, just like you already could do it with the CardStack component. I’m also considering making it easier to move these components around as Ctrl+Drag is not always obvious.
And finally, the Window component got a little change in look’n'feel. It used to have the header text in bold and 12px font size. I changed it to be more consistent with components like Accordion or Tabs. I am considering letting you customize, but there is a little work that I have to do in order to make it happen.
This should be all, for now. As usual, you’ll hear from me pretty often. I hope it will be more often than usual, if not with releases, at least with news or shared thoughts. Time will tell.
Unknown, here I come!
Related Posts
No related posts.
Get the latest updates from this blog by subscribing to the RSS feed using your favorite reader.>









{ 1 comment… read it below or add one }
I think you mean Holding SHIFT”, not “SHIT”, right?