From 97d524fa9661bcfb44e19c113ed01fa2b5e21e5a Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Mon, 28 Nov 2016 15:45:57 -0800 Subject: [PATCH] Add notice in readme about ongoing API changes Summary: Add notice in readme to prepare open source for large renaming diffs. Reviewed By: splhack Differential Revision: D4240761 fbshipit-source-id: 4c8070a06c3ac009b67eb7bef5de11ce3ab3e4d8 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b9c9f55..ea044d33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # CSSLayout [![Build Status](https://travis-ci.org/facebook/css-layout.svg?branch=master)](https://travis-ci.org/facebook/css-layout) +## NOTICE +A lot is changing this week in the API regarding naming. We suggest you hold off updating to the latest version of the code until this notice is gone. Expect it to take about a week. + ## Goals CSSLayout is a cross-platform implementation of flexbox. The goal of CSSLayout is allow native developers to have the same expressive layout system as developers developing for the modern web are used to. CSSLayout allows developers for web, android, iOS, and windows to use the same layout primitives across platforms. This saves time, increases collaboration between platform teams, and makes it easier for developers to work on multiple platforms.