Skip to content

Commit

Permalink
remove unnecessary and old files, add basic dsl implementation and up…
Browse files Browse the repository at this point in the history
…date tests
  • Loading branch information
Nils Henning committed Mar 1, 2021
1 parent b10a428 commit 86a47e5
Show file tree
Hide file tree
Showing 160 changed files with 1,225 additions and 9,817 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.6.5
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v 2.0.0

* removed internal dependencies from cells, haml and trailblazer-cells

* passing text with option :text is deprecated, please pass text as first argument

* changes for components
* `area` coords will no longer be automatically joined -> html option does exactly what is expected, no magic
* content blocks take precedence over text or :text option
* `heading` component does not exist anymore. use `h1`,`h2`,`h3`...instead
* `italic` and `icon` are now called with the corresponding html tag `i`
* `link`has no more option :path which can take a symbol and renders it with rails url helper. Use :href with or without rails url helper instead


Questions:
* remove alias pg for paragraph? Only give one option?!



## v1.3.1 Release

### Bugfixes
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ gemspec
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

gem "trailblazer-cells"
gem "cells-rails"
gem "cells-haml"

group :development, :test do
gem 'rspec-rails', '~> 3.8'
gem 'capybara'
Expand Down
33 changes: 2 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
PATH
remote: .
specs:
matestack-ui-core (1.0.1)
cells-haml
cells-rails
haml
matestack-ui-core (2.0.0)
rails (>= 5.0)
trailblazer-cells

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -78,26 +74,12 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
cells (4.1.7)
declarative-builder (< 0.2.0)
declarative-option (< 0.2.0)
tilt (>= 1.4, < 3)
uber (< 0.2.0)
cells-haml (0.0.10)
cells (>= 4.0.1, <= 6.0.0)
haml (>= 4.1.0.beta.1)
cells-rails (0.1.0)
actionpack (>= 5.0)
cells (>= 4.1.6, < 5.0.0)
childprocess (3.0.0)
coderay (1.1.2)
concurrent-ruby (1.1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
declarative-builder (0.1.0)
declarative-option (< 0.2.0)
declarative-option (0.1.0)
diff-lcs (1.3)
docile (1.3.2)
erubi (1.9.0)
Expand All @@ -106,9 +88,6 @@ GEM
railties (>= 3.0.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.1.2)
temple (>= 0.8.0)
tilt
hashdiff (1.0.0)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -209,22 +188,17 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
temple (0.8.2)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
trailblazer-cells (0.0.3)
cells (>= 4.1.0.rc1, < 5.0.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uber (0.1.0)
webmock (3.8.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -246,8 +220,6 @@ PLATFORMS
DEPENDENCIES
byebug
capybara
cells-haml
cells-rails
generator_spec
matestack-ui-core!
pg (>= 0.18, < 2.0)
Expand All @@ -259,7 +231,6 @@ DEPENDENCIES
rspec-wait (~> 0.0.9)
selenium-webdriver
simplecov
trailblazer-cells
turbolinks
webmock
webpacker (~> 4.0)
Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ load 'rails/tasks/engine.rake'

load 'rails/tasks/statistics.rake'

load 'lib/tasks/matestack/ui/core_tasks.rake'

require 'bundler/gem_tasks'

require 'rake/testtask'
Expand Down
1 change: 0 additions & 1 deletion builder/.browserslistrc

This file was deleted.

1 change: 0 additions & 1 deletion builder/.ruby-version

This file was deleted.

47 changes: 0 additions & 47 deletions builder/Gemfile

This file was deleted.

183 changes: 0 additions & 183 deletions builder/Gemfile.lock

This file was deleted.

6 changes: 0 additions & 6 deletions builder/Rakefile

This file was deleted.

3 changes: 0 additions & 3 deletions builder/app/assets/config/manifest.js

This file was deleted.

Empty file removed builder/app/assets/images/.keep
Empty file.
Loading

0 comments on commit 86a47e5

Please sign in to comment.