From 73825f5e11e660389dd5cf7b5132202226cec79e Mon Sep 17 00:00:00 2001 From: "James R. Griffin III" Date: Wed, 25 Apr 2018 13:16:08 -0400 Subject: [PATCH 1/2] Releases 3.4.0 --- lib/hydra_editor/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hydra_editor/version.rb b/lib/hydra_editor/version.rb index b6c8cab..d46d065 100644 --- a/lib/hydra_editor/version.rb +++ b/lib/hydra_editor/version.rb @@ -1,3 +1,3 @@ module HydraEditor - VERSION = '3.4.0.beta'.freeze + VERSION = '3.4.0'.freeze end From 0e59080371c43e725a87a69e661464d7918a3ccc Mon Sep 17 00:00:00 2001 From: "James R. Griffin III" Date: Wed, 25 Apr 2018 14:00:16 -0400 Subject: [PATCH 2/2] Updating the release history --- History.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b8d82fd..6941cd3 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,60 @@ # History of hydra-editor releases +## 3.4.0 +* 2018-04-25: Released after testing + +## 3.4.0.beta +* 2018-03-05: Change FactoryGirl dependency to FactoryBot [no-reply] +* 2018-03-05: Restrict `simple_form` to `<= 3.5.0` [no-reply] + +## 3.3.2 +* 2017-05-23: Backport Idempotent DOM manipulation [jcoyne] +* 2017-05-23: Testing on supported version of rails. Fixes #135 [jcoyne] +* 2017-05-23: Make DOM manipulations idempotent. [jcoyne] +* 2017-05-09: Update travis build matrix [cbeer] + +## 3.3.1 +* 2017-05-04: Use ActiveModel::Naming to find partials [jcoyne] +* 2017-05-04: Remove unused method [jcoyne] + +## 3.2.1 +* 2017-05-01: Don't repeat the inputTypeClass value [jcoyne] + +## 3.2.0 +* 2017-04-13: Use almond 0.1.0 [jcoyne] +* 2017-04-10: Allow setting a custom field_metadata_service [jcoyne] +* 2016-12-08: Use first label to avoid smushing nested labels in more complex fields [hackmastera] +* 2016-09-19: Test for adding input or textarea child fields [awead] +* 2016-09-19: Use class selector for specifying a field's children [awead] + +## 3.1.2 +* 2016-09-20: Clean Gemfile [jcoyne] + +## 3.1.1 +* 2016-09-13: Update `engine_cart` and `ActiveTriples` [jcoyne] +* 2016-08-24: Optimize form field partial lookups [cbeer] + +## 3.1.0 +* 2016-08-08: Uses the `rdf-vocab` Gem for predicates [jcoyne] +* 2016-08-08: Silence Devise deprecation in test configuration [atz] +* 2016-08-08: Introduce support for Rails 5 releases [jcoyne] + +## 3.0.0.beta1 +* 2016-06-23: Delegate `model_name` to the `model` attribute [jcoyne] +* 2016-06-23: Converts `FieldManager` to ECMAScript 6 [jcoyne] +* 2016-05-19: Improve usability and a11y for multi-valued fields [jcoyne] +* 2016-04-28: Permit the HTML partials to be configurable [jcoyne] +* 2016-04-28: Replace the `simple_form` bootstrap config. [jcoyne] +* 2016-04-28: Update the development dependencies [jcoyne] + +## 2.0.0 + +* 2016-04-07: Updates the usage of `property` method [jcoyne] +* 2016-04-07: Adds delegate method `#new_record` [jcoyne] +* 2016-03-28: Updates solr_wrapper and fcrepo_wrapper [atz] +* 2016-03-28: Updates Rubocop [atz] +* 2016-03-24: Promotion from samvera-labs Organization + ## 1.2.0 * 2016-01-18: Support Blacklight 6 [Justin Coyne] @@ -34,4 +89,3 @@ ### 0.1.1 * Correctly account for modifications made by initialize_fields when processing form data. Fixes #14. -