Skip to content

Latest commit

 

History

History
1260 lines (888 loc) · 42.6 KB

CHANGELOG.md

File metadata and controls

1260 lines (888 loc) · 42.6 KB

9.13.0 (2018-06-18)

Features

  • selectbox: adds overlay for outside clicks not to trigger anything (9c9dc0b)

9.12.1 (2018-06-15)

Bug Fixes

9.12.0 (2018-06-15)

Features

9.11.0 (2018-06-14)

Features

  • IntentModal: set height to 90vh (7de2492)

9.10.1 (2018-06-14)

Bug Fixes

  • cannot have stylus expression in css calc (60dc2f1)

9.10.0 (2018-06-13)

Features

  • Exposed initTranslation() and allowed polyglot prop for I18n (45f4824)

9.9.1 (2018-06-13)

Bug Fixes

  • border on table divider (d5840e2)

9.9.0 (2018-06-13)

Bug Fixes

  • modal width which can exceed the window 🌽 (5511af1)

Features

9.8.1 (2018-06-13)

Bug Fixes

  • select box bottom border on fixed element 🐛 (5c44e29)

9.8.0 (2018-06-12)

Features

9.7.0 (2018-06-12)

Features

  • bad icon does not throw an error (9df4f3b)

9.6.0 (2018-06-12)

Features

  • add disabled option style (739087b)

9.5.0 (2018-06-08)

Features

  • SelectBox: bump react-select version (539ca4d)
  • SelectBox: export react-select components (0f4fda7)

9.4.0 (2018-06-08)

Features

9.3.2 (2018-06-08)

Bug Fixes

  • global styles are compiled only when used with CSS-modules (71c5c81)

9.3.1 (2018-06-07)

Bug Fixes

  • action button: fix hover/focus colors (e71115d)
  • action button: remove outline (83eade9)

9.3.0 (2018-06-06)

Features

9.2.0 (2018-06-06)

Features

  • add global utility classes (47fad03)

9.1.2 (2018-06-06)

Bug Fixes

  • action button: fix focus styles (1b01831)

9.1.2 (2018-06-06)

Bug Fixes

  • action button: fix focus styles (1b01831)

9.1.1 (2018-06-05)

Bug Fixes

  • enables only overflow-y on small screen (370bb69)

Change Log

All notable changes to this project will be documented in this file. We use lerna-changelog to generate the changelog based on the PRs. This project adheres to Semantic Versioning.

v9.1.0 (2018-05-30)

🐛 Bug Fix

🚀 Enhancement

  • #509 Show deprecation warnings in the styleguide in production. (@ptbrowne)
  • #511 Expose all palette colors as css variables. (@CPatchane)
  • #512 Configure modal through IntentOpener. (@y-lohse)
  • #517 Add overlayClassName and wrapperClassName props. (@drazik)

v9.0.1 (2018-05-22)

🐛 Bug Fix

  • #506 Fixes link styles inside forms
  • #507 Fixes select box indicator in firefox
  • #508 Hides selection bar labels on mobile

v9.0.0 (2018-05-16)

🚀 Enhancement

🐛 Bug Fix

  • #505 fix: renamed SelectBoxWithFixedOptions file from js to jsx. (@GoOz)
  • #504 fix: Mono-Column layout have a padding at the end of page on mobile. (@GoOz)

v8.0.0 (2018-05-15)

🚀 Enhancement

🐛 Bug Fix

v7.22.0 (2018-05-09)

🚀 Enhancement

🐛 Bug Fix

v7.21.0 (2018-05-09)

🚀 Enhancement

🐛 Bug Fix

7.20.0 (2018-05-02)

🚀 Enhancement

🐛 Bug Fix

7.19.0 (2018-05-02)

🚀 Enhancement

🐛 Bug Fix

7.18.0 (2018-04-23)

🚀 Enhancement

  • #446 feat: add width and height to compact ButtonAction. (@drazik)
  • #445 feat: add 3px margin on caption inside ListItemText. (@drazik)

