Dominic Lord
551bae6211
Added array cloning to utils
2018-01-04 11:16:47 -05:00
Quentin Hocdé
60bb9cf347
add familly.scss
2017-12-07 11:16:46 -05:00
Antoine Boulanger
cf5cbc3121
Init scoped modules in default page transition
2017-11-17 11:17:34 -05:00
Julien Martins Da Costa
c2adadac54
Merge pull request #60 from locomotivemtl/fix.chrome62
...
Remove the border-radius in Chrome 62+ on macOS
2017-11-03 09:26:02 -04:00
Julien Martins Da Costa
d9d12b2d5f
Fix: Cannot find module babel-core
2017-10-31 10:04:34 -04:00
Julien Martins Da Costa
b9721dda89
Remove the border-radius in Chrome 62+ on macOS
2017-10-31 10:02:59 -04:00
Quentin Hocdé
e0399fa26e
compilation
2017-10-16 11:11:52 -04:00
Quentin Hocdé
0388efc1f1
export $barba from environment
2017-10-16 11:11:01 -04:00
Quentin Hocdé
30063039a3
delete modules before removing the old container
2017-10-11 10:49:40 -04:00
Chauncey McAskill
6d779b55c5
Fix scoped App.deleteModules()
...
If the scope had no submodules, the method would delete all modules.
2017-08-08 09:35:05 -04:00
Julien Martins Da Costa
e42c97c676
Update CSSCOMB configuration file
2017-06-09 11:00:43 -04:00
Julien Martins Da Costa
e25a19f53f
Fix mixins: font-size, u-accessibly-hidden, u-hidden and u-shown
2017-06-09 10:55:20 -04:00
Antoine Boulanger
000d2f2f13
Update jQuery
2017-06-08 16:47:41 -04:00
Antoine Boulanger
e036dfd475
Merge pull request #59 from locomotivemtl/baker-events
...
JS events consts and namespaces
2017-06-08 16:27:24 -04:00
Antoine Boulanger
868fd8ff60
Fix destroy
2017-05-30 12:26:24 -04:00
Antoine Boulanger
f6595c3172
JS events consts and namespaces
2017-05-30 12:16:13 -04:00
Quentin Hocdé
50dd8042dd
Layout, fix $gutter left padding
2017-05-17 11:04:04 -04:00
Julien Martins Da Costa
0baf4ae436
Fix arguments for barba linkClicked event
2017-05-01 15:36:43 -04:00
Chauncey McAskill
06ad6b0cb3
Simplified [data-module] split
2017-05-01 14:52:44 -04:00
Antoine Boulanger
5e58ed9115
Fix alignment
2017-04-27 16:00:45 -04:00
Antoine Boulanger
61d875f52d
Readd layout reverse modifier
2017-04-25 10:13:13 -04:00
Antoine Boulanger
6711fb7010
Reorganize _layout.scss
2017-04-25 10:03:52 -04:00
Dominic Lord
8b9ee3d0ec
Cleanup uid once module destroyed + destroy parent class + added example
2017-04-06 14:04:29 -04:00
Julien Martins Da Costa
af01ff20ee
Fix undefined variable in and
2017-03-22 16:14:35 -04:00
Antoine Boulanger
f32f111836
Add version 0 to package.json for update
2017-03-22 12:06:25 -04:00
Antoine Boulanger
57c8feaf58
Breakpoint settings change big
2017-03-20 16:43:15 -04:00
Dominic Lord
295d8f282b
Merge pull request #56 from locomotivemtl/mcaskill-has-js
...
Mcaskill has js
2017-03-02 12:36:25 -05:00
Chauncey McAskill
8a93c9d178
Added ‘.has-no-js’ and ‘.has-js’ to <html>
...
Useful for CSS, e.g.:
```
.has-js .hide-if-js,
.has-no-js .hide-if-no-js {
display: none;
}
```
2017-03-02 12:35:52 -05:00
Dominic Lord
6c0f8251a5
Merge pull request #53 from locomotivemtl/mcaskill-scss
...
Refactored Sass
2017-03-02 12:28:19 -05:00
Dominic Lord
39f703501e
Merge branch 'master' into mcaskill-scss
2017-03-02 12:28:01 -05:00
Dominic Lord
c5d34fb0ab
Added scoped module deletion
...
- Ability to search through a DOM element and destroy any modules within it
- Added an init() hook on AbstractModule. Used to execute any code that does not belong in a constructor (which is most of what we do)
2017-03-02 11:55:55 -05:00
Dominic Lord
992c851303
Compiled scripts
2017-03-02 09:55:07 -05:00
Dominic Lord
9e8fbed232
Removing any vars + Improved module ident split
2017-03-02 09:52:12 -05:00
Dominic Lord
5eec3941c3
Added a simply debounce util to avoid using throttle plugins
2017-03-02 09:46:51 -05:00
Dominic Lord
3483e1530b
Barba as a service
2017-03-02 09:43:20 -05:00
Dominic Lord
c9c3950f8b
Reorganization of globals
...
- Simplified globals usage in App
- Removed global App
2017-03-02 09:42:37 -05:00
Dominic Lord
e22b938741
Adding scoped module creation
2017-03-02 09:22:46 -05:00
Dominic Lord
cc547e484b
Cleanup example modules (todo: add in documentation)
2017-03-02 08:57:46 -05:00
Dominic Lord
c9cedfa727
Cleanup example modules (todo: add in documentation)
2017-03-02 08:53:44 -05:00
Dominic Lord
a1695c499f
Split dependencies into different concerns + add barba
2017-03-02 08:52:19 -05:00
Antoine Boulanger
6464eefc8b
Add version 0 to package.json for npm-check-updates
2017-02-08 13:39:15 -05:00
Antoine Boulanger
3528615a48
Add context to config, removed from core
2017-02-08 12:08:34 -05:00
Antoine Boulanger
55fe0f372a
Consistency in comments, names and structure; simplify some stuff, remove and add things, tweak stuff for how we work with design
...
Still some work has to be done while testing like for layouts.
2017-02-08 11:43:28 -05:00
Dominic Lord
405034a3f2
Merge pull request #52 from locomotivemtl/mcaskill-es6
...
ES6 Revisions
2017-01-12 14:11:37 -05:00
Chauncey McAskill
2ac2d523cc
Refactored Sass
...
Merged SCSS from various recent projects and implemented some of the latest features from InuitCSS.
When using the SCSS structure in your own project, modify the ‘settings/config*.scss’ files and leave ‘settings/core.scss’ intact.
Changes:
- Updated Normalize to 5.0.0;
- Migrated imports to ‘main.scss’;
- Split ‘settings.scss’ into smaller parts;
- Revised variable names for settings;
- Added spacing unit variables;
- Replaced ‘objects/grid.scss’ with ‘objects/layout.scss’ (from inuitcss);
- Added ‘objects/crop.scss’ and ‘objects/ratio.scss’ (from inuitcss);
- Added @font-face mixin/function from Bourbon;
- Added various new functions and mixins (widths, font-size, truncation,…);
- Renamed Trumps to Utilities;
- Added vatious new Utilities (print, states, spacing, widths);
- Reorganized Utilities into topics;
2016-12-19 13:43:35 -05:00
Julien Martins Da Costa
3c8ee03690
Merge pull request #54 from locomotivemtl/jdacosta-master
...
Add babel-plugin-transform-export-extensions package
2016-12-19 10:03:13 -05:00
Julien Martins Da Costa
8e886933ac
Add babel-plugin-transform-export-extensions package
2016-12-19 09:58:05 -05:00
Chauncey McAskill
0facd79d7e
Revised JS
...
Changes:
- Added constants for APP_NAME, DATA_API_KEY;
- Added constants for Event and Selector to the Button and Title modules;
- Cleaned up syntax for JS modules;
2016-12-18 15:45:52 -05:00
Chauncey McAskill
3c95ab0c46
Modified .gitignore
...
Changes:
- Removed OS-related rules (those should be globally ignored);
- Ignore Lockfiles;
2016-12-18 14:22:53 -05:00
Chauncey McAskill
57368f164a
Modified NPM Manifest
...
Changes:
- Replace “0.0.0” with “” as per NPM documentation to (matches any version);
- Moved SVG4Everybody from “devDependencies” tp “dependencies”;
2016-12-18 14:16:17 -05:00