9.13.0 (2018-06-18)
- selectbox: adds overlay for outside clicks not to trigger anything (9c9dc0b)
9.12.1 (2018-06-15)
9.12.0 (2018-06-15)
- add popup opener ✨ (0a359f3)
9.11.0 (2018-06-14)
- IntentModal: set height to 90vh (7de2492)
9.10.1 (2018-06-14)
- cannot have stylus expression in css calc (60dc2f1)
9.10.0 (2018-06-13)
- Exposed initTranslation() and allowed polyglot prop for I18n (45f4824)
9.9.1 (2018-06-13)
- border on table divider (d5840e2)
9.9.0 (2018-06-13)
- modal width which can exceed the window 🌽 (5511af1)
- add rem() mixin (ca262a3)
9.8.1 (2018-06-13)
- select box bottom border on fixed element 🐛 (5c44e29)
9.8.0 (2018-06-12)
- add title classes (8808a72)
9.7.0 (2018-06-12)
- bad icon does not throw an error (9df4f3b)
9.6.0 (2018-06-12)
- add disabled option style (739087b)
9.5.0 (2018-06-08)
9.4.0 (2018-06-08)
9.3.2 (2018-06-08)
- global styles are compiled only when used with CSS-modules (71c5c81)
9.3.1 (2018-06-07)
9.3.0 (2018-06-06)
- added download icon (1ef0ade)
9.2.0 (2018-06-06)
- add global utility classes (47fad03)
9.1.2 (2018-06-06)
- action button: fix focus styles (1b01831)
9.1.2 (2018-06-06)
- action button: fix focus styles (1b01831)
9.1.1 (2018-06-05)
- enables only overflow-y on small screen (370bb69)
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)
- #516 Remove default
htmlFor
for<Label/>
. (@CPatchane)
- #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)
- #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)
- #498 Set intent modal overflow to 'hidden' to preserve border radius. (@gregorylegarec)
- #413 feat: add Empty component. BREAKING (@GoOz)
- #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)
- #501 feat: add SelectBoxWithFixedOptions. (@ptbrowne)
- #488 feat: Button can render with a different Tag [breaking]. (@ptbrowne)
- #499 Remove IntentModal width CSS property. (@gregorylegarec)
- #502 🐝 fix: use oneOfType. (@ptbrowne)
- #497 fix: close button in selection bar. (@y-lohse)
- #484 Add wrapper. (@gregorylegarec)
- #479 little improvements. (@gregorylegarec)
- #485 Fix examples jest and snapshots. (@gregorylegarec)
- #487 add className prop on Chip.Separator. (@drazik)
- #483 Pass all props from . (@gregorylegarec)
- #477 ✨ feat: add chip button. (@ptbrowne)
- #476 feat: add calendar icon. (@drazik)
- #486 Fix className prop format. (@gregorylegarec)
7.20.0 (2018-05-02)
- #470 Adds
size
prop for component. (@gregorylegarec) - #466 Expose I18n extend() method. (@gregorylegarec)
- #467 Fix visited button overwritting styles. (@CPatchane)
7.19.0 (2018-05-02)
- #461 Add mobileFullscreen on IntentModal. (@CPatchane)
- #459 ✨ feat: pass props down in MenuItem. (@ptbrowne)
- #460 feat: spin/rotate for icons. (@ptbrowne)
- #455 Add chip. (@ptbrowne)
- #443 enhancement: Adds "subtle" variant. (@gregorylegarec)
- #454 ✨ feat: add small-arrow icon. (@ptbrowne)
- #414 feat: Elastic alerts + use of Button component. (@GoOz)
- #456 Fix toggle state return from onToggle + add tests. (@CPatchane)
- #449 Fix/minorfixes. (@GoOz)
- #448 fix: buttonAction line height. (@GoOz)
7.18.0 (2018-04-23)
- #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)
7.16.0 (2018-04-19)
7.15.0 (2018-04-18)
- #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)
- #429 enhancement: Better spinner centering during intent loading. (@gregorylegarec)
- #427 enhancement: Add
fullwidth
props onInput
&Textarea
(@GoOz) - #427 enhancement: Add
fullwidth
styles for select element (@GoOz)
- #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)
- #425 fix: fix IntentModal API and add Jest tests ✨. (@gregorylegarec)
7.12.0 - 2018-04-13
<IntentIframe />
has been extracted from<IntentModal />
and it is now a standalone component.<Bd />
now hides its overflowing content
disabled
attribute for<ButtonLink />
component
7.11.0 - 2018-04-11
:hover
on Buttons are now easily overwritable
- Input
<Checkbox />
component - Input
<Radio />
component <ButtonLink />
can be disabled<listItemText />
component<Text />
component<Caption />
component<MidEllipsis />
component
- Modal's ModalFooter can have any children now
<Alerter />
reworked with a customizable duration
7.10.0 - 2018-03-27
- Added an Alerter component
- Added a Checkbox component
7.9.2 - 2018-03-26
- Utility classes to cancel margin/padding
.u-m-0
,.u-p-0
, etc
- Scrolling modal on Safari
7.9.1 - 2018-03-21
- focus style on SelectBox's options
- Cozy style for SelectBox
7.9.0 - 2018-03-21
- Different sizes for inputs and textareas
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
- Styles for
select
elements - The
SelectBox
component, based onreact-select
7.7.3 - 2018-03-15
- New
<IntentModal />
component
<IntentOpener />
internally uses now the new<IntentModal />
component
7.7.2 - 2018-03-13
<Button />
without icons don't break anymore
7.7.1 - 2018-03-13
<Button />
'sIcon
props can get a string or `
- Added Panel layout for Modals
- Added
style
props toModalBrandedHeader
to pass some style - Added
type
props to<Button />
- Support deprecated
ModalTitle
&ModalButtons
- Use of children in
<Button />
7.7.0 - 2018-03-02
- Refactoring
Modal
component using Elastic layout
Button
now use flexbox to deal with vertical centering of its content
- 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 withbg
&logo
props
ModalTitle
is replaced byModalHeader
ModalButtons
is replaced byModalFooter
7.6.0 - 2018-02-27
- Renamed breakpoints sizes variable with prefix to avoid potential conflicts
- Added disabled prop to Toggle
- Added utility classes for colors
<Button />
&<ButtonLink />
takelabel
and/oricon
instead ofbasic children
butchildren
is still available to build complex buttons A codeshift is available for easier transition.
7.5.0 - 2018-02-23
- Nav in Sidebar layout changes, are now mandatory in Nav's items
<Avatar />
waits for any string now and doesn't process initials anymore
- 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
- Forwarding props to
<Icon />
,<Input />
&<Textarea />
<Hero />
component
7.4.2 - 2018-02-13
- Enforce Button's modifier classes specificity to avoid conflicts when classes are not in order
7.4.1 - 2018-02-12
- Cross button in Intent Modal was misplaced
- Empty View on tablet don't block click events anymore
7.4.0 - 2018-02-8
- ButtonLink's target attribute becomes a string instead of a boolean
- Increase alert size
- 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
- Add Modal size option
- Empty avatar view
7.3.0 - 2018-02-5
- Divider style for table
- Sizes for buttons (tiny, small, large)
- Extensions for buttons (full width or narrow)
<Avatar />
component<IntentHeader />
component for intent modal
- Button now should have their content wrapped inside a span
- Really fixed buttons on Safari 10
7.2.1 - 2018-01-30
- Wide buttons on Safari 10 have now their content centered
7.2.0 - 2018-01-29
- Nav icon on mobile
- Add new breakpoint for tablet
- Add Portal for Modal so you can decide where in the DOM it pops
- Breakpoint functions
no-mobile()
&no-desktop()
renamed respectivelygt-mobile()
<-desktop()
for more clarity
7.1.0 - 2018-01-17
- 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'sLink
- 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()
- One column layout
7.0.3 - 2018-01-10
- removed duplication of code for
$visuallyhidden
by using a mixin instead
- Alerts rendering on desktop
- React Styleguide was broken
7.0.2 - 2018-01-09
- wrong colors by default for modal's buttons
- Fix selectionbar's buttons label on desktop
7.0.1 - 2018-01-08
- Modal and its buttons were broken
- Selection bar's icons on mobile were hidden
7.0.0 - 2018-01-04
- Default theme for
<Button />
is nowregular
- Made default size of 16px instead of 1em to avoid font-size inheritance
- 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.
- 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
- Sidebar doesn't scroll with content anymore on desktop
6.0.2 - 2017-12-14
- Removed old layout styles that broke Mobile app
- Tablet view (768px to 1024px)
6.0.1 - 2017-12-14
- Fixed new layout mobile on Safari iOS 9-10
- Ability to pass a class to ModalCross
6.0.0 - 2017-12-13
- Change global layout on mobile to enable browsers' minimal UI
- Nav classes were broken in dist version
<Nav />
component<Sidebar />
component<Menu />
component<IntentOpener />
component<Media />
object
5.0.2 - 2017-12-07
- Add a minified version of cozy-ui styles in
dist/cozy-ui.min.css
(built before publishing on npm)
- Modal :
withCross
is nowclosable
. 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
- Fix normalize node_modules path
5.0.0 - 2017-12-06
- 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
ornpm
):It will compile the CSS file$ yarn build:css:app
app.css
intobuild/styleguide/
folder.
- 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
- Color palette is now a json to ease JS use.
- Lower margins for modals header & footer
- Default theme for the
<button />
component
4.1.0 - 2017-11-28
- 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
- Default Spinner color prevented other colors to be used
- Visited links color
- 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
- Remove i18n duplicate file
4.0.5 - 2017-11-16
- 🎨 Fixing default html element's background color
- ✨ Add input[type=url] as default themed input
4.0.4 - 2017-11-2
- 🚑 Breakpoint helper should works now 😅
4.0.3 - 2017-10-25
- 🚑 Alert's padding are now back in the game, sorry, some commas were well hidden.
4.0.2 - 2017-10-19
- 🚒 Reinstated .c-link--upload & .c-link--delete that were actually needed, sorry 😅
- 🚑 Explicitely import palette.styl & mixins.styl in button.styl so you can use button on its own
4.0.1 - 2017-10-17
- 📝 Changed some
em
torem
- 🐎 Use
@require
instead of@import
- 🔥 React components don't use global classes anymore
- 📝 Renamed
.u-hidden
class to.u-visuallyhidden
- 🚑 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 Icon, Button & Spinner react component to the React Styleguide
4.0.0 - 2017-09-26
- Clean up comments & typos ✨
- Fix modal position on desktop 🔧
- Fixed Nav items position on mobile 👷
- Added buttons global classes (without CSS Modules) 🎉
- Ensure retro-compatibility for previous global classes with CSS Modules ⚙
- Added Nav component 🗞
- Removed mixins
padded
andspaced
♻ - 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
- Toggle component has cursor pointer now 👆
- Font Lota for IE11 by adding woff format 🐒
- btn--extra buttons' hover state 🐦
- 🔥 Files architecture completely changed to ITCSS methodology
- CSS Styleguide with KSS 🎉
- Breakpoints mixins + HOC 👪
- Added preserveColor property to Icon component ✨
- Spacers utility classes for quick & easy padding/margin 😍
- Deprecated greys ☠
3.0.0-beta46 - 2017-09-15
- Mobile nav has bigger icons
- Modal on Mobile are now vertically centered
- Woff font for IE11 support
.coz-btn--download
class- use styleguidist to generate react styleguide
- handle new svg-sprite-loader format
- Spinner in buttons was broken
3.0.0-beta45 - 2017-09-08
- Default button
.coz-btn
now has white text color and blue background on:hover
3.0.0-beta44 - 2017-09-01
- Ability to import components directly from
cozy-ui/react
3.0.0-beta43 - 2017-08-30
- layout broken on scroll (iOS)
3.0.0-beta42 - 2017-08-24
- Modal doesn't have
overflow: hidden
property by default anymore
- Modal component's new boolean option
overflowHidden
3.0.0-beta41 - 2017-08-21
- Made normalize.css import absolute
3.0.0-beta40 - 2017-08-07
- Styles for textarea element (same styles than other inputs)
$button--send
class for button with paperplan icon
3.0.0-beta39 - 2017-06-27
- Tabs units from
px
torem
- Alert position on mobile
- Modal responsiveness
- Content component in Modal Component
3.0.0-beta38 - 2017-06-23
- wrong file name when importing i18n in Spinner component prevented apps from buidling
3.0.0-beta37 - 2017-06-22
- 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
- Closing cross size in modals
- Select element has now its arrow when on focus
<Spinner />
component with several options like color, size, Box-model…<Icon />
component to use cozy-ui icons easily à la FontAwesome.Icon
s 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
- 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
- Selection bar classes were not consistent
- Height of items in selection bar on mobile were way bigger than it should
- removed inputs' grey
background-color
- 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
- Update album icon to fix selectionbar.styl
3.0.0-beta34 - 2017-06-09
- Add .jsx extension on i18n import
3.0.0-beta33 - 2017-06-09
- Add .jsx extension on i18n component
- Add SelectionBar component
3.0.0-beta32 - 2017-06-08
- 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 usage tracking helpers
3.0.0-beta30 - 2017-06-02
- Add special button App download for both desktop and mobile
3.0.0-beta29 - 2017-05-30
- Modal now has no padding by default. Padding are added in children or using
ModalContent
orModalSection
components.
- Remove hover style on
[disabled]
and[aria-disabled=true]
attribute for buttons:$button--danger
,$button--danger-outline
and$button--highlight
- 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
- The use of
Content
component in modals is deprecated and replaced byModalContent
.
3.0.0-beta28 - 2017-05-29
- Remove deprecated message when we used Toggle
- Modal sticks to viewport and does not overflow anymore
3.0.0-beta27 - 2017-05-23
- Special button for client downloading
- Modal title is no more required
3.0.0-beta26 - 2017-05-19
- The Toggle component's
name
prop has been renamed toid
and the appropriated depreciation warnings have been 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
- Modal now adapts from content width
- Sharing button
- Delete button
- Button component
- ModalContent component
3.0.0-beta24 - 2017-05-11
- Display rename button on responsive page
3.0.0-beta23 - 2017-05-11
- Better handling of long nav items
- Moved layout code from cozy-bar's (should be transparent)
3.0.0-beta22 - 2017-05-03
- Change more-button's background-color from white to transparent
3.0.0-beta21 - 2017-05-02
- Added a Tabs component
- Added a Toggle component
3.0.0-beta20 - 2017-04-21
- Center icons in responsive view
- SelectionBar overhead than above for responsive
- Add a "openWith" icon
- Add a default value to Modal secondaryType
- Remove unnecessary deprecated message on Modal component
3.0.0-beta19 - 2017-03-24
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
- 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
- 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
- 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]
- 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
- 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
- Empty component style
- add position relative on contentinfo so we can position absolutely the loading spinner
- Add disabled button style in selection bar
- remove agressive
!important
on all[aria-hidden=true]
elements
- Modal props
cancelType
&validateType
. See refactoring
3.0.0-beta15 - 2017-03-08
- Sticky layout management (flexbox-only)
- Lots of minor UI fixes
- Fixed table header on scroll
3.0.0-beta14 - 2017-03-07
- Avoid hover effect on disabled buttons
- Improve sidebar height on mobile, to be equal to selection bottom offset
- Class .coz-link--upload to use for an upload button in a menu
3.0.0-beta13 - 2017-03-03
- Rendering on Checkboxes
- Z-indexes all over
- Updated selectionbar component's style
- Alerter height on mobile
- Modal component's mayhem after refactoring
- Layout's height fixed after adding Cozy-bar
- Various micro rendering fix
- Utils classes .coz-mobile & .coz-desktop to show/hide elements on desktop or mobile view
3.0.0-beta12 - 2017-02-27
- 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
- Fix typo blocking modal cancel action
- 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 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
- Extracted the 'more' menu styling
- Add more button with dots only
- Adds support for formatting i18n function
- Added SelectionBar styling
3.0.0-beta10 - 2017-02-14
- Added mobile styles for alerts
- Make the alerter slide under the nav menu on mobile
- Reduced alerter delay
- Refactoring on Modal
- import on react components
3.0.0-beta9 - 2017-02-09
- Updated Modal JSX component
3.0.0-beta8 - 2017-02-09
- test NPM's autopublishing
3.0.0-beta7 - 2017-02-08
- 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
- Fixed withState react import
- Bumped default notification delay
- Adjusted modal's width for mobile
3.0.0-beta6 - 2017-02-07
- Added alerter component!
- Added css loaders
- Added embedded cross icon
- Added Modals
- Added Linter
- Added babel config for exported components
- Moved alert and modal styles to components
- Moved icons
- Fix checkbox on every browser or so except Firefox that did its…
- Removed input css outline on focus
3.0.0-beta5 - 2017-02-01
- Everything we did before adopting CHANGELOG…