Skip to content

Commit

Permalink
Merge pull request #150 from jrgriffiniii/release-3.4.0
Browse files Browse the repository at this point in the history
Releases 3.4.0
  • Loading branch information
jcoyne authored Apr 25, 2018
2 parents 78ea076 + 0e59080 commit 1fa8ad1
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
56 changes: 55 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -34,4 +89,3 @@

### 0.1.1
* Correctly account for modifications made by initialize_fields when processing form data. Fixes #14.

2 changes: 1 addition & 1 deletion lib/hydra_editor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HydraEditor
VERSION = '3.4.0.beta'.freeze
VERSION = '3.4.0'.freeze
end

0 comments on commit 1fa8ad1

Please sign in to comment.