|
2 | 2 |
|
3 | 3 | ## 1.2.0 - Unreleased
|
4 | 4 |
|
| 5 | +- Update the website design. (Cornelis Kolbach) |
| 6 | + |
5 | 7 | - Packaging changes:
|
6 | 8 |
|
7 |
| - - new bootstrap to handle installation of all dependencies and build |
| 9 | + - New bootstrap to handle installation of all dependencies and build |
8 | 10 | bundles (Marko Đurković, Florian Friesdorf)
|
9 | 11 |
|
10 | 12 | - Switch dependency management from jamjs to bungle. Remove all third party
|
|
20 | 22 | - Zoom pattern: make zoom fallback control (text input field) react properly to
|
21 | 23 | change events. (Marko Đurković)
|
22 | 24 |
|
| 25 | +- Improve documentation for the image-crop pattern. |
| 26 | + |
| 27 | +- Fix handling of position hints for tooltips. (Marko Đurković) |
| 28 | + |
23 | 29 | - Autoscale pattern:
|
24 | 30 |
|
25 | 31 | - Avoid creating infinite loops with the resize handler in IE8. This could
|
|
44 | 50 | quotes.
|
45 | 51 | (Wichert Akkerman)
|
46 | 52 |
|
| 53 | + - Rewrite URL rebasing logic to use the browser''s HTML parser again. This |
| 54 | + should improve robustness when dealing with non-standard markup. |
| 55 | + (Marko Đurković) |
| 56 | + |
47 | 57 | - Depends pattern:
|
48 | 58 |
|
49 | 59 | - Really hide/show elements if no transition type was specified (or
|
|
58 | 68 | - Form-State pattern: add `form-state-saved` signal.
|
59 | 69 | (Marko Đurković)
|
60 | 70 |
|
61 |
| -- Modal pattern: make sure elements inside a modal do not accidentily loose |
62 |
| - their focus. This broke the handling of autofocus in modals. |
63 |
| - [Ticket 266](https://github.com/Patternslib/Patterns/issues/266) |
64 |
| - (Wichert Akkerman) |
| 71 | +- Modal pattern: |
| 72 | + |
| 73 | + - Automatically position modals using javascript to fix problems with IE9 and |
| 74 | + make sure they always fit in the viewport. |
| 75 | + (Cornelis Kolbach and Marko Đurković) |
| 76 | + |
| 77 | + - Make sure elements inside a modal do not accidentily loose their focus. |
| 78 | + This broke the handling of autofocus in modals. [Ticket |
| 79 | + 266](https://github.com/Patternslib/Patterns/issues/266) (Wichert Akkerman) |
65 | 80 |
|
66 | 81 | - Check-list pattern: send *change* event when a checkbox is toggled. This fixes
|
67 | 82 | interaction with other patterns such as the checked-flag pattern.
|
|
104 | 119 |
|
105 | 120 | - Core logic changes:
|
106 | 121 |
|
107 |
| - - Patterns main.js returns registry, you have to call |
108 |
| - patterns.init() manually. For the bundles this happens |
109 |
| - automatically. Depend on `patterns/autoinit`, if you really want |
110 |
| - an auto-initializing modular patterns library. (Florian Friesdorf) |
| 122 | + - Patterns main.js returns registry, you have to call patterns.init() |
| 123 | + manually. For the bundles this happens automatically. Depend on |
| 124 | + `patterns/autoinit`, if you really want an auto-initializing modular |
| 125 | + patterns library. (Florian Friesdorf) |
111 | 126 |
|
112 | 127 | - Registry: Add option to registry.scan to let init exceptions
|
113 | 128 | through. (Rok Garbas)
|
|
0 commit comments