From 812516932a0a410b49bda8de3d84c98f708e4236 Mon Sep 17 00:00:00 2001 From: Jay Gruber Date: Thu, 16 Apr 2020 01:11:49 -0700 Subject: [PATCH 1/2] readme updates for 3.x --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb01ecee..66faa933 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ember-pikaday is an addon that can be installed with Ember CLI. It gives you a datepicker input component that can be used in your Ember.js application. [ember-cli-moment-shim](https://github.com/jasonmit/ember-cli-moment-shim) is used in the background so it is added as NPM dependencies to your application. -**The component provided by ember-pikaday is fully acceptance tested. It also provides test helpers to interact with the datepicker in your own acceptance tests. It works in Ember 1.13.1+ or 2.0+, including beta and canary.** +**The component provided by ember-pikaday is fully acceptance tested. It also provides test helpers to interact with the datepicker in your own acceptance tests. It is tested against LTS versions >= Ember.js v3.12, including beta and canary. [ember-try-config](https://github.com/adopted-ember-addons/ember-pikaday/blob/master/config/ember-try.js)** ## Installation * Ember.js v3.12 or above @@ -18,7 +18,11 @@ cd your-project-directory ember install ember-pikaday ``` -_This README is for the new 2.X release of ember-pikaday. You can find the [1.X README in the stable-1 branch](https://github.com/edgycircle/ember-pikaday/blob/stable-1/README.md)._ +## Major Versions + +- 3.x [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/master/CHANGELOG.md#v300-2020-04-15) +- 2.x [README.md](https://github.com/edgycircle/ember-pikaday/blob/v2.4.1/README.md) [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/master/CHANGELOG.md#200) +- 1.x [README.md](https://github.com/edgycircle/ember-pikaday/blob/stable-1/README.md) [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/stable-1/CHANGELOG.md#100) ## Usage From 94a29242bac17103fc7155d97df259c1723aa406 Mon Sep 17 00:00:00 2001 From: Jay Gruber Date: Thu, 16 Apr 2020 01:21:23 -0700 Subject: [PATCH 2/2] slight .md tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66faa933..b13ac5ce 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ ember install ember-pikaday ## Major Versions -- 3.x [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/master/CHANGELOG.md#v300-2020-04-15) -- 2.x [README.md](https://github.com/edgycircle/ember-pikaday/blob/v2.4.1/README.md) [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/master/CHANGELOG.md#200) -- 1.x [README.md](https://github.com/edgycircle/ember-pikaday/blob/stable-1/README.md) [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/stable-1/CHANGELOG.md#100) +- **3.x** [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/master/CHANGELOG.md#v300-2020-04-15) +- 2.x [README.md](https://github.com/edgycircle/ember-pikaday/blob/v2.4.1/README.md) | [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/master/CHANGELOG.md#200) +- 1.x [README.md](https://github.com/edgycircle/ember-pikaday/blob/stable-1/README.md) | [CHANGELOG](https://github.com/adopted-ember-addons/ember-pikaday/blob/stable-1/CHANGELOG.md#100) ## Usage