7.17.0 (2018-04-19)

🚀 Enhancement

7.16.0 (2018-04-19)

🚀 Enhancement

7.15.0 (2018-04-18)

🚀 Enhancement

  • #435 feat: add top/bottom icon. (@ptbrowne)
  • #434 feat: remove dimensions and border on compact version of ButtonAction. (@drazik)
  • #431 feat: add 'into' prop on IntentOpener and IntentModal. (@drazik)

7.14.0 (2018-04-18)

🚀 Enhancement

  • #429 enhancement: Better spinner centering during intent loading. (@gregorylegarec)
  • #427 enhancement: Add fullwidth props on Input & Textarea (@GoOz)
  • #427 enhancement: Add fullwidth styles for select element (@GoOz)

🐛 Bug Fix

  • #428 🚑 fix: avoid IntentModal dismissAction to be called twice. (@gregorylegarec)
  • #427 fix: Ensure font-family on form elements is respected (@GoOz)
  • #427 fix: Increase modal fullscreen's selector specificity (@GoOz)

7.13.0 (2018-04-17)

🚀 Enhancement

  • #426 Added support for className prop to ActionMenu. (@goldoraf)

🐛 Bug Fix

7.12.0 - 2018-04-13

Changed

  • <IntentIframe /> has been extracted from <IntentModal /> and it is now a standalone component.
  • <Bd /> now hides its overflowing content

Added

  • disabled attribute for <ButtonLink /> component

7.11.0 - 2018-04-11

Fixed

  • :hover on Buttons are now easily overwritable

Added

  • Input <Checkbox /> component
  • Input <Radio /> component
  • <ButtonLink /> can be disabled
  • <listItemText /> component
  • <Text /> component
  • <Caption /> component
  • <MidEllipsis /> component

Changed

  • Modal's ModalFooter can have any children now
  • <Alerter /> reworked with a customizable duration

7.10.0 - 2018-03-27

Added

  • Added an Alerter component
  • Added a Checkbox component

7.9.2 - 2018-03-26

Added

  • Utility classes to cancel margin/padding .u-m-0, .u-p-0, etc

Fixed

  • Scrolling modal on Safari

7.9.1 - 2018-03-21

Added

  • focus style on SelectBox's options
  • Cozy style for SelectBox

7.9.0 - 2018-03-21

Added

  • Different sizes for inputs and textareas

Fixed

IntentHeader styles are not imported with the file extension

  • ModalHeaders that are not simple text won't be wrapped in a <h2> element and won't inherit styles from it

7.8.0 - 2018-03-20

Added

  • Styles for select elements
  • The SelectBox component, based on react-select

7.7.3 - 2018-03-15

Added

  • New <IntentModal /> component

Changed

  • <IntentOpener /> internally uses now the new <IntentModal /> component

7.7.2 - 2018-03-13

Fixed

  • <Button /> without icons don't break anymore

7.7.1 - 2018-03-13

Changed

  • <Button />'s Icon props can get a string or `

Added

  • Added Panel layout for Modals
  • Added style props to ModalBrandedHeader to pass some style
  • Added type props to <Button />

Fixed

  • Support deprecated ModalTitle & ModalButtons
  • Use of children in <Button />

7.7.0 - 2018-03-02

Changed

  • Refactoring Modal component using Elastic layout

Fixed

  • Button now use flexbox to deal with vertical centering of its content

Added

  • Elastic layout with fixed header and/or footer and scrollable content
  • Modal has now a compressed and a wide rendering with spacing props with two available values : small & large
  • Modal has a new Branded header component ModalBrandedHeader which allows a background and a logo with bg & logo props

Deprecated

  • ModalTitle is replaced by ModalHeader
  • ModalButtons is replaced by ModalFooter

7.6.0 - 2018-02-27

Changed

  • Renamed breakpoints sizes variable with prefix to avoid potential conflicts

Added

  • Added disabled prop to Toggle
  • Added utility classes for colors
  • <Button /> & <ButtonLink /> take label and/or icon instead of basic children but children is still available to build complex buttons A codeshift is available for easier transition.

7.5.0 - 2018-02-23

Changed

  • Nav in Sidebar layout changes, are now mandatory in Nav's items
  • <Avatar /> waits for any string now and doesn't process initials anymore

Fixed

  • Modals keep their set size unless there's no room for it anymore
  • <ButtonLink /> on normal size is now vertically centered
  • Added .styl extensions to import to avoid resolving issues
  • <Icon />'s SVGs where sometimes blurry on Firefox

Added

  • Forwarding props to <Icon />, <Input /> & <Textarea />
  • <Hero /> component

7.4.2 - 2018-02-13

Fixed

  • Enforce Button's modifier classes specificity to avoid conflicts when classes are not in order

7.4.1 - 2018-02-12

Fixed

  • Cross button in Intent Modal was misplaced
  • Empty View on tablet don't block click events anymore

7.4.0 - 2018-02-8

Changed

  • ButtonLink's target attribute becomes a string instead of a boolean
  • Increase alert size

Fixed

  • Better behaviour for hover effects on some element on mobile
  • Made selection bar's close button narrow
  • Modal cross button's size
  • Vertical alignment of initials

Added

  • Add Modal size option
  • Empty avatar view

7.3.0 - 2018-02-5

Added

  • Divider style for table
  • Sizes for buttons (tiny, small, large)
  • Extensions for buttons (full width or narrow)
  • <Avatar /> component
  • <IntentHeader /> component for intent modal

Changed

  • Button now should have their content wrapped inside a span

Fixed

  • Really fixed buttons on Safari 10

7.2.1 - 2018-01-30

Fixed

  • Wide buttons on Safari 10 have now their content centered

7.2.0 - 2018-01-29

Fixed

  • Nav icon on mobile

Added

  • Add new breakpoint for tablet
  • Add Portal for Modal so you can decide where in the DOM it pops

Deprecated

  • Breakpoint functions no-mobile() & no-desktop() renamed respectively gt-mobile() & lt-desktop() for more clarity

7.1.0 - 2018-01-17

Changed

  • Nav now requires SVG icons, not in CSS background anymore, using <Icon /> for instance
  • <Nav /> component generate NavLink with a function in order to works better with react-Router's Link
  • Table styles are not global anmore, you must specifically @extend every bit you need, like $table-head, $table-cell, $table-row, etc
  • Removed all em()

Added

  • One column layout

7.0.3 - 2018-01-10

Changed

  • removed duplication of code for $visuallyhidden by using a mixin instead

Added

  • <Textarea /> React component see
  • <Field /> React component see

Fixed

  • Alerts rendering on desktop
  • React Styleguide was broken

7.0.2 - 2018-01-09

Fixed

  • wrong colors by default for modal's buttons
  • Fix selectionbar's buttons label on desktop

Added

  • <Label /> React component see
  • <Input /> React component see

7.0.1 - 2018-01-08

Fixed

  • Modal and its buttons were broken
  • Selection bar's icons on mobile were hidden

7.0.0 - 2018-01-04

Changed

  • Default theme for <Button /> is now regular
  • Made default size of 16px instead of 1em to avoid font-size inheritance

Added

  • Added <ButtonLink /> component, same as <Button /> but with a <a> tag
  • Added disabled parameter for <Button />
  • Icon's color is by default the currentColor of its button parent.

Removed

  • Some icons fill attribute
  • Removed classes for button w/ icons, to be replaced by the use of SVG instead

6.0.3 - 2017-12-15

Fixed

  • Sidebar doesn't scroll with content anymore on desktop

6.0.2 - 2017-12-14

Fixed

  • Removed old layout styles that broke Mobile app
  • Tablet view (768px to 1024px)

6.0.1 - 2017-12-14

Fixed

  • Fixed new layout mobile on Safari iOS 9-10

Added

  • Ability to pass a class to ModalCross

6.0.0 - 2017-12-13

Changed

  • Change global layout on mobile to enable browsers' minimal UI

Fixed

  • Nav classes were broken in dist version

Added

  • <Nav /> component
  • <Sidebar /> component
  • <Menu /> component
  • <IntentOpener /> component
  • <Media />object

5.0.2 - 2017-12-07

Added

  • Add a minified version of cozy-ui styles in dist/cozy-ui.min.css (built before publishing on npm)

Changed

  • Modal : withCross is now closable. Deprecation warning. #237
  • Modal : dismissAction property has been added and will be called when clicking outside or on the cross. For now, secondaryAction will be copied into it if it is undefined. Deprecation warning. #237
  • Colors variable:
    pale-grey -> paleGrey
    cool-grey -> coolGrey
    slate-grey -> slateGrey
    charcoal-grey -> charcoalGrey
    dodger-blue -> dodgerBlue
    science-blue -> scienceBlue
    puerto-rico -> puertoRico
    texas-rose -> texasRose
    your-pink -> yourPink
    

5.0.1 - 2017-12-06

Fixed

  • Fix normalize node_modules path

5.0.0 - 2017-12-06

Added

  • Standalone compiled CSS If you do not want to use the library as Stylus placeholders and prefer using one compiled CSS with every available classes, yoou can do so. In your terminal, type the following command (with yarn or npm):
    $ yarn build:css:app
    
    It will compile the CSS file app.css into build/styleguide/ folder.

Removed

  • Removed deprecated classes .coz-sidebar, coz-error, coz-error--warning, coz-hidden, coz-desktop, coz-mobile
  • Removed exported classes like .o-sidebar & .c-nav You can't @extend classes as it doesn't exist anymore but you can @extend the equivalent placeholder. Just replace by the occurence you need and you're done! :) .o-sidebar => $sidebar .c-nav => $nav .c-nav-item => $nav-item .c-nav-link => $nav-link
  • Removed global classes like buttons & utilities You have to declare explicitly button & utility classes. If you use React, the best way is to use the <Button /> component. If not, you should manually @extend those components like any other CSS components with their $placeholder.
    .c-btn {
      @extend $button
    }
    .u-visuallyhidden {
      @extend $visuallyhidden
    }
    

4.1.1 - 2017-12-05

Changed

  • Color palette is now a json to ease JS use.
  • Lower margins for modals header & footer

Added

  • Default theme for the <button /> component

4.1.0 - 2017-11-28

Changed

  • Use babel-preset-cozy-app in .babelrc
  • Modal improvements:
    • Cannot scroll while Modal is opened
    • Modal content is scrollable
    • Buttons are correctly displayed on mobile
    • Exports and for complex usages
    • Modal title can be a node

Fixed

  • Default Spinner color prevented other colors to be used
  • Visited links color

Added

  • Add direction parameter to breakpoints
  • Add shortcut to access breakpoints helper
  • Add back & forward icons
  • Add <ActionMenu /> component: see on style guide
  • Add <Overlay /> component: see on style guide

Removed

  • Remove i18n duplicate file

4.0.5 - 2017-11-16

Fixed

  • 🎨 Fixing default html element's background color

Added

  • ✨ Add input[type=url] as default themed input

4.0.4 - 2017-11-2

Fixed

  • 🚑 Breakpoint helper should works now 😅

4.0.3 - 2017-10-25

Fixed

  • 🚑 Alert's padding are now back in the game, sorry, some commas were well hidden.

4.0.2 - 2017-10-19

Fixed

  • 🚒 Reinstated .c-link--upload & .c-link--delete that were actually needed, sorry 😅

Added

  • 🚑 Explicitely import palette.styl & mixins.styl in button.styl so you can use button on its own

4.0.1 - 2017-10-17

Changed

  • 📝 Changed some em to rem
  • 🐎 Use @require instead of @import
  • 🔥 React components don't use global classes anymore
  • 📝 Renamed .u-hiddenclass to .u-visuallyhidden

Fixed

  • 🚑 Fixed active links in main nav
  • 🚑 Items on mobile nav weren't using the available space smartly
  • 🚑 Fixed some buttons to make sure it goes well in any situation
  • 🍎 Fixed the annoying double tap on nav links on iPad

Added

  • 📚 Added Icon, Button & Spinner react component to the React Styleguide

4.0.0 - 2017-09-26

Changed

  • Clean up comments & typos ✨

Fixed

  • Fix modal position on desktop 🔧
  • Fixed Nav items position on mobile 👷

Added

  • Added buttons global classes (without CSS Modules) 🎉
  • Ensure retro-compatibility for previous global classes with CSS Modules ⚙
  • Added Nav component 🗞

Removed

  • Removed mixins padded and spaced
  • Removed Lato font from UI & moved to the stack (you'll need to add a <link> tag to your app <link rel="stylesheet" type="text/css" href="//{{.Domain}}/assets/fonts/fonts.css"> 🔀

4.0.0-beta - 2017-09-20

Fixed

  • Toggle component has cursor pointer now 👆
  • Font Lota for IE11 by adding woff format 🐒
  • btn--extra buttons' hover state 🐦

Changed

  • 🔥 Files architecture completely changed to ITCSS methodology

Added

  • CSS Styleguide with KSS 🎉
  • Breakpoints mixins + HOC 👪
  • Added preserveColor property to Icon component ✨
  • Spacers utility classes for quick & easy padding/margin 😍

Removed

  • Deprecated greys ☠

3.0.0-beta46 - 2017-09-15

Changed

  • Mobile nav has bigger icons
  • Modal on Mobile are now vertically centered

Added

  • Woff font for IE11 support
  • .coz-btn--download class
  • use styleguidist to generate react styleguide

Fixed

  • handle new svg-sprite-loader format
  • Spinner in buttons was broken

3.0.0-beta45 - 2017-09-08

Changed

  • Default button .coz-btn now has white text color and blue background on :hover

3.0.0-beta44 - 2017-09-01

Added

  • Ability to import components directly from cozy-ui/react

3.0.0-beta43 - 2017-08-30

Fixed

  • layout broken on scroll (iOS)

3.0.0-beta42 - 2017-08-24

Removed

  • Modal doesn't have overflow: hidden property by default anymore

Added

  • Modal component's new boolean option overflowHidden

3.0.0-beta41 - 2017-08-21

Fixed

  • Made normalize.css import absolute

3.0.0-beta40 - 2017-08-07

Added

  • Styles for textarea element (same styles than other inputs)
  • $button--send class for button with paperplan icon

3.0.0-beta39 - 2017-06-27

Changed

  • Tabs units from px to rem

Fixed

  • Alert position on mobile
  • Modal responsiveness

Removed

  • Content component in Modal Component

3.0.0-beta38 - 2017-06-23

Fixed

  • wrong file name when importing i18n in Spinner component prevented apps from buidling

3.0.0-beta37 - 2017-06-22

Changed

  • Position of the modal is now relative to the viewport's height
  • Modal has now a min-width so it's not too narrow with tiny content
  • Refactored form controls such as submit buttons

Fixed

  • Closing cross size in modals
  • Select element has now its arrow when on focus

Added

  • <Spinner /> component with several options like color, size, Box-model…
  • <Icon /> component to use cozy-ui icons easily à la FontAwesome. Icons can be styled with CSS.
import Icon from 'cozy-ui/react/Icon'
<Icon icon='warn' width='2rem' height='2rem' color='red' />

3.0.0-beta36 - 2017-06-13

Changed

  • Stick the modal on top juuuuust a lil' bit hover the cozy-bar
  • Aligned modal title with the closing cross button
  • Refactored how the modal handle the flow of its content, for the padding mostly
  • Disabled buttons have now a not-allowed cursor when hovered
  • Disabled buttons in selection bar have now opacity: .5 even on desktop
  • Update cross icon
  • Greys vars names are now consistent with the other color vars

Fixed

  • Selection bar classes were not consistent
  • Height of items in selection bar on mobile were way bigger than it should

Removed

  • removed inputs' grey background-color

Deprecated

  • Formers greys from previous identity are deprecated but with a fallback to the nearest grey of the new identity

3.0.0-beta35 - 2017-06-09

Fixed

  • Update album icon to fix selectionbar.styl

3.0.0-beta34 - 2017-06-09

Fixed

  • Add .jsx extension on i18n import

3.0.0-beta33 - 2017-06-09

Fixed

  • Add .jsx extension on i18n component

Added

  • Add SelectionBar component

3.0.0-beta32 - 2017-06-08

Fixed

  • The previously added usage-tracking helper had the wrong file format for usage in our project configurations

3.0.0-beta31 - 2017-06-08

Added

  • Added usage tracking helpers

3.0.0-beta30 - 2017-06-02

Added

  • Add special button App download for both desktop and mobile

3.0.0-beta29 - 2017-05-30

Changed

  • Modal now has no padding by default. Padding are added in children or using ModalContent or ModalSection components.

Fixed

  • Remove hover style on [disabled] and [aria-disabled=true] attribute for buttons: $button--danger, $button--danger-outline and $button--highlight

Added

  • Add a new icon variable: $icon-spinner-red
  • Add white spinner on buttons $button--danger and $button--highlight with [aria-busy=true] attribute
  • Add red spinner on $button--danger-outline with [aria-busy=true] attribute

Deprecated

  • The use of Content component in modals is deprecated and replaced by ModalContent.

3.0.0-beta28 - 2017-05-29

Fixed

  • Remove deprecated message when we used Toggle
  • Modal sticks to viewport and does not overflow anymore

3.0.0-beta27 - 2017-05-23

Added

  • Special button for client downloading

Removed

  • Modal title is no more required

3.0.0-beta26 - 2017-05-19

Changed

  • The Toggle component's name prop has been renamed to id and the appropriated depreciation warnings have been added.

Added

  • Added spinner on react Button component with parameter busy.
  • Handle closing modal by outside click and escape key

3.0.0-beta25 - 2017-05-16

Changed

  • Modal now adapts from content width

Added

  • Sharing button
  • Delete button
  • Button component
  • ModalContent component

3.0.0-beta24 - 2017-05-11

Changed

  • Display rename button on responsive page

3.0.0-beta23 - 2017-05-11

Added

  • Better handling of long nav items
  • Moved layout code from cozy-bar's (should be transparent)

3.0.0-beta22 - 2017-05-03

Changed

  • Change more-button's background-color from white to transparent

3.0.0-beta21 - 2017-05-02

Added

  • Added a Tabs component
  • Added a Toggle component

3.0.0-beta20 - 2017-04-21

Changed

  • Center icons in responsive view
  • SelectionBar overhead than above for responsive

Added

  • Add a "openWith" icon
  • Add a default value to Modal secondaryType

Removed

  • Remove unnecessary deprecated message on Modal component

3.0.0-beta19 - 2017-03-24

Changed

V3 branch merge into master as it is the codebase we're all working on now. Nothing else has changed.

3.0.0-beta18 - 2017-03-22

Changed

  • form classes changed for BEM consistency:
    • .coz-desc becomes .coz-form-desc
    • .coz-label becomes .coz-form-label
    • .coz-error-label becomes .coz-form-label--error
    • .coz-errors becomes .coz-form-errors

Added

  • New utility classes .coz-error and variant .coz-error--warning to display error text, without or with a warning sign
  • Added table default style

3.0.0-beta17 - 2017-03-17

Fixed

  • Overlay should take all the space in the viewport now
  • Put back children nodes removed by spread operator usage on props (modal component)

3.0.0-beta16 - 2017-03-17 [YANKED]

Changed

  • Change icons placeholders dimensions with rem instead of em so it doesn't grow with the font-size of an element
  • Separate extra and extra--white buttons
  • Refactoring modal component

Fixed

  • Nav height on mobile is now 48px which is what it was supposed to be in the first place.
  • selectionbar's height wasn't right according to the mockups
  • Fix sidebar width on Chrome when resizing
  • Nav height on mobile was bigger than it was supposed to

Added

  • Empty component style
  • add position relative on contentinfo so we can position absolutely the loading spinner
  • Add disabled button style in selection bar

Removed

  • remove agressive !important on all [aria-hidden=true] elements

Deprecated

  • Modal props cancelType & validateType. See refactoring

3.0.0-beta15 - 2017-03-08

Changed

  • Sticky layout management (flexbox-only)

Fixed

  • Lots of minor UI fixes

Added

  • Fixed table header on scroll

3.0.0-beta14 - 2017-03-07

Fixed

  • Avoid hover effect on disabled buttons
  • Improve sidebar height on mobile, to be equal to selection bottom offset

Added

  • Class .coz-link--upload to use for an upload button in a menu

3.0.0-beta13 - 2017-03-03

Changed

  • Rendering on Checkboxes
  • Z-indexes all over
  • Updated selectionbar component's style

Fixed

  • Alerter height on mobile
  • Modal component's mayhem after refactoring
  • Layout's height fixed after adding Cozy-bar
  • Various micro rendering fix

Added

  • Utils classes .coz-mobile & .coz-desktop to show/hide elements on desktop or mobile view

3.0.0-beta12 - 2017-02-27

Changed

  • Enhance modal header margins
  • Modal : do not display the button panel if there is no button
  • Modal horizontal padding is now set on children
  • Renamed alert buttons
  • Spinners are not centered by default anymore
  • Moved forms.styl from ui-app folder to ui-components for more consistency
  • depthlimit increase to 4 because Stylint treats its depth oddly

Fixed

  • Fix typo blocking modal cancel action

Added

  • Allow modal with no properies except title + allow children
  • New placeholders for buttons : $button--secondary, $button--danger, $button--danger-outline, $button--highlight
  • z-index manager in ui-base/z-index.styl

Removed

  • Removed buttons classes .primary, .secondary, .danger, .danger-outline, .hightlight
  • Removed placeholders $icon-spinner-small-blue, build your own options instead
  • Removed Drawer layout that wasn't functional anyway
  • Removed dialog, background, foreground, dropdown files

3.0.0-beta11 - 2017-02-21

Changed

  • Extracted the 'more' menu styling

Added

  • Add more button with dots only
  • Adds support for formatting i18n function
  • Added SelectionBar styling

3.0.0-beta10 - 2017-02-14

Added

  • Added mobile styles for alerts

Changed

  • Make the alerter slide under the nav menu on mobile
  • Reduced alerter delay
  • Refactoring on Modal

Fixed

  • import on react components

3.0.0-beta9 - 2017-02-09

Changed

  • Updated Modal JSX component

3.0.0-beta8 - 2017-02-09

Added

  • test NPM's autopublishing

3.0.0-beta7 - 2017-02-08

Added

  • Added a coz-form-group selector for group of elements constituting a single field
  • Made autoclose delay configurable
  • Added modal close button cursor
  • Added optional alerter close callback

Changed

  • Fixed withState react import
  • Bumped default notification delay
  • Adjusted modal's width for mobile

3.0.0-beta6 - 2017-02-07

Added

  • Added alerter component!
  • Added css loaders
  • Added embedded cross icon
  • Added Modals
  • Added Linter
  • Added babel config for exported components

Changed

  • Moved alert and modal styles to components
  • Moved icons

Fixed

  • Fix checkbox on every browser or so except Firefox that did its…

Removed

  • Removed input css outline on focus

3.0.0-beta5 - 2017-02-01

  • Everything we did before adopting CHANGELOG…