Releases: mozbrick/brick
1.0.1
1.0.1
- Removed
grunt build-dev
task - Added
--dev
option to all grunt tasks that build sections of Brick [site,demos,downloadpage,homepage,build]. This allows Brick to be built from ./dev-repos/ instead of ./bower_components/. - Removed overflow:hidden from
x-card
to ease UI construction
Brick 1.0.0
We've gone stable!
- Thanks to everyone who helped find bugs in our pre-release versions.
- Individual component versions are frozen in our release branches.
- Stay tuned for lots more components!
The "This might be 1.0 if nothing goes wrong" release
- So close we can taste it now! Test out what might just be Brick's 1.0 stable release!
- Shipping sometimes means cutting scope. Pulled slidebox and tooltip from our launch roster. Slidebox may have been made redundant by deck, but tooltip will be back better than ever!
- Component docs now have information about the individual repositories.
0.10.0 "The New Design"
- New snazzy default skin!
Brick 0.9.2
Updated x-tag/core to 0.8.20 with a few fixes.
0.9.1 - The "scope cutting" release
We've removed some tags from the Brick lineup. Namely, togglegroup
, datepicker
, and iconbutton
. They may return post-1.0, but we want to re-evaluate their usability and code, and we don't want to remove components once we've reached a stable major version. Apologies if you were using them, if you need the JS/CSS for them let us know, we can provide the compiled files.
0.9.0 - The march to 1.0!
What's new?
- Moving away from our poorly thought-out versioning to a more sane versioning. 1.0.0-beta8 becomes 0.9.0.
- Fixed bug in Calendar with month rendering.
- Updated x-tag-core for extra bug fixes and removal of CSP-breaking polyfill code
Enjoy!
1.0 Beta 8 - fixing FFOS
An issue with the underlying x-tag library was causing issues in Firefox OS. Issue was fixed, and Brick has been updated to use the latest x-tag-core.
1.0beta7
1.0beta6 - The "Fixing Safari" Release
Safari was cranky with how the x-tag polyfill library overwrote event properties, so it's been updated to be a nicer citizen. Brick should now be working on iOS